arm-linux-gcc 移植u-boot2015.04时make menuconfig 错误
root@cnicfhnui-VirtualBox:/S3C2440/u-boot-2015.04# make menuconfig
HOSTCC scripts/kconfig/mconf.o
In file included from scripts/kconfig/mconf.c:23:0:
scripts/kconfig/lxdialog/dialog.h:38:20: 致命错误: curses.h:没有那个文件或目录
编译中断。
make[1]: *** [scripts/kconfig/mconf.o] 错误 1
make: *** [menuconfig] 错误 2
解决:安装libncurses5-dev
sudo apt-get update
sudo apt-get install libncurses5-dev

加入微信
获取电子行业最新资讯
搜索微信公众号:EEPW
或用微信扫描左侧二维码