Hi, I’m trying to cross compile https://github.com/google/gousb/tree/master/lsusb <https://github.com/google/gousb/tree/master/lsusb> from macOS to mipsle using the following cmd:
> GOOS=linux GOARCH=mipsle CGO_ENABLED=1 CC=mipsel-openwrt-linux-gcc > CFLAGS=-I../include/ go build But I receive this error: # runtime/cgo /usr/local/go/src/runtime/cgo/gcc_mipsx.S: Assembler messages: /usr/local/go/src/runtime/cgo/gcc_mipsx.S:30: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f20,40($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:31: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f22,48($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:32: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f24,56($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:33: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f26,64($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:34: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f28,72($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:35: Error: opcode not supported on this processor: mips32 (mips32) `sdc1 $f30,80($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:52: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f20,40($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:53: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f22,48($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:54: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f24,56($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:55: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f26,64($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:56: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f28,72($29)' /usr/local/go/src/runtime/cgo/gcc_mipsx.S:57: Error: opcode not supported on this processor: mips32 (mips32) `ldc1 $f30,80($29)' I’ve build mipsel-openwrt-linux-gcc using the docs written down here: https://wiki.openwrt.org/doc/howto/build <https://wiki.openwrt.org/doc/howto/build> Any pointers on how to make this work? Or am I out of luck and did I hit road block (i.e. it’s not possible/supported)? Thanks! Sander -- 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.