内核配置config失败需要的文件

现象:

执行 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 ncurses-dev

你可能感兴趣的:(笔记)