A first step to debugging the problem would be to check that cross compiled 
binaries work on your target system. Try something like this.

1. Write helloworld.go
2. env GOOS=linux GOARCH=ppc64le go build helloworld.go
3. scp helloworld to your target host and run it.

If that works, we'll debug the problems with the toolchain from bootstrap.bash

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to