-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/compile: not compiled #15058
Comments
This output looks truncated, can you please include the full output if possible. |
Also, have you tried building without gvm? |
Yes.Same.
Tell me how to do it? |
Download the go 1.4 sources. cd go/src ./make.bash |
If I downloaded from the desired site (https://go.googlesource.com/go/+/go1.4), the output is almost the same.
|
Thank you. I think it's time to go back to basics. What is the platform you are using? How much memory does it have, does it have any swap? You will need more than 256mb of ram to run ./make.bash. Don't bother running all.bash, it won't pass without extra twiddling for you. Have you checked dmesg, is the Oom killer stomping on your process?
|
Here's a question I do not understand about dmesg - english is not my native language. |
The first Go asm builder was a similar platform. Sadly it was outgrown by http://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5 I recommend that. On Fri, Apr 1, 2016 at 9:32 PM, indariums notifications@github.com wrote:
|
Closing, since there isn't anything actionable here for us to do. |
Processor architecture arm5, OS Synelogy+ipkg(optware may be)
Install from gvm.
Log errors:
The text was updated successfully, but these errors were encountered: