'make menuconfig' requires the ncurses libraries.

root@Ubuntu32:/home/zhangbin/alex/bsp/linux_kernel# make menuconfig
  HOSTCC  scripts/kconfig/conf.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 *** 
 *** Install ncurses (ncurses-devel) and try again.
 *** 
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2



root@Ubuntu32:/media/zhangbin/Gallery/RR# apt-get install ncurses-dev
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
注意,选取 libncurses5-dev 而非 ncurses-dev
下列软件包是自动安装的并且现在不需要了:
  linux-image-extra-3.13.0-34-generic
Use 'apt-get autoremove' to remove it.
建议安装的软件包:
  ncurses-doc
下列【新】软件包将被安装:
  libncurses5-dev
升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 15 个软件包未被升级。
需要下载 166 kB 的软件包。
解压缩后会消耗掉 874 kB 的额外空间。
获取:1 http://archive.ubuntu.com/ubuntu/ trusty/main libncurses5-dev i386 5.9+20140118-1ubuntu1 [166 kB]
下载 166 kB,耗时 7秒 (21.0 kB/s)         
Selecting previously unselected package libncurses5-dev:i386.
(正在读取数据库 ... 系统当前共安装有 327101 个文件和目录。)
Preparing to unpack .../libncurses5-dev_5.9+20140118-1ubuntu1_i386.deb ...
Unpacking libncurses5-dev:i386 (5.9+20140118-1ubuntu1) ...
正在设置 libncurses5-dev:i386 (5.9+20140118-1ubuntu1) ...
root@Ubuntu32:/media/zhangbin/Gallery/RR# 

你可能感兴趣的:('make menuconfig' requires the ncurses libraries.)