ChinaUnix.net
相关文章推荐:

编译linux内核时出现警告

我在kernel.org上下载了一个linux内核,解压到我自己创建的工作目录下,将根目录下的Makefile的193行下的ARCH和cross_complie改为了arm和arm-linux-。make出现了pwd:couldn't find directory entry in '../../..' with matching i-node的错误,怎么办呢?

by allforking - Linux新手园地 - 2011-12-20 17:27:17 阅读(902) 回复(2)

相关讨论

我想做一个x86的内核。操作如下: 1.复制一个已有的x86配置文件到linux源代码目录下,并取名为.config。(此 vi .config可以看到里面的配置是和x86架构有关的) 2.make menuconfig。进入配置页面后,里面的和处理器有关的配置项却全都是和ARM相关的,不是上一步操作中.config文件中的配置。如果保存配置退出并make bzImage,最后生成的镜像位于“源代码文件/arch/arm”中,并不是我想要的x86的系统镜像 希望高手能指点一下,在...

by wangxn_007 - Linux新手园地 - 2012-05-30 16:46:17 阅读(2932) 回复(13)

在ibm x3650 上安装limux as4 版的能正常启动,内核版本 2.6.9.5 准备升级为 2.6.18 , 从redhat 下载原码包linux-2.6.18.tar.gz 解压后复制了boot中的配置文件, 编译了二三个月了,还是无法成功。特上来求教。 SMP编译选项需要关闭的 都关闭了。 Power management options ACPI (Advanced Configuration and Power Interface) Support APM (Advanced Power Management) BIOS Support Make CPU Idle calls whe...

by imxae - 内核源码 - 2007-10-18 16:28:46 阅读(2802) 回复(5)

请问,我在编译linux 2.6内核出现一下错误是怎么回事, sh /usr/src/linux-2.6.0-test9/arch/i386/boot/install.sh 2.6.0-test9 arch/i386/boot/bzImage System.map "" No module BusLogic found for kernel 2.6.0-test9 mkinitrd failed make[1]: ***[install] Error 1 make: *** [install] Error 2

by liHC - 内核/嵌入技术 - 2003-11-10 12:38:02 阅读(534) 回复(0)

请问,我在编译linux 2.6内核出现一下错误是怎么回事, sh /usr/src/linux-2.6.0-test9/arch/i386/boot/install.sh 2.6.0-test9 arch/i386/boot/bzImage System.map "" No module BusLogic found for kernel 2.6.0-test9 mkinitrd failed make[1]: ***[install] Error 1 make: *** [install] Error 2

by liHC - 内核源码 - 2003-11-10 12:38:02 阅读(1153) 回复(0)

Warning: Cannot convert string "-isas-song ti-medium-r-normal--*-140-*-*-c-*-gb2312.1980-0" to type FontStruct 在安装Oracle英文都能够显示出来。 安装完成后用的过程中出现这个警告,是字符集的问题吗?请问该怎么解决啊! 在安装软件的过程中我没有在环境变量里面设置NLS_LANG,是以英文界面登录的oracle账户,安装过程没有出现问题。 [ 本帖最后由 necho 于 2007-8-30 11:21 编辑 ]

by necho - Oracle - 2007-08-30 15:59:40 阅读(2247) 回复(4)

HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o make: Warning: File `/usr/local/src/linux-3.10.2/arch/x86/Makefile' has modification time 4.8e+05 s in the future make[1]: Warning: File `scripts/Makefile.host' has modification time 4.8e+05 s in the future make[1]: 警告:检测到钟错误。您的创建可能是不完整的。 make[1]: Warning: File `scripts/Makefile.host' has modification time 4.8e...

by 稻草人萤火虫 - Linux系统管理 - 2013-07-24 18:05:10 阅读(910) 回复(1)

scripts/kconfig/conf -s arch/arm/Kconfig drivers/char/Kconfig:39:warning: config symbol defined without type CHK include/linux/version.h SYMLINK include/asm-arm/arch -> include/asm-arm/arch-s3c2410 make[1]: “include/asm-arm/mach-types.h”是最新的。 CHK include/linux/utsrelease.h CC arch/arm/kernel/asm-offsets.s In file included from include/linux/stddef.h:4, ...

by libing741799085 - Linux新手园地 - 2012-05-12 09:35:31 阅读(4001) 回复(21)

WARNING: Symbol version dump /root/linux-2.6.27.8-smartarm3250/Module.symvers is missing;modules will have no dependencies and modversions.

by 风云杰雨 - Linux环境编程 - 2012-03-13 14:43:14 阅读(2327) 回复(5)

我把s3c2440开发包中的内核源码取出后,进行解压,进入linux-2.6.31_TX2440A,执行patch -p1 < ../linux-2.6.31_TX2440A20100510.patch,把它自带的补丁打上后,进行make menuconfig 保持默认配置,然后make zImage,出现如下错误: /tmp/ccQV3TVk.s: Assembler messages: /tmp/ccQV3TVk.s:4317: Error: .err encountered make[1]: *** [mm/page_alloc.o] Error 1 make: *** [mm] Error 2 望高手指点

by cjj888 - 嵌入式开发 - 2012-05-31 10:38:16 阅读(4319) 回复(13)

每次以ROOT登陆TURBOlinux都会出现一个警告,说我是以ROOT身份登的,可能会破坏   怎样去除它呢?

by tsgx - Linux论坛 - 2003-08-05 19:01:33 阅读(693) 回复(8)