Golang 编译MIPS helloworld程序出现 Illegal instruction 或者helloworld: applet not found 的解决

编译helloworld程序在MIPS平台上跑出现上述错误。linux 增长了软浮点编译选项就行了ui GOMIPS=hardfloat: use floating point instructions (the default) GOMIPS=softfloat: use soft floating point 完整的编译命令:code #!/bin/sh export PATH=$PATH:/
相关文章
相关标签/搜索