Stuart Henderson wrote: > This runs OK on an i386 with more CPU features; most likely it wants > SSE or similar which the Geode LX in your net5501 doesn't have. (Go has > runtime cpuid checks for most of the SSE variants but I think not for > the original SSE which it probably just assumes is available). > One clue would be if the disassembly has instructions referencing > registers X0..X15 which are just used for SSE.
go will autodetect 387 or sse2 based on the host. https://golang.org/doc/install/source#environment
