immortalwrt icon indicating copy to clipboard operation
immortalwrt copied to clipboard

编译失败

Open xtr3mz opened this issue 2 years ago • 1 comments

... Configuring urngd. Configuring luci-i18n-firewall-zh-cn. Configuring ppp-mod-pppoe. Configuring dnsmasq-full. package/Makefile:66: recipe for target 'package/install' failed make[2]: *** [package/install] Error 255 make[2]: Leaving directory '/home/xxx/Downloads/immortalwrt-master' package/Makefile:111: recipe for target '/home/xxx/Downloads/immortalwrt-master/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed make[1]: *** [/home/xxx/Downloads/immortalwrt-master/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/xxx/Downloads/immortalwrt-master' /home/xxx/Downloads/immortalwrt-master/include/toplevel.mk:228: recipe for target 'world' failed make: *** [world] Error 2

编译3次了,从新下了2次源码压缩包,一直是这个,查不到2跟255 什么意思

xtr3mz avatar Sep 27 '22 09:09 xtr3mz

package/Makefile:66: recipe for target 'package/install' failed 这一行是 : - find $(STAGING_DIR_ROOT) -type d | $(XARGS) chmod 0755 试着在你终端里面执行以下 xargs -h 看看输出?

CEllenvia avatar Oct 10 '22 23:10 CEllenvia