PiFmAdv icon indicating copy to clipboard operation
PiFmAdv copied to clipboard

Cannot make on aarch64 OS

Open Mabbs opened this issue 2 years ago • 3 comments

Device: RasPi 3B While I use make on my pi, it reports an error:

rds_wav.c:81:13: error: too few arguments to function ‘fm_mpx_get_samples’
   81 |         if( fm_mpx_get_samples(mpx_buffer) < 0 ) break;

I saw the Makefile, doesn't seem to support 64 bit systems?

Mabbs avatar Mar 22 '22 15:03 Mabbs

same issue here

notv1x avatar Jun 14 '22 17:06 notv1x

Having the same issue. Raspberry pi 3b+ Ubuntu server arm 22.04

battleunicorn avatar Aug 08 '22 17:08 battleunicorn

Can confirm, failed to build on Raspberry PI 3B running Raspberry Pi OS 64-bit. (all dependencies installed) No issue on the 32-bit OS.

JacobF-dev avatar Oct 30 '22 10:10 JacobF-dev