-
Notifications
You must be signed in to change notification settings - Fork 25
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
c++: internal compiler error: Killed (program cc1plus) #8
Comments
I've seen this error many times, every time it appears on another file and line. It is fixed by restarting make after login to the VM. When I used only 2 cores this error appears very rare, but compiling takes 2x time. Another thing is to use gcc 4.8.2, someone wrote that it will fix this issue. |
I will try to use gcc 4.8.2.. Anything more we could do to reduce compile time? Maybe some parallelism? |
I think there is no need to think about ways to speed up compilation as it is performed only once in a few days. Also instead of rebuilding VM from scratch we can login into existing VM, update HHVM sources from git and run cmake and make. |
upgrading to gcc4.8 and stepping down to -j4 on Ubuntu 12.04 LTS solved this issue for me |
Thanks @shivaas |
got another error from cmake
again the question... is this error related to e.g. the custom gcc for the vm? or is it a temporary hhvm dev version error?
The text was updated successfully, but these errors were encountered: