[Success] Go 1.8 cross-compiling for Onion Omega 2 MIPS32LE
-
Hello to All.
Recently i was able to perform cross-compiling for Onion Omega 2 with Golang go1.8rc3.
Full article you can find here. FYI, official Go 1.8 release will happen in next 8-10 days.
Thanks.
-
@Denys-Makogon I would highlight even more the important options:
GOOS=linux GOARCH=mipsle
that make this work.
-
@José-Luis-Cánovas will do, if you can do it faster, feel free to make a pull request.