-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot compile with gcc-10/9 #3
Comments
Hi @SweetVishnya! Sorry, support for |
And to answer your question regarding my toolchain, I developed SymCC and SymQEMU on Arch with their default GCC and stdlibc++, and I've also compiled it on Debian 10, Fedora 33, Ubuntu 16.04 and Ubuntu 18.04, using the default toolchain everywhere except on Ubuntu 16.04 (I believe I installed a more recent compiler there). |
I was trying to build with different sorts of compilers on ubuntu 18.04 (including the default toolchain). I will try to modify the build system as you suggested. As soon as we get a working Dockerfile, we can experiment with different distros. |
This worked fine for me. Can it be automatically supported in CMake? Something like |
Awesome, glad that it worked for you. I'm not sure how easy it is to come up with a generic solution - there is a long discussion of this very issue in the CMake issue tracker, and as far as I can tell they haven't come up with a universally working setup yet. |
Hi!
I am trying to compile with gcc-10 and get the following error:
What toolchain do you use?
The text was updated successfully, but these errors were encountered: