-
Notifications
You must be signed in to change notification settings - Fork 73
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
gcc make exits with no warnings #24
Comments
The output gets logged to various log files in check/ - hopefully the relevant output gets logged there. We haven't tried to build the native toolchain yet on debian 9. We do build it on debian 8 and ubuntu 16.04, so I guess something changed there. It looks like this may be a gcc bug - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959 |
I can confirm, same issue persist on my Ubuntu 17.04 |
I got past this error in Ubuntu 18.04 using gcc-5:
Then I hit another error:
|
Building for Ubuntu 18.04 using the docker-based build definitely works. Not sure what's different when running outside. |
Hello,
i'm running buildall.sh
and it appears on
wrap make -j...
when building gcc 4.9.2 that everything seems to max out for several minutes then the process will exit with status 2.-j is getting 4 as the BUILD_THREADS.
Again, there is no error message it simply stops running. i've tried adding other flags to make but i get no output whatsoever.
it should be said that I'm running inside of a docker container on debian 9.
EDIT
i'm not sure why i didn't try this before, but i ran make from the build directory without the aid of the build scripts:
The text was updated successfully, but these errors were encountered: