求助。。。编译内核生成config时报错,小白看不懂,望大神指教
debian吧
全部回复
仅看楼主
level 5
如下
root@Debian:/home/wakaka/linux-4.9# make menuconfig
HOSTCC scripts/kconfig/mconf.o
In file included from scripts/kconfig/mconf.c:23:0:
scripts/kconfig/lxdialog/dialog.h:38:20: fatal error: curses.h: 没有那个文件或目录
#include CURSES_LOC
^
compilation terminated.
scripts/Makefile.host:124: recipe for target 'scripts/kconfig/mconf.o' failed
make[1]: *** [scripts/kconfig/mconf.o] Error 1
Makefile:546: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2
2016年12月29日 15点12分 1
level 3
apt-get install libncurses5-dev
2016年12月30日 08点12分 2
好的谢谢,等下去试试
2016年12月30日 08点12分
1