对官方提供的内核源码包进行解压缩,进入到内核目录,使用make menuconfig后,发现提示以下错误:

*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

参考

apt-get install libncurses5-dev
  • 1

发现,并不起作用。
网上查了一下,发现以下命令有用。

sudo apt-get install ncurses-dev

原文来自:http://blog.csdn.net/moluoyu/article/details/51504214

最新文章

  1. iOS 封装添加按钮的方法
  2. ffmpeg将图片合成视频
  3. vrrp
  4. GitHub入门教程 Hello World for GitHub
  5. 使用SandCastle创建.Net帮助文档
  6. VS启用IIS调试的方法及可能碰到的问题。
  7. 可配置多功能门 SN74LVC1G57, 1G58, 1G97, 1G98, 1G99
  8. My97DatePicker日期控件使用方法
  9. 内核与内核模块:depmod,lsmod,modinfo,insmod,rmmod,mdprobe
  10. JavaScript_数组
  11. 使用JDBC进行数据库的事务操作(1)
  12. C#Windows Form简易计算器实现(上)
  13. TypeScript教程3
  14. 在NSMutableArray中添加空元素:NSNull类的使用
  15. 【kubenetus】kubenetus运维
  16. 【bioinfo】生物信息学——代码遇见生物学的地方
  17. _proto_ && prototype (原型 && 原型链)
  18. bvlc_reference_caffenet网络权值可视化
  19. MongoDB的数据类型介绍
  20. JS实现随机背景图片与图片大小变换的效果

热门文章

  1. GCC编译警告选项总结
  2. fastjson又被发现漏洞,这次危害可能会导致服务瘫痪
  3. java bean 属性验证框架 valid
  4. Python中:dict(或对象)与json之间的互相转化
  5. python3装饰器用法示例
  6. C#数据采集用到的几个方法
  7. npm 使用过程中报错问题-及npm使用
  8. java编译报错 错误: 编码GBK的不可映射字符
  9. <深度学习>TensorBoard的demo
  10. pytest系列(四)- pytest+allure+jenkins - 持续集成平台生成allure报告