fw876 / helloworld

GNU General Public License v3.0
3.64k stars 2.64k forks source link

make[3]: *** [Makefile:80: /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-core-5.7.0/.built] Error 1 make[3]: Leaving directory '/workdir/openwrt/feeds/helloworld/v2ray-core' time: package/feeds/helloworld/v2ray-core/compile#1.07#0.40#1.01 ERROR: package/feeds/helloworld/v2ray-core failed to build. make[2]: *** [package/Makefile:116: package/feeds/helloworld/v2ray-core/compile] Error 1 make[2]: Leaving directory '/workdir/openwrt' make[1]: *** [package/Makefile:110: /workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/workdir/openwrt' make: *** [/workdir/openwrt/include/toplevel.mk:231: world] Error 2 Error: Process completed with exit code 2. #1279

Closed d975xbx closed 11 months ago

d975xbx commented 12 months ago

make[3]: [Makefile:80: /workdir/openwrt/build_dir/target-x86_64_musl/v2ray-core-5.7.0/.built] Error 1 make[3]: Leaving directory '/workdir/openwrt/feeds/helloworld/v2ray-core' time: package/feeds/helloworld/v2ray-core/compile#1.07#0.40#1.01 ERROR: package/feeds/helloworld/v2ray-core failed to build. make[2]: [package/Makefile:116: package/feeds/helloworld/v2ray-core/compile] Error 1 make[2]: Leaving directory '/workdir/openwrt' make[1]: [package/Makefile:110: /workdir/openwrt/staging_dir/target-x86_64_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/workdir/openwrt' make: [/workdir/openwrt/include/toplevel.mk:231: world] Error 2 Error: Process completed with exit code 2.

evenwangcn commented 12 months ago

一样的问题

gcp91020 commented 12 months ago

add PKG_BUILD_FLAGS:=no-mips16 to Makefile or modify diy.sh to add it before complie sed -i 's/PKG_USE_MIPS16/PKG_BUILD_FLAGS:=no-mips16\nPKG_USE_MIPS16/' feeds/helloworld/v2ray-plugin/Makefile