|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Problems building a xen0 kernel on Suse 9.3
Following up my previous post and searching around a
bit, Itried the following:
cd /usr/src/linux
make mrproper
./arch/i386/defconfig.xen .config
make ARCH=xen menuconfig (I just change general
setup-> Local version)
make ARCH=xen prepare
make: Zirkuläre Datei
/usr/src/linux-2.6.11.4-20a/include/asm <-
/usr/src/linux-2.6.11.4-20a/include/asm Abhängigkeit
wird nicht verwendet.
SYMLINK /usr/src/linux-2.6.11.4-20a/include/asm ->
include/asm-xen
SYMLINK include/asm -> include/asm-i386
SPLIT include/linux/autoconf.h -> include/config/*
HOSTCC scripts/genksyms/genksyms.o
SHIPPED scripts/genksyms/lex.c
SHIPPED scripts/genksyms/parse.h
SHIPPED scripts/genksyms/keywords.c
HOSTCC scripts/genksyms/lex.o
SHIPPED scripts/genksyms/parse.c
HOSTCC scripts/genksyms/parse.o
HOSTLD scripts/genksyms/genksyms
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
HOSTCC scripts/bin2c
CHK include/linux/version.h
UPD include/linux/version.h
CC arch/i386/kernel/asm-offsets.s
CHK include/asm-i386/asm_offsets.h
UPD include/asm-i386/asm_offsets.h
there are symlinks in ./include which I do not
understand:
~.asm-ignore -> asm-xen (delete or not?)
~asm -> asm-i386 (shouldn't that point to asm-xen?)
nevertheless I continue:
make ARCH=xen
CHK include/linux/version.h
SYMLINK include/asm -> include/asm-i386
make[1]: »arch/i386/kernel/asm-offsets.s« ist bereits
aktualisiert.
...
...
arch/xen/kernel/ctrl_if.c:466: warning: implicit
declaration of function `teardown_irq'
...
-so it uses code from xen, but throws warnings on what
it's gonna fail at the end, meanwhile...
...
CC [M] fs/befs/datastream.o
In file included from fs/befs/befs.h:11,
from fs/befs/datastream.c:18:
fs/befs/befs_fs_types.h:21:1: warning: "PACKED"
redefined
In file included from
include/asm-xen/xen-public/xen.h:13,
...
-lots of similar warnings that do not look
promising:...
include/asm-xen/xen-public/arch-x86_32.h:14:1:
warning: this is the location of the previous
definition
CC [M] fs/reiser4/plugin/item/extent_item_ops.o
In file included from
fs/reiser4/plugin/plugin_header.h:11,
from
fs/reiser4/plugin/item/item.h:17,
from
fs/reiser4/plugin/item/extent_item_ops.c:3:
fs/reiser4/dformat.h:44:1: warning: "PACKED" redefined
In file included from
include/asm-xen/xen-public/xen.h:
...
next I removed support for reiserfs4 and BeFs, same
results
Any hints?
Greets chris
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden:
http://mail.yahoo.de
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Re: Problems building a xen0 kernel on Suse 9.3,
Chris Epicier <=
|
|
|
|
|