>
> Do you need gccgo, cgo or cross compiling?
>

Cross-compiling.  I'm trying to cross-compile Go programs from an x86_64 
Linux machine to run on a MIPS (32-bit) target machine with no software and 
no hardware FPU.


Without FPU however you will get "illegal instruction" when running the 
> binary.
>

I am indeed getting the "Illegal instruction" error... but I'm compiling 
using gccgo, and I thought that would work?  Will it not since there's no 
FPU?


[Either w]ait for vstefanovic to submit his changes promised in issue 18162
>

I've pinged him and mentioned this thread 
at https://github.com/golang/go/issues/18162 ; thanks!

 

> or compile a kernel with FPU emulation support.
>

I'll look more into doing exactly this, thank you.

--Steve

-- 
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