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
The build fails when compiling with arm-buildroot-linux-gnueabihf-ld 11.3.0 as -Wall is not supported:
arm-buildroot-linux-gnueabihf-ld
-Wall
arm-buildroot-linux-gnueabihf-ld: unrecognized option '-Wall'
The text was updated successfully, but these errors were encountered:
Remove '-Wall' from linker options
69eb0d5
arm-linux-gnueabihf-ld does not recognize '-Wall'. fixes raedwulf#10.
Successfully merging a pull request may close this issue.
The build fails when compiling with
arm-buildroot-linux-gnueabihf-ld
11.3.0 as-Wall
is not supported:The text was updated successfully, but these errors were encountered: