make menuconfig出错需要安装文件

 
 

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

posted on 2015-04-07 10:22  后进后退  阅读(212)  评论(0编辑  收藏  举报