linux交叉编译

执行下面格式语句,在linux 平台编译android 交叉编译

CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o offer.arm

查看支持的编译目标列表:
go tool dist list

  • 指定头文件搜索路径
    CGO_CFLAGS="-I/path/to/header"

Windows交叉编译

https://www.cnblogs.com/jing332/p/16671425.html
https://www.cnblogs.com/klsw/articles/10853213.html

go env -w GOOS=linux/android


0 条评论

发表回复

您的电子邮箱地址不会被公开。