`
xitong
  • 浏览: 6194254 次
文章分类
社区版块
存档分类
最新评论

make xconfig无法使用

 
阅读更多
make xconfig无法使用
由于项目需要,需要移植linux-2.6.14版本的内核,PC机上的linux是Ubuntu11.04,在使用make xconfig编译内核时出现如下错误:
root@czu:~/桌面/socket/linux-2.6.14# make xconfig
HOSTCXX scripts/kconfig/qconf.o
In file included from scripts/kconfig/qconf.cc:24:0:
scripts/kconfig/qconf.h:25:18: 错误: 有多余的限定‘ConfigSettings::’在成员‘readSizes’上 [-fpermissive]
scripts/kconfig/qconf.h:26:7: 错误: 有多余的限定‘ConfigSettings::’在成员‘writeSizes’上 [-fpermissive]
scripts/kconfig/qconf.h:127:7: 错误: 有多余的限定‘ConfigList::’在成员‘updateMenuList’上 [-fpermissive]
make[1]: *** [scripts/kconfig/qconf.o] 错误 1
make: *** [xconfig] 错误 2
已经安装了qt库,之前移植Linux-2.6.30.4版本内核时没有出现这样的错误,先用make menuconfig吧,以后有时间再深入研究,也顺边学习一下。

分享到:
评论

相关推荐

    qt3库文件 解决make xconfig问题

    使用参考:http://blog.csdn.net/wang_shuai_ww/article/details/52573040

    编译Linux内核

    编译Linux内核相关内部资料 内附详细讲解及代码 #make menuconfig #make config #make xconfig #make defconfig #make clean #make distclean

    linux-4.9.tar.gz

    3. #make xconfig //基于X11图形工具界面 4. #make gconfig //基于gtk+的图形工具界面由于对Linux还处在初学阶段,所以选择了简单的配置内核方法,即make menuconfig。 在终端输入make menuconfig,等待几秒后,终端...

    Linux内核配置编译分析实验

    该文档主要包括Linux内核配置过程:make config ;make menuconfig;make xconfig; 并详细讲述了Linux内核的编译;并陈列了具体的实验步骤。

    linux4.4内核源码

     #make xconfig //基于X11图形工具界面4. #make gconfig //基于gtk+的图形工具界面由于对Linux还处在初学阶段,所以选择了简单的配置内核方法,即make menuconfig。在终端输入make menuconfig,等待几秒后,...

    Coda分布式文件系统安装和维护手册

    Coda分布式文件系统安装和维护手册(Linux2.1) make xconfig "File Systems" panel's "Network File Systems" panel Select m beside the "Coda file system support (advanced network fs)

    leon-nexys2:Digilent Nexys 2 板上的 LEON

    leon-nexys2 Digilent Nexys 2 板上的 LEON 配置 LEON: cd grlib-gpl-1.3.4-b4140/designs/leon3-digilent-nexys2make xconfig 构建 LEON: export PATH= $PATH :/path/to/ISE/binaries # Usually something like /...

    linux内核裁剪的具体过程和方法

    内核配置的方法很多,make config、make xconfig、make menuconfig、make oldconfig等等,它们的功能都是一样的,区别应该从名字上就能看出来,只有make oldconfig是指用系统当前的设置(./.config)作为缺省值。

    ELDK使用与开发手册

    这是嵌入式PowerPC, ARM和MIPS系统中使用DENX U-Boot和Linux的指导手册。文档中描述了如何在嵌入式PowerPC, ARM和MIPS系统上配置、编译、使用Das U-Boot(常常缩写为“U-Boot”)和Linux操作系统。文档中涵盖了所有...

    linux 内核编译手记

    首先,需要下载fakeroot和kernal-package包,当然,开发包不可少。 然后进入源代码目录,make conifg。当然,我喜欢用make xconfig,这需要安装libqt3-dev包:apt-get install libqt3-dev即可。

    Linux管理员指南

    编译Linux内核 131 10.1 内核到底是什么 131 10.2 获取内核源代码 132 10.2.1 选择正确的版本 133 10.2.2 解压缩内核源代码 133 10.3 建立内核 134 10.3.1 make xconfig过程 135 10.3.2 内核...

    Kconfiglib:灵活的Python 23 Kconfig实现和库

    样例make iscriptconfig会话 测试套件 笔记 谢谢 执照 消息 最近的linux-next内核之间的依赖关系循环 要解决最新的linux-next内核上的依赖关系循环问题,请应用此补丁。 希望它将很快出现在linux-next 。 windows...

Global site tag (gtag.js) - Google Analytics