-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compile GO 1.6 or GO1.4 to openwrt? #12
Comments
The golang version depends on GCC upstream implementation. |
Thank you reply。 In the latest version of the Openwrt , GCC has been upgraded to version 5.3. But no GCCGO and LIBGO compiler options. I want to know how to add it. 妹的。。发现你是中国人。郁闷!用中文再说一次呗。 |
Gccgo documentation says: https://golang.org/doc/install/gccgo
should produce a gccgo. Giving it a shot. |
Thank you!@zoobab My target processor is Mips 32。GO is not the only type of processor supported。 |
I have successfully cross compile go program into mips32 bin with below command, you may try this also.
cd |
GO1.6 finally support MIPS processors, but only supports the MIPS64. MIPS processors are not supported. Ask whether there is support GO1.6 plan? Or to support GO1.4?
You can not provide, modify script shows?
The text was updated successfully, but these errors were encountered: