We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
same issue here
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: