coolsnowwolf / lede

Lean's LEDE source
Other
29.55k stars 19.5k forks source link

Netgear R7800 ath10k-ct编译错误 #11687

Open du-qg opened 9 months ago

du-qg commented 9 months ago

Applying ./patches/988-ath10k-always-use-mac80211-loss-detection.patch using plaintext: patching file ath10k-5.15/mac.c touch /home/test/lede/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/.prepared_a5b8a1f5c6fc141bd7bb7a275a6eade9_6664517399ebbbc92a37c5bb081b5c53 make[3]: *** No rule to make target '/home/test/lede/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/usr/include/mac80211-backport/backport/autoconf.h', needed by '/home/test/lede/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/.configured_68b329da9893e34099c7d8ad5cb9c940'. Stop. make[3]: Leaving directory '/home/test/lede/package/kernel/ath10k-ct' time: package/kernel/ath10k-ct/regular/compile#0.30#0.31#0.53 ERROR: package/kernel/ath10k-ct failed to build (build variant: regular).

如何排错? (source-code 20231130)

hzjnet commented 8 months ago

Applying ./patches/988-ath10k-always-use-mac80211-loss-detection.patch using plaintext: patching file ath10k-5.15/mac.c touch /home/test/lede/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/.prepared_a5b8a1f5c6fc141bd7bb7a275a6eade9_6664517399ebbbc92a37c5bb081b5c53 make[3]: *** No rule to make target '/home/test/lede/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/usr/include/mac80211-backport/backport/autoconf.h', needed by '/home/test/lede/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/.configured_68b329da9893e34099c7d8ad5cb9c940'. Stop. make[3]: Leaving directory '/home/test/lede/package/kernel/ath10k-ct' time: package/kernel/ath10k-ct/regular/compile#0.30#0.31#0.53 ERROR: package/kernel/ath10k-ct failed to build (build variant: regular).

如何排错? (source-code 20231130)

半年前就遇见了,对比别人成功的配置文件发现是配置问题

还是打脸了 最近一编译有出现相同问题了,没找到原因!!!!!!!!!!!!!

幽灵啊:全部相关issue有12个了,改成ath10k后能正常编译,但是无线不能启动;再换回ath10kct后有时能正常编译有时不能,重启后也是有时可以有时不能

主机内存改大好像有些用处,成功的概率高了

SQ528 commented 1 month ago

一样,今年你解决了吗? make[2]: Circular package/kernel/ath10k-ct/compile <- package/kernel/mac80211/compile dependency dropped. make[3]: Entering directory '/workdir/openwrt/package/kernel/ath10k-ct' make[3]: No rule to make target '/workdir/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/usr/include/mac80211-backport/backport/autoconf.h', needed by '/workdir/openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2022-05-13-f808496f/.configured_68b329da9893e34099c7d8ad5cb9c940'. Stop. make[3]: Leaving directory '/workdir/openwrt/package/kernel/ath10k-ct' time: package/kernel/ath10k-ct/regular/compile#0.16#0.06#0.20 ERROR: package/kernel/ath10k-ct failed to build (build variant: regular). make[2]: [package/Makefile:116: package/kernel/ath10k-ct/compile] Error 1 make[2]: Leaving directory '/workdir/openwrt' make[1]: [package/Makefile:110: /workdir/openwrt/staging_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2 make[1]: Leaving directory '/workdir/openwrt' make: [/workdir/openwrt/include/toplevel.mk:231: world] Error 2 Error: Process completed with exit code 2.