-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
-mfpu= Argument not recognised #103
Labels
Comments
What is your gcc version ? |
gcc (Debian 10.2.1-6) 10.2.1 20210110 |
Not too old. |
@keukenrol Are you running a 64 bit OS? I just had the same problem, removed that argument and it worked |
Yes, as commented I did the same thing to get it working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have compiled version 3.7 on my raspberry pi 3b+.
When following the compilation guide in the readme, it states to change the add_compile_options line.
I have done this, but the -mfpu argument was not recognised. I did remove it and it compiled without further issues. Software works as expected.
best regards
Tim
The text was updated successfully, but these errors were encountered: