由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - section mismatches while making kernel
相关主题
Kernel doesn't boot after upgraded to 256MB memoryany good sql indent config to recommend for vim?
Micro-SD card 驱动程序新服务器的xwindows问题
How to register linux network driver ?前段时间有人问firefox显示图片质量问题
Apache : 好像有一个命令能显示当前的config变量?firefox突然文件下载后都用browser打开
build image with debug info, can you build the debug symbol only ?32位的linux内核是不是要重新编译以后才能支持3G以上内存?
Any detailed instruction to remote debug shared library in QtCreator in Linux ?in ubuntu 9.0 how to config evolution using my gmail accou
one question about VI/VIMssh 自动断开的问题
openwrt编译问题装了一个awesome.
相关话题的讨论汇总
话题: unknown话题: efifb话题: section话题: probe话题: mismatch
进入Linux版参与讨论
1 (共1页)
d*******o
发帖数: 5897
1
When I compiled linux-2.6.37 with the working .config of linux-2.6.35.22-
generic (Ubuntu 10.10), I first got this:
"
WARNING: modpost: Found 43 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
"
After I did "make CONFIG_DEBUG_SECTION_MISMATCH=y", I got something like
this:
"
WARNING: drivers/video/built-in.o(.devinit.text+0x905): Section mismatch in
reference from the function efifb_probe() to the (unknown reference) .init.
data:(unknown)
The function __devinit efifb_probe() references
a (unknown reference) __initdata (unknown).
If (unknown) is only used by efifb_probe then
annotate (unknown) with a matching annotation.
WARNING: drivers/video/built-in.o(.devinit.text+0x912): Section mismatch in
reference from the function efifb_probe() to the (unknown reference) .init.
data:(unknown)
The function __devinit efifb_probe() references
a (unknown reference) __initdata (unknown).
If (unknown) is only used by efifb_probe then
annotate (unknown) with a matching annotation.
"
How can I fix it? Will this be a serious problem if I just ignore this
warnning?
With many thanks.
1 (共1页)
进入Linux版参与讨论
相关主题
装了一个awesome.build image with debug info, can you build the debug symbol only ?
系统启动rc文件的问题Any detailed instruction to remote debug shared library in QtCreator in Linux ?
ubuntu的ssh不行了one question about VI/VIM
fedora 11 nvidia显卡不认宽屏!!openwrt编译问题
Kernel doesn't boot after upgraded to 256MB memoryany good sql indent config to recommend for vim?
Micro-SD card 驱动程序新服务器的xwindows问题
How to register linux network driver ?前段时间有人问firefox显示图片质量问题
Apache : 好像有一个命令能显示当前的config变量?firefox突然文件下载后都用browser打开
相关话题的讨论汇总
话题: unknown话题: efifb话题: section话题: probe话题: mismatch