君正X1000E研究-2 go程序运行
作者:互联网
君正X1000E使用的小端模式,所以编译时候需要这样写
CGO_ENABLED=0 GOOS=linux GOARCH=mipsle go build testtime.go
不能写成
CGO_ENABLED=0 GOOS=linux GOARCH=mip go build testtime.go
否则会报.
[root@buildroot /]# ./testtime
sh: ./testtime: cannot execute binary file: Exec format error
标签:CGO,程序运行,ENABLED,testtime,君正,GOARCH,linux,go,X1000E 来源: https://www.cnblogs.com/zhaogaojian/p/16581235.html