编译内核----make config时候报错
在make menuconfig时,提示:
*** Unable to find the ncurses libraries or the
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
执行如下命令
apt-get install libncurses*
发布时间: 2012-08-09 15:59:21 作者: rapoo
编译内核----make config时候报错
在make menuconfig时,提示:
*** Unable to find the ncurses libraries or the
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
执行如下命令
apt-get install libncurses*