首页 > 其他 > 详细

make menuconfig出错需要安装文件

时间:2015-04-07 11:45:54      阅读:186      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!