Chinaunix首页 | 论坛 | 博客
  • 博客访问: 529265
  • 博文数量: 81
  • 博客积分: 1438
  • 博客等级: 上尉
  • 技术积分: 866
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-12 11:32
文章分类

全部博文(81)

文章存档

2014年(1)

2013年(1)

2012年(33)

2011年(46)

分类: LINUX

2012-01-20 21:43:36

UBuntu 10.04版本验证通过
 
编译linux的内核,进入该目录,命令make menuconfig之后,出现下面的错误:
  1. rm -f include/asm-arm/arch include/asm-arm/proc
  2. (cd include/asm-arm; ln -sf arch-mx2ads arch; ln -sf proc-armv proc)
  3. rm -f include/asm
  4. ( cd include ; ln -sf asm-arm asm)
  5. make -C scripts/lxdialog all
  6. make[1]: Entering directory `/home/lhs/HHARMMX21/linux-2.4.20/scripts/lxdialog'
  7. /usr/bin/ld: cannot find -lncurses
  8. collect2: ld returned 1 exit status
  9. -e
  10. >> Unable to find the Ncurses libraries.
  11. >>
  12. >> You must have Ncurses installed in order
  13. >> to use 'make menuconfig'
  14. make[1]: *** [ncurses] Error 1
  15. make[1]: Leaving directory `/home/lhs/HHARMMX21/linux-2.4.20/scripts/lxdialog'
  16. make: *** [menuconfig] Error 2

解决方法:

执行命令: sudo apt-get install ncurses-dev 即可!

(ncurses 用于make menuconfig界面显示)
 
转自:
阅读(4022) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~