英文:
Can "go build" support armbe/arm64be
问题
我需要将go文件编译成适用于我的嵌入式设备(aarch64be)的文件。
但是出现了“cmd/go: unsupported GOOS/GOARCH pair linux/arm64be”的错误,
这意味着我不能使用它吗?
非常感谢。
英文:
I need to Compile the go file to use in my Embedded device(aarch64be).
But "cmd/go: unsupported GOOS/GOARCH pair linux/arm64be",
which means i cannot use this?
Thanks a lot.
答案1
得分: 1
是的。"unsupported" 的确意味着这个。
英文:
> which means i cannot use this?
Yes. "unsupported" means exactly this.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论