Go

Go交叉编译问题

交叉编译Go是出现的问题

Posted by HonorJoey on March 14, 2020

问题

当在GO环境下进行交叉编译时报错

build constraints exclude all Go files in…

解决

用xgo去CGO的交叉编译器

命令行执行

go get -u -v github.com/karalabe/xgo

编译

xgo --targets=linux/amd64 ./