shaunghe 发表于 2018-5-19 22:14:19

内核编译uImage时出错

出现错误如下,该怎么解决
SYSMAPSystem.map
SYSMAP.tmp_System.map
OBJCOPY arch/arm/boot/Image
Kernel: arch/arm/boot/Image is ready
AS      arch/arm/boot/compressed/head.o
GZIP    arch/arm/boot/compressed/piggy.gzip
AS      arch/arm/boot/compressed/piggy.gzip.o
CC      arch/arm/boot/compressed/misc.o
CC      arch/arm/boot/compressed/decompress.o
SHIPPED arch/arm/boot/compressed/lib1funcs.S
AS      arch/arm/boot/compressed/lib1funcs.o
LD      arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
UIMAGEarch/arm/boot/uImage
"mkimage" command not found - U-Boot images will not be built
make: *** Error 1
make: *** Error 2

shaunghe 发表于 2018-5-19 23:18:55

搜了一下帖子,发现前辈们已经解决了,谢谢。
http://bbs.witech.com.cn/forum.php?mod=viewthread&tid=67774&highlight=uimage
页: [1]
查看完整版本: 内核编译uImage时出错