Open Mabbs opened 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?
same issue here
Having the same issue. Raspberry pi 3b+ Ubuntu server arm 22.04
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.
Device: RasPi 3B While I use make on my pi, it reports an error:
I saw the Makefile, doesn't seem to support 64 bit systems?