2015-06-12 01:41:50
来 源
中存储网
Ubuntu
*** 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

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

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。