make menuconfig时,出现这种错误。
HOSTCC scripts/kconfig/kxgettext.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
错误提示,需要ncurses libraries.
所以要安装libncurses5-dev这个包后,再试!
阅读(1265) | 评论(0) | 转发(0) |