-
Notifications
You must be signed in to change notification settings - Fork 66
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
linking errors #29
Comments
You probably ran out of memory. |
@pikatchu no, I have enough memory |
It's going to be difficult for me to debug just like that. What made me think of an out of memory issue is that I had a similar problem when trying to compile in a docker image. I realized after the fact that docker has a setting that limits the overall memory that can be used by docker containers (setup to 2 Gigs by default). So I had to go into the GUI menu of my mac to fix it (using the command line -m thing did not help). What is your config? Are you using ubuntu? |
@pikatchu gentoo, gcc 8.2.0, llvm 7, 16gb ram, please ask what exactly info you need |
@pikatchu there is ebuild (source based package) I'm trying to use/develop for that project https://github.com/Heather/gentoo-cynede/blob/master/dev-lang/skip/skip-9999.ebuild |
Gotcha. Was anything else failing? How did you run cmake? Was it release or debug? |
Sorry I am not familiar with ebuild ... But I will try to make sense of it! |
I've seen this when the build modes are somehow mismatched - SKIP_Obstack_note_inl only appears as a real symbol in certain cases - it's expected to be inlined in the preamble.ll |
The text was updated successfully, but these errors were encountered: