+ -
当前位置:首页 → 问答吧 → unlink 函数不解

unlink 函数不解

时间:2011-10-07

来源:互联网

從http://kernel.ubuntu.org/git中下載了ubuntu/ubuntu-oneiric.git這個repository中的代碼,配置後編譯。
編譯出錯。
錯誤信息為
代码:
WARNING: modpost: Found 3 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
arch/x86/built-in.o: In function `mce_do_trigger':
mce.c:(.text+0x4d35d): undefined reference to `populate_rootfs_wait'
init/built-in.o: In function `kernel_init':
main.c:(.init.text+0x5b6): undefined reference to `populate_rootfs_wait'
kernel/built-in.o: In function `__request_module':
(.text+0x2455c): undefined reference to `populate_rootfs_wait'
kernel/built-in.o: In function `cgroup_release_agent':
cgroup.c:(.text+0x4b3be): undefined reference to `populate_rootfs_wait'
fs/built-in.o: In function `do_coredump':
(.text+0x90d1): undefined reference to `populate_rootfs_wait'
security/built-in.o:(.text+0xf054): more undefined references to `populate_rootfs_wait' follow
make[1]: *** [.tmp_vmlinux1] Error 1
make: *** [debian/stamp/build/kernel] Error 2


源代碼信息為
description Ubuntu 11.10 (Oneiric Ocelot) stable kernel tree (3.0)
owner Leann Ogasawara
last change Fri, 23 Sep 2011 20:07:58 +0000
URL git://kernel.ubuntu.com/ubuntu/ubuntu-oneiric.git

求救,謝謝

作者: yyfholy   发布时间: 2011-10-07