Hi,
I have install GoLang on Suse Linux on IBM cloud.
go version is go1.10.2 linux/s390x
go path is
export PATH=$PATH:/usr/local/go/bin
export GOROOT=$HOME/go1.X
export PATH=$PATH:$GOROOT/bin
When running the go build command it’s showing error. see below ,
linux1@sfhyperledger:~/go1.X/src/syndicateLoans> go build
exec: "s390x-linux-gnu-gcc": executable file not found in $PATH
I got stuck here from 2 days.. I don’t know how will proceed. Could help from this error ?
Thanks & regards,
Sreekanth G