Ubuntu16下编译linux内核,报"mkimage" command not found错的解决


"mkimage" command not found - U-Boot images will not be built
/work/system/linux-3.4.20/arch/arm/boot/Makefile:89: recipe for target 'arch/arm/boot/uImage' failed
make[1]: *** [arch/arm/boot/uImage] Error 1
/work/system/linux-3.4.20/arch/arm/Makefile:281: recipe for target 'uImage' failed



我在网上搜了,用了

sudo apt-get install uboot-mkimage


但是,没安装成功

root@alan:/work/system/linux-3.4.20# sudo apt-get install uboot-mkimage
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package uboot-mkimage is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  u-boot-tools:i386 u-boot-tools


E: Package 'uboot-mkimage' has no installation candidate


上面说了,安装 u-boot-tools  就可以了。


综上所述,解决方案:

sudo apt-get install u-boot-tools


posted @   隔壁王叔叔a  阅读(3005)  评论(1编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
点击右上角即可分享
微信分享提示