You are not logged in.
scripts/kconfig/conf -s arch/x86/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x291): Section mismatch in reference from the function init_post() to the function .init.text:prepare_namespace()
The function init_post() references
the function __init prepare_namespace().
This is often because init_post lacks a __init
annotation or the annotation of prepare_namespace is wrong.
WARNING: vmlinux.o(.cpuinit.data+0x0): Section mismatch in reference from the variable initial_code to the function .init.text:i386_start_kernel()
The variable __cpuinitdata initial_code references
a function __init i386_start_kernel().
If i386_start_kernel is only used by initial_code then
annotate i386_start_kernel with a matching annotation.
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
WARNING: init/built-in.o(.text+0x291): Section mismatch in reference from the function init_post() to the function .init.text:prepare_namespace()
The function init_post() references
the function __init prepare_namespace().
This is often because init_post lacks a __init
annotation or the annotation of prepare_namespace is wrong.
LD .tmp_vmlinux1
block/built-in.o: In function `vr_dispatch_requests':
vr-iosched.c:(.text+0x14b8c): undefined reference to `__udivdi3'
vr-iosched.c:(.text+0x14c71): undefined reference to `__udivdi3'
make: *** [.tmp_vmlinux1] Error 1
OMG, so close ... any ideas? maybe the zen-source.org forum is more appropriated?
Last edited by hack.augusto (2008-12-23 20:14:36)
Offline
Latest git? Mine built, try force checking out
Offline
Yep, the branch is uptodate, I'm think i mess up the config file ... just don't know what
Last edited by hack.augusto (2008-12-22 20:54:20)
Offline
How are you trying to build the zen kernel? Did you have an old copy of the zen sources around before you updated.
I got the impression that some things have changed and it may be the reason why you are getting weird errors. Someone else had this same issue though and I don't have the foggiest for an answer.
irc #zen-sources is a very helpful channel though
Offline
I'm using the scripts from AUR kernel26zen-git, with this server: git://repo.or.cz/linux-2.6/zen-sources.git
Offline
update the PKGBUILD and files, their git server is back up now @ git://zen-sources.org/zen/zen.git
Offline
Humm, not yet, usign the latest kernel26-zen scripts with git://zen-sources.org/zen/kernel/zen.git and still not a sucessful compilation
Offline
Hm, might be worth posting your config for someone who may know what is causing it, or go try #zen-sources@freenode
Offline
Does this make any sense?
After disabling the io-schedulers bfq and v(r) it compiles.
0 Ok, 0:1
Offline