码迷,mamicode.com
首页 > 其他好文 > 详细

make menuconfig 失败

时间:2014-09-15 22:54:29      阅读:412      评论:0      收藏:0      [点我收藏+]

标签:linux

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

解决办法
sudo apt-get install ncurses-dev

make menuconfig 失败

标签:linux

原文地址:http://blog.csdn.net/muyang_ren/article/details/39299373

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!