在Ubutun14.04 64位系统上编译busybox,执行 make menuconfig时,出现如下错误:
In file included from scripts/kconfig/lxdialog/checklist.c:24:0:
scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: 没有那个文件或目录
解决:
sudo apt-get install libncurses5-dev
在Ubuntu 14.04 64位系统上编译BusyBox时,执行makemenuconfig命令出现找不到curses.h文件的错误。本文介绍了解决此问题的方法:通过安装libncurses5-dev包来修复。
在Ubutun14.04 64位系统上编译busybox,执行 make menuconfig时,出现如下错误:
In file included from scripts/kconfig/lxdialog/checklist.c:24:0:
scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: 没有那个文件或目录
解决:
sudo apt-get install libncurses5-dev
6026
9636
1595

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