|
楼主 |
发表于 2016-11-21 15:54
|
显示全部楼层
新手不会操作,图片太丑啦,附上粘贴内容
make[3]: Entering directory `/home/OpenWrt/toolchain/wrapper'
# @echo -n "Testing external toolchain for softfloat support ... "; if /home/OpenWrt/scripts/ext-toolchain.sh --toolchain "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2" --cflags "-Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc" --cflags "-muclibc -msoft-float" --cflags "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/include" --cflags "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/lib" --test "softfloat"; then echo "ok"; exit 0; else echo "failed"; echo "ERROR: CONFIG_SOFT_FLOAT is enabled but the external toolchain does not support it"; exit 1; fi # EddieGin: why delete this, we need know.
touch /home/OpenWrt/build_dir/toolchain-mips-linux-gnu/wrapper-1/.prepared
make[3]: Leaving directory `/home/OpenWrt/toolchain/wrapper'
make[3]: Entering directory `/home/OpenWrt/toolchain/wrapper'
touch /home/OpenWrt/build_dir/toolchain-mips-linux-gnu/wrapper-1/.configured
touch /home/OpenWrt/build_dir/toolchain-mips-linux-gnu/wrapper-1/.built
make[3]: Leaving directory `/home/OpenWrt/toolchain/wrapper'
make[3]: Entering directory `/home/OpenWrt/toolchain/wrapper'
/home/OpenWrt/scripts/ext-toolchain.sh --toolchain "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2" --cflags "-Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc" --cflags "-muclibc -msoft-float" --cflags "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/include" --cflags "/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/lib" --wrap "/home/OpenWrt/staging_dir/toolchain-mips-linux-gnu/bin"
Toolchain directory '/opt/openwrt/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2' does not exist.
make[3]: *** [/home/OpenWrt/staging_dir/toolchain-mips-linux-gnu/stamp/.wrapper_installed] Error 1
make[3]: Leaving directory `/home/OpenWrt/toolchain/wrapper'
make[2]: *** [toolchain/wrapper/install] Error 2
make[2]: Leaving directory `/home/OpenWrt'
make[1]: *** [/home/OpenWrt/staging_dir/toolchain-mips-linux-gnu/stamp/.toolchain_install] Error 2
make[1]: Leaving directory `/home/OpenWrt'
make: *** [world] Error 2 |
|