arch/arm/Makefile:331: recipe for target ‘uImage‘ failed

Posted cv.exp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arch/arm/Makefile:331: recipe for target ‘uImage‘ failed相关的知识,希望对你有一定的参考价值。

"mkimage" command not found - U-Boot images will not be built
arch/arm/boot/Makefile:92: recipe for target 'arch/arm/boot/uImage' failed
make[1]: *** [arch/arm/boot/uImage] Error 1
arch/arm/Makefile:331: recipe for target 'uImage' failed
make: *** [uImage] Error 2
ERROR: build  Failed
INFO: build kernel failed

解决:

sudo apt-get install u-boot-tools

以上是关于arch/arm/Makefile:331: recipe for target ‘uImage‘ failed的主要内容,如果未能解决你的问题,请参考以下文章

python正则模块—re

python正则模块—re

Python3正则匹配re.split,re.finditer及re.findall函数用法详解

re.match,re.search,re.fullmatch之间的区别[重复]

re模块

正则表达式(re.compile/re.match/re.split用法)