码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 执行make menuconfig ARCH=arm

时间:2015-11-18 00:53:28      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

1.ubuntu 执行make menuconfig ARCH=arm出错了!!

*** Unable to find the ncurses libraries or the
*** required header files.
*** ‘make menuconfig’ requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.

解决办法如下:
CentOS:
yum install -y ncurses-devel

Ubuntu:
sudo apt-get insatll ncurses-dev

ubuntu 执行make menuconfig ARCH=arm

标签:

原文地址:http://www.cnblogs.com/zxouxuewei/p/4973311.html

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