OS : ubuntu 10.10
# make ARCH=microblaze menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
# sudo apt-get install libncurses5-dev
OK!

本文介绍了一个在Ubuntu 10.10系统中遇到的问题:使用make menuconfig时提示未能找到ncurses库及头文件。文章详细记录了解决步骤,包括安装ncurses-devel对应的包libncurses5-dev的过程。
712

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



