KyleRicardo / MentoHUST-OpenWrt-ipk

MentoHUST-OpenWrt-ipk包
292 stars 79 forks source link

我踩过的坑 以及编译出错的排除 #10

Open huangwj55 opened 2 years ago

huangwj55 commented 2 years ago

我的设备是红米AX6s 芯片 Mediatek mt7622 属于ARMv8 arrch64架构 虚拟机为Ubuntu18.04 遇到此错误 $ make menuconfig make -s -C scripts/config mconf: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on /home/huang/openwrt/openwrt-sdk-mediatek-mt7622_gcc-11.2.0_musl.Linux-x86_64/include/toplevel.mk:105: recipe for target 'scripts/config/mconf' failed make: ** [scripts/config/mconf] Error 1 不管,继续下一步直接make 出现错误信息 make[3]: Entering directory '/home/huang/openwrt/openwrt-sdk-mediatek-mt7622_gcc-11.2.0_musl.Linux-x86_64/scripts/config' set -e; mkdir -p ./; trap "rm -f ./.mconf-cfg.tmp" EXIT; { /bin/sh mconf-cfg.sh; } > ./.mconf-cfg.tmp; if [ ! -r mconf-cfg ] || ! cmp -s mconf-cfg ./.mconf-cfg.tmp; then true ' UPD mconf-cfg'; mv -f ./.mconf-cfg.tmp mconf-cfg; fi