Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问下自己编译时报下面的错是什么原因啊 #142

Open
xianshanlai opened this issue Apr 16, 2018 · 1 comment
Open

请问下自己编译时报下面的错是什么原因啊 #142

xianshanlai opened this issue Apr 16, 2018 · 1 comment

Comments

@xianshanlai
Copy link

WARNING: Makefile 'package/linux/Makefile' has a dependency on 'r8169-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'e100-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'bnx2-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'ar3k-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'mwifiex-sdio-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb2', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'edgeport-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'kmod-phy-bcm-ns-usb3', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'prism54-firmware', which does not exist
WARNING: Makefile 'package/linux/Makefile' has a dependency on 'rtl8192su-firmware', which does not exist
tmp/.config-package.in:36:warning: ignoring type redefinition of 'PACKAGE_libc' from 'boolean' to 'tristate'
tmp/.config-package.in:64:warning: ignoring type redefinition of 'PACKAGE_libgcc' from 'boolean' to 'tristate'
tmp/.config-package.in:149:warning: ignoring type redefinition of 'PACKAGE_libpthread' from 'boolean' to 'tristate'

configuration written to .config

make[1]: Entering directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64'
make[2]: Entering directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64'
make[3]: Entering directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/package/toolchain'
echo "libc" >> /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
echo "libgcc" >> /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
echo "libpthread" >> /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/pkginfo/toolchain.default.install
make[3]: Leaving directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/package/toolchain'
make[3]: Entering directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/package/ChinaDNS/openwrt'
mkdir -p /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/dl
SHELL= flock /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/tmp/.chinadns-1.3.2.tar.gz.flock -c ' /usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/scripts/download.pl "/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/dl" "chinadns-1.3.2.tar.gz" "x" "" "https://github.com/clowwindy/ChinaDNS/releases/download/1.3.2" '
Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.
Makefile:49: recipe for target '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/dl/chinadns-1.3.2.tar.gz' failed
make[3]: *** [/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/dl/chinadns-1.3.2.tar.gz] Error 255
make[3]: Leaving directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/package/ChinaDNS/openwrt'
package/Makefile:107: recipe for target 'package/ChinaDNS/openwrt/compile' failed
make[2]: *** [package/ChinaDNS/openwrt/compile] Error 2
make[2]: Leaving directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64'
package/Makefile:103: recipe for target '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/stamp/.package_compile' failed
make[1]: *** [/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64'
/usr/local/src/ledeSDK/openwrt-sdk-ar71xx-nand_gcc-7.3.0_musl.Linux-x86_64/include/toplevel.mk:209: recipe for target 'world' failed
make: *** [world] Error 2

@shmily103
Copy link

@xianshanlai
使用另一个移植项目,这个项目没更新好久了。
https://github.com/aa65535/openwrt-chinadns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants