分类: LINUX
2010-07-22 15:37:44
cpu: s3c2440;
board: mini2440;
目的:编译kernel和rootfs。
平台:ubuntu8.10
当执行make 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] 错误 1
make: *** [menuconfig] 错误 2
libncurses5-dev will solve your problem.
sudo apt-get install libncurses5-dev