回复至:openwrt编译固件详细步骤及常见问题汇总
Up
::0
8.[issue] x86_64 平台编译时错误
time: package/feeds/packages/golang/host-compile#0.38#0.16#8.50 ERROR: package/feeds/packages/golang [host] failed to build. make[2]: *** [package/Makefile:114: package/feeds/packages/golang/host/compile] Error 1 make[2]: Leaving directory '/home/openwrt' make[1]: *** [package/Makefile:110: /home/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2
[fixed]
尝试使用单线程编译可以解决,不再提示错误
# make -j1 V=s

