Compilation issues - RPi 3B+ - Raspbian Lite Buster #458
Closed
jayant4001
started this conversation in
General
Replies: 4 comments
-
Update: If I manually remove the -Werror flag from the make params, the binary builds and runs fine even with the warning. However, since -Werror is set by default, this probably needs to be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you try the |
Beta Was this translation helpful? Give feedback.
0 replies
-
fixed in v5.0.8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Lightning quick! Thanks charlie-foxtrot. V5.0.9 rpiv2 compiles flawlessly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While compiling version 5.0.6 on a Pi 3B+ running Raspbian Lite Buster, I get the following warning:
The Cmake config is:
Since the compiler is treating warnings as errors, I can't build the binary. If anyone has encountered this and has any ideas on how to fix it, please help. I'm not sure what I'm doing wrong, I've compiled v4.2.0 without any problems on the same Pi.
Note: It compiles and runs fine on a Pi4 running Raspbian lite Bullseye (without GPU FFT support).
Beta Was this translation helpful? Give feedback.
All reactions