BPI-SINOVOIP / BPI-R4-MT76-OPENWRT-V21.02

Other
11 stars 8 forks source link

Build crashing when building linux #2

Open shootind5nukes opened 5 months ago

shootind5nukes commented 5 months ago

make[5]: Entering directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7988/linux-5.4.260' -Wp,-MD,scripts/.unifdef.d -I/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/staging_dir/host/include -I/tools/include -o scripts/unifdef scripts/unifdef.c
/bin/sh: 1: -Wp,-MD,scripts/.unifdef.d: not found make[5]: [scripts/Makefile.host:107: scripts/unifdef] Error 127 make[5]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7988/linux-5.4.260' make[5]: [Makefile:1257: scripts_unifdef] Error 2 make[5]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7988/linux-5.4.260' make[4]: [Makefile:32: /home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7988/linux-5.4.260/.configured] Error 2 make[4]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/target/linux/mediatek' make[3]: [Makefile:11: compile] Error 2 make[3]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/target/linux' time: target/linux/compile#0.49#0.25#0.74 ERROR: target/linux failed to build. make[2]: [target/Makefile:30: target/linux/compile] Error 1 make[2]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02' make[1]: [target/Makefile:23: /home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/staging_dir/target-aarch64_cortex-a53_musl/stamp/.target_compile] Error 2 make[1]: Leaving directory '/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02'

To even get to this point I had to make a minor change to "BPI-R4-MT76-OPENWRT-V21.02/build_dir/target-aarch64_cortex-a53_musl/linux-mediatek_mt7988/linux-5.4.260/scripts/Makefile.build"

Here's the short version

WARNING: Makefile 'package/kernel/mac80211/Makefile' has a dependency on 'kmod-qrtr-smd', which does not exist WARNING: Makefile 'package/kernel/mac80211/Makefile' has a dependency on 'kmod-qrtr-mhi', which does not exist WARNING: Makefile 'package/kernel/mac80211/Makefile' has a dependency on 'rtl8821ce-firmware', which does not exist WARNING: Makefile 'package/kernel/mac80211/Makefile' has a dependency on 'rtl8723de-firmware', which does not exist make[1] world make[2] target/compile make[3] -C target/linux compile ERROR: target/linux failed to build. make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on make: *** [/home/travis/git/BPI-R4-MT76-OPENWRT-V21.02/include/toplevel.mk:230: world] Error 1

Aivaras-s commented 1 month ago

have you tried: Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on