-
Notifications
You must be signed in to change notification settings - Fork 271
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
Error gcc unsupported when run make #173
Comments
you solved this problem? |
I was facing the same problem. I didn't want to uninstall gcc because other projects might need it. Solution:
Do not update the alternatives. Let gcc-5 live peacefully with the current gcc version. Then instead of Simple It worked for me. UPDATE: when the following error came I just replaced all the |
I solve the issue by defining a previous version of gcc, like this: cmake .. -DCMAKE_C_COMPILER=gcc-7 |
I ran these commands and it raised this error:
The text was updated successfully, but these errors were encountered: