immortalwrt
immortalwrt copied to clipboard
编译失败
... 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 什么意思
package/Makefile:66: recipe for target 'package/install' failed
这一行是 : - find $(STAGING_DIR_ROOT) -type d | $(XARGS) chmod 0755
试着在你终端里面执行以下 xargs -h
看看输出?