交叉编译配置
1 | export CGO_ENABLED=1 |
错误详情
1 | sqlite3-binding.c:32753:42: error: use of undeclared identifier 'pread64' |
问题
Mac未安装linux的交叉编译器
。解决方法,安装linux的交叉编译器
下载地址
Compiling for Linux 32 and Linux 64 on MacOS X
修改交叉编译配置
1 | export CGO_ENABLED=1 |
1 | export CGO_ENABLED=1 |
1 | sqlite3-binding.c:32753:42: error: use of undeclared identifier 'pread64' |
Mac未安装linux的交叉编译器
。解决方法,安装linux的交叉编译器
Compiling for Linux 32 and Linux 64 on MacOS X
1 | export CGO_ENABLED=1 |