You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the steps necessary to build GCCGO for PPC (32 bits) here with the help of this script as well.
I cannot manage to finish the last step (Build a cross-gccgo aware version of the Go tool),
I cloned the go source code (with git, then checked out go1.12.1) in /tmp
Hi,
I have followed the steps necessary to build GCCGO for PPC (32 bits) here with the help of this script as well.
I cannot manage to finish the last step (Build a cross-gccgo aware version of the Go tool),
I cloned the go source code (with git, then checked out go1.12.1) in /tmp
I am trying to make:
> $HOME/gogit/bin/go build -o xgo -compiler gccgo -x .
work inside
src/cmd/go
. Go is apparently trying to fetch crypto, arch, tool and sys packages and I am getting this error:I am on a VM through a http proxy, the URL does not seem to point to anything
The text was updated successfully, but these errors were encountered: