You are not logged in.

#1 2008-12-22 20:01:11

hack.augusto
Member
From: Brazil
Registered: 2008-08-28
Posts: 124

[solved]zen sources, kernel compilation problem

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

#2 2008-12-22 20:45:17

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: [solved]zen sources, kernel compilation problem

Latest git? Mine built, try force checking out

Offline

#3 2008-12-22 20:53:29

hack.augusto
Member
From: Brazil
Registered: 2008-08-28
Posts: 124

Re: [solved]zen sources, kernel compilation problem

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

#4 2008-12-22 20:58:26

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: [solved]zen sources, kernel compilation problem

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

#5 2008-12-22 21:02:57

hack.augusto
Member
From: Brazil
Registered: 2008-08-28
Posts: 124

Re: [solved]zen sources, kernel compilation problem

I'm using the scripts from AUR kernel26zen-git, with this server: git://repo.or.cz/linux-2.6/zen-sources.git

Offline

#6 2008-12-22 21:22:09

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: [solved]zen sources, kernel compilation problem

update the PKGBUILD and files, their git server is back up now @ git://zen-sources.org/zen/zen.git

Offline

#7 2008-12-22 23:35:51

hack.augusto
Member
From: Brazil
Registered: 2008-08-28
Posts: 124

Re: [solved]zen sources, kernel compilation problem

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

#8 2008-12-23 00:25:55

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: [solved]zen sources, kernel compilation problem

Hm, might be worth posting your config for someone who may know what is causing it, or go try #zen-sources@freenode

Offline

#9 2008-12-24 20:29:25

dunc
Member
From: Glasgow, UK
Registered: 2007-06-18
Posts: 559

Re: [solved]zen sources, kernel compilation problem

Does this make any sense?

After disabling the io-schedulers bfq and v(r) it compiles.


0 Ok, 0:1

Offline

Board footer

Powered by FluxBB