-
Notifications
You must be signed in to change notification settings - Fork 182
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
Installing problem #258
Comments
Hi Bojack, The issue is that gcc 7.5.0 doesn't support '-fcf-protection' option: Actually gcc 9.x supports it: If you look at the GCC release dates you will see that in 2019 at least 2 gcc 9.x versions were released along with 7.5: So, the compiler version looks really outdated. |
Thanks for your reply ! And by the way , in fact from gcc 8.4 the option '-fcf-protection' has been supported and I just have a try. |
When I try to type "make" in the bash to compile the package, I always get some errors like:
cc: error: unrecognized command line option ‘-fcf-protection=full’; did you mean ‘-fstack-protector-all’?
I have confirmed that my gcc version is 7.5.0 , and make version is 4.3.
what's the problem?
The text was updated successfully, but these errors were encountered: