Golang mips交叉编译出现 Illegal instruction 问题解决记录

GOOS=linux GOARCH=mipsle go build之后,出现Illegal instruction,可能是因为CPU不支持hardfloat,改为softfloat即可,在编译的时候增加GOMIPS=softfloat环境变量。

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注