1.内核编译 fatal error: curses.h: 没有那个文件或目录
apt-get install libncurses5-dev
2.mkimage" command not found - U-Boot images will not be built
解决方法:
sudo apt-get install u-boot-tools
博客主要记录了内核编译和U - Boot镜像构建过程中遇到的问题及解决办法。内核编译时出现‘fatal error: curses.h: 没有那个文件或目录’,可通过‘apt - get install libncurses5 - dev’解决;构建U - Boot镜像时提示‘mkimage command not found’,使用‘sudo apt - get install u - boot - tools’解决。
1.内核编译 fatal error: curses.h: 没有那个文件或目录
apt-get install libncurses5-dev
2.mkimage" command not found - U-Boot images will not be built
解决方法:
sudo apt-get install u-boot-tools
2945

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