-
Notifications
You must be signed in to change notification settings - Fork 18k
compile/arm64: go test fail for arm64 #37181
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
Comments
In which directory did you run this? If it was |
I guess you want to build go1.13.7 with go1.8.7 ? I tried this process but all tests passed. In addition, you should set GOROOT_BOOTSTRAP instead of GO_BOOTSTRAP. You also need to set go1.8.7 as GOROOT and add it to PATH. |
Right.
That should not be necessary. |
Yes, I want use go1.8.7 to compile go1.13.7.
with setting like that:
and still get the same error, the whole log is as below:
|
That's weird, I noticed one such error in your log and wonder if it is relevant.
|
Refer to #28334 |
I updated the binutils to 2.34 which include the fixed patch, and it can test pass now, Thanks for your help. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
prepare for bootstrap
build go1.13.7 and runtest
What did you expect to see?
It's expected the result:
What did you see instead?
The text was updated successfully, but these errors were encountered: