linux 编译内核[scripts/kconfig/dochecklxdialog] 错误

administrator@ubuntu:~/linux-2.6.28-omap$ make menuconfig

 *** 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

 

 

解决办法: sudo apt-get install libncurses5-dev 或者:sudo apt-get install ncurses-dev

原文地址:http://blog.chinaunix.net/uid-23806659-id-2657945.html

posted @ 2015-11-30 17:55  xwq--  阅读(567)  评论(0编辑  收藏  举报