按照以往经验,我们需要安装依赖包:
sudo apt-get install uboot-mkimage
但却提示”现在没有可用的软件包 uboot-mkimage,但是它被其它的软件包引用了。 这可能意味着这个缺失的软件包可能已被废弃“
怎么破?
按照其提示,安装”u-boot-tools“即可
sudo apt-get install u-boot-tools
Posted 扁桃体也发言
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译内核提示mkimage command not found – U-Boot images will not be built相关的知识,希望对你有一定的参考价值。
按照以往经验,我们需要安装依赖包:
sudo apt-get install uboot-mkimage
但却提示”现在没有可用的软件包 uboot-mkimage,但是它被其它的软件包引用了。 这可能意味着这个缺失的软件包可能已被废弃“
怎么破?
按照其提示,安装”u-boot-tools“即可
sudo apt-get install u-boot-tools
以上是关于编译内核提示mkimage command not found – U-Boot images will not be built的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu编译linux报错/bin/sh: 1: mkimage: not found
编译redis时 提示make cc Command not found
uImage的制作工具mkimage详解(源码编译使用方法添加的头解析uImage的制作)
msys2提示:-bash: cmake: command not found