|
【技术讨论】
为什么我修改了 dts 就不能编译镜像了,撤回之后编译也出错
发表于 2019-7-1 13:38:39
浏览:6338
|
回复:4
打印
只看该作者
[复制链接]
楼主
root@ubuntu:/home/rk/kernel# make -j8 firefly-rk3288.img
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CC scripts/mod/devicetable-offsets.s
make[1]: 'include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTLD scripts/mod/modpost
CHK include/generated/compile.h
DTC arch/arm/boot/dts/firefly-rk3288.dtb
Error: arch/arm/boot/dts/firefly-rk3288.dts:382.2-3 label or path, 'hsadc', not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:278: recipe for target 'arch/arm/boot/dts/firefly-rk3288.dtb' failed
make[1]: *** [arch/arm/boot/dts/firefly-rk3288.dtb] Error 1
/home/rk/kernel/arch/arm/Makefile:302: recipe for target 'firefly-rk3288.dtb' failed
make: *** [firefly-rk3288.dtb] Error 2
make: *** Waiting for unfinished jobs....
|
|