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

make menuconfig出错需要安装文件

时间:2015-04-07 11:47:51      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:

 
 

sudo chown -R `who am i` /opt/EmbedSky

用户要对目录有写权限

  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出错需要安装文件

标签:

原文地址:http://www.cnblogs.com/yuankaituo/p/4397633.html

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