This can be related to issue #18162
If you compile a normal go program for mips32 with the current compiler and 
run it on hardware without FPU, this is the error message you see.
The preferred solution is for the compiler to emmit soft float code. It has 
been implemented but did not make it into go-1.9.
As a work around, if you can recompile the kernel, you can add floating 
point emulation to the kernel.

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