在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 安装即可!

相关文章:

  • 2021-06-17
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-06-07
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案