coolsnowwolf / lede

Lean's LEDE source
Other
29.17k stars 19.46k forks source link

Orangepi R1 Plus LTS 编译报错 #12306

Closed QYKing233 closed 1 day ago

QYKing233 commented 3 days ago

详细叙述

看日志吧,目测是rk3568-hinlink-opc.dtsi导致的

重复 issue

具体型号

Orangepi R1 Plus LTS-RK3328

详细日志

make[5]: Entering directory '/home/king/openwrt/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.15.161' CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh CHK include/generated/compile.h GEN .version CHK include/generated/compile.h LD vmlinux.o MODPOST vmlinux.symvers MODINFO modules.builtin.modinfo GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux SORTTAB vmlinux SYSMAP System.map OBJCOPY arch/arm64/boot/Image DTC arch/arm64/boot/dts/rockchip/rk3568-opc-h66k.dtb Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:181.1-5 Label or path gpu not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:186.1-6 Label or path hdmi not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:192.1-9 Label or path hdmi_in not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:198.1-10 Label or path hdmi_out not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:204.1-12 Label or path hdmi_sound not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:450.1-10 Label or path i2s0_8ch not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:645.1-5 Label or path vop not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:651.1-9 Label or path vop_mmu not found Error: arch/arm64/boot/dts/rockchip/rk3568-hinlink-opc.dtsi:655.1-5 Label or path vp0 not found FATAL ERROR: Syntax error parsing input tree make[7]: [scripts/Makefile.lib:347: arch/arm64/boot/dts/rockchip/rk3568-opc-h66k.dtb] Error 1 make[6]: [scripts/Makefile.build:552: arch/arm64/boot/dts/rockchip] Error 2 make[5]: [Makefile:1450: dtbs] Error 2 make[5]: Leaving directory '/home/king/openwrt/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.15.161' make[4]: [Makefile:26: /home/king/openwrt/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.15.161/.modules] Error 2 make[4]: Leaving directory '/home/king/openwrt/lede/target/linux/rockchip' make[3]: [Makefile:11: compile] Error 2 make[3]: Leaving directory '/home/king/openwrt/lede/target/linux' time: target/linux/compile#8.95#5.79#15.32 ERROR: target/linux failed to build. make[2]: [target/Makefile:30: target/linux/compile] Error 1 make[2]: Leaving directory '/home/king/openwrt/lede' make[1]: [target/Makefile:23: /home/king/openwrt/lede/staging_dir/target-aarch64_generic_musl/stamp/.target_compile] Error 2 make[1]: Leaving directory '/home/king/openwrt/lede' make: [/home/king/openwrt/lede/include/toplevel.mk:231:world] 错误 2

dragon888888888888 commented 3 days ago

rk3568-hinlink-opc.dtsi 回退到上一个版本, 它共更新了rk3568-fastrhino.dtsi、rk3568-rock-3a.dts、rk3568-hinlink-opc.dtsi这3个文件更新影响的是5.X内核,使用6.X内核不爱影响 所以有2种办法,更换6.X内核或回退3个文件

QYKing233 commented 3 days ago

谢谢你,彦祖。