Ubuntu下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

这里提示说需要安装ncurses库文件。sudo apt-get install ncurses-dev 之后再make menuconfig试试!

如果要用make xconfig,则要先安装libqt3-compat-headers:执行 sudo apt-get install libqt3-compat-headers。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/65022.html