lede
lede copied to clipboard
编译X86出错,请问下这是什么原因
编译X86出错,
Configuring luci-i18n-firewall-zh-cn. Configuring ppp-mod-pppoe. Collected errors:
- pkg_hash_check_unresolved: cannot find dependency luci-lua-runtime for luci-base
- pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
- satisfy_dependencies_for: Cannot satisfy the following dependencies for default-settings:
- luci-lua-runtime
- opkg_install_cmd: Cannot install package default-settings. make[2]: *** [package/Makefile:70: package/install] Error 255 make[2]: Leaving directory '/home/c/lede' make[1]: *** [package/Makefile:111: /home/c/lede/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/c/lede' make: *** [/home/c/lede/include/toplevel.mk:231:world] 错误 2
rm -rf bin
rm-rf bin
执行了还是一样的错误
e[1]: *** [package/Makefile:111: /home/c/lede/staging_dir/target-x86_64_musl/stamp/.package_install] Error 2 make[1]: Leaving directory '/home/c/lede' make: *** [/home/c/lede/include/toplevel.mk:231:world] 错误 2 c@ubuntu:~/lede$ rm -rf ./tmp && rm -rf .config c@ubuntu:~/lede$ make menuconfig Collecting package info: done Collecting target info: done WARNING: Makefile 'package/feeds/luci/luci-base/Makefile' has a dependency on 'luci-lua-runtime', which does not exist configuration written to .config
*** End of the configuration. *** Execute 'make' to start the build or try 'make help'.
c@ubuntu:~/lede$
rm -rf bin
删除了还是编译报错
helloworld加#
./scripts/feeds update -a ./scripts/feeds install -a 今天碰到了同样的问题,一开始执行过上面两条命令的,再执行一遍,后面就好了