linux下内核编译的一些小问题

来源:互联网 发布:websocket nginx 转发 编辑:程序博客网 时间:2024/06/13 23:01
问题1:配置时提示错误 'make menuconfig' requires the ncurses libraries.
解决方法:sudo apt-get install libncurses5-dev


问题2:"mkimage" command not found - U-Boot images will not be built
没有安装 mkimage导致内核编译失败

解决办法:sudo apt-get install uboot-mkimage 


问题3:/bin/sh: 1: scripts/basic/fixdep: Permission denied
make[1]: *** [scripts/kconfig/conf.o] Error 126

解决办法:chmod +x ./scripts/basic/fixdep

0 0
原创粉丝点击