执行make menuconfig的时候报如下错误
eric@eric-OptiPlex-380:~/work/linux_3.9.5/linux-3.9.5$ make menuconfig
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf.o: In function `show_help':
mconf.c:(.text+0x764): undefined reference to `stdscr'
scripts/kconfig/lxdialog/checklist.o: In function `print_arrows':
checklist.c:(.text+0x41): undefined reference to `wmove'
checklist.c:(.text+0x61): undefined reference to `acs_map'
checklist.c:(.text+0x69): undefined reference to `waddch'
checklist.c:(.text+0x7b): undefined reference to `waddnstr'
checklist.c:(.text+0x8c): undefined reference to `wmove'
checklist.c:(.text+0xb3): undefined reference to `acs_map'
checklist.c:(.text+0xbb): undefined reference to `waddch'
checklist.c:(.text+0x10b): undefined reference to `acs_map'
f解决办法:
本文介绍了在使用makemenuconfig进行Linux内核配置时遇到的错误及其解决方案。错误涉及未定义的引用,通过安装libncurses5和libncurses5-dev包得以解决。
577

被折叠的 条评论
为什么被折叠?



