miegl / PiFmAdv

Advanced Raspberry Pi FM transmitter with RDS encoding
GNU General Public License v3.0
484 stars 82 forks source link

Cannot make on aarch64 OS #93

Open Mabbs opened 2 years ago

Mabbs commented 2 years ago

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?

notv1x commented 2 years ago

same issue here

battleunicorn commented 2 years ago

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

JacobF-dev commented 1 year ago

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.