启动linux内核配置光标界面时具体如下:
cfd2006@christian:~/QT2410E/kernel-2.6$ make menuconfig
/usr/bin/ld: cannot find -lncurses
collect2: ld 返回 1
-e
>> Unable to find the Ncurses libraries.
>>
>> You must install ncurses-devel in order
>> to use 'make menuconfig'
make[2]: *** [scripts/lxdialog/ncurses] 错误 1
make[1]: *** [menuconfig] 错误 2
make: *** [menuconfig] 错误 2
如果是32位的就用:sudo apt-get install libncurses5-dev
如果是64位的,就用:sudo apt-get install lib32ncurses5-dev
再make吧
阅读(3040) | 评论(0) | 转发(0) |