compile the kernel used for debugging

860阅读 0评论2011-04-03 linlan999
分类:

[root@localhost linux-2.6.35.i686]# 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] Error 1
make: *** [menuconfig] Error 2

2
[root@localhost linux-2.6.35.i686]# yum   install  libncurses*
[root@localhost linux-2.6.35.i686]# yum   install  *ncurses-devel

make menuconfig

make bzImage && make modules
make  install(生成initrmfs,img 并把initramfs/kernel copy到/boot,修改/boot/grub/grub.conf)
上一篇:未来宽带b-star笔试,面试
下一篇:脚本sudo