-
Notifications
You must be signed in to change notification settings - Fork 283
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
MT7620 RAMIPS 架构无法运行预编译版本 #26
Comments
这个不清楚,这是 Go 1.8 的新特性,可能会有一些问题。我没办法调试,你可以自己交叉编译试试看。 |
我有交叉编译环境,要怎么配置Go的交叉编译呢? |
搜了一下有:http://studygolang.com/articles/7326 ,这是匹配以前版本的。
GOOS GOARCH 参数可选项参见:https://golang.org/doc/install/source |
据悉如果是 RAMIPS ,应该把 GOARCH 设为 mips32le |
官方的编译器似乎不能设置为 mips32le ,编译会报错,设为 mipsle 后运行时仍然有 Illegal instruction. 之后我找到了 https://github.com/gomini/go-mips32 ,成功编译了可以运行的版本 overture-linux-mips32le 以下是执行 file 命令的输出:
可以运行的多了个 rel2 |
golang/go#18880 |
fatedier/frp#245 |
编译时加上参数 |
又用 UPX 压缩了一下,大小只有约 900K 了,需要的可以下载 |
非常感谢。 |
为什么不把 ramips 加进 release 呢 |
Release 是直接用 build.py 自动生成的,我这里没有 ramips 的编译和测试环境,所以就没有放进来。我刚才试了一下,如果要编译 go 的话需要处理很多依赖关系,我这里没法做。Release 的内容是由自动化脚本决定的。 |
或者新版本如果你编译好了上传我放进去。 |
@LGA1150 重新编译固件会导致内核改变 无法安装官方仓库的 kmod 包 |
lede AR71XX mips 版不工作Illegal instruction |
OpenWrt 15.05
运行 overture-linux-mips 时报错:
./overture-linux-mips: line 1: syntax error: unexpected "("
运行 overture-linux-mipsle 时报错:
Illegal instruction
The text was updated successfully, but these errors were encountered: