xgo icon indicating copy to clipboard operation
xgo copied to clipboard

mips / readme

Open immesys opened this issue 9 years ago • 3 comments

I think xgo is trying to build some mips versions when I pass linux/* but there is no mention of mips on the readme. Please can you update the readme?

immesys avatar Nov 14 '16 17:11 immesys

I am also trying to compile MIPS binaries

elimisteve avatar Feb 05 '17 04:02 elimisteve

With go1.8rc3 I can cross-compile and output linux/mips binaries, but go1.8 only supports doing so for MIPS platforms with either hardware or (simulated) software floating point support, and my target system has neither. So I'm hoping to use gcc/gccgo/xgo/??? to cross-compile successfully.

Any pointers would be appreciated!

elimisteve avatar Feb 05 '17 04:02 elimisteve

@elimisteve No luck there :) Xgo just uses the stock Go + various gcc toolkits to cross compile.

karalabe avatar Mar 01 '17 14:03 karalabe