在ubuntu12.04编译内核 uImage 时出现如下错误,
Kernel: arch/arm/boot/zImage is ready
UIMAGE arch/arm/boot/uImage"mkimage" command not found - U-Boot images will not be built
make[1]: *** [arch/arm/boot/uImage] Error 1
make: *** [uImage] Error 2
解决办法为:
在命令行输入: sudo apt-get install uboot-mkimage
如果无法安装,按照提示尝试:
apt-get install u-boot-tools 安装即可!
本文介绍在Ubuntu12.04环境下编译内核uImage时遇到的错误及解决方法。主要错误为mkimage command not found,解决步骤包括使用sudo apt-get install uboot-mkimage或u-boot-tools。
1万+

被折叠的 条评论
为什么被折叠?



