1、pc机系统环境搭建
虚拟机:
系统:
2、编译源码 linux-2.6.35.7
make menucofig 这一系列问题:参考 http://blog.chinaunix.net/uid-14704264-id-3141148.html
问题:
[root@localhost linux-2.6.35.7]# 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
------提示安装 ncurses
安装ncurses: yum install ncurses
yum install -y ncurses-devel
问题:
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Nothing to do
提示系统未注册。 --- 网上搜索资料:建议卸载原本系统
//ftp.gnu.org/pub/gnu/ncurse NCURSES工具下载地址
找到提供免费下载NCURSES文件包的站点
解压安装 NCURSES (root 状况下安装)
安装命令:(在解压目录下)
./configure
make install
查看 nucrses当前版本:
[root@localhost ncurses-5.9]# rpm -qa|grep ncurse
ncurses-5.7-3.20090208.el6.x86_64
ncurses-base-5.7-3.20090208.el6.x86_64
ncurses-libs-5.7-3.20090208.el6.x86_64
nucrses安装成功后,在linux目录 make menuconfig 图像配置界面OK。
阅读(1754) | 评论(0) | 转发(0) |