|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] problem compiling xen 3.1
Hello,
I compiled xen 3.1 and everything went straight without problems
My system is a redhat enterprise 5.
But actually xen downloaded kernel 2.6.18
So I changed the config in buildconfigs/mk.linux-2.6-xen
into LINUX_VER = 2.6.18.8
any I Recompiled so that xen make process gets the latest 2.6.18 kernel.
Here comes hte problem because it aborts with errors during compilation:
LD arch/x86_64/kernel/intel_cacheinfo.o
LD arch/x86_64/kernel/built-in.o
AS arch/x86_64/kernel/head-xen.o
/root/xen-3.1.0-src/linux-2.6.18.8-xen/arch/x86_64/kernel/head-xen.S:19:27:
error: linux/elfnote.h: No such file or directory
make[7]: *** [arch/x86_64/kernel/head-xen.o] Error 1
Avtually I would like to use kernel 2.6.18.8 instead od 2.6.18
any hints ?
I also tried to fix the problem in head-xen.S removing line
#include <linux/elfnote.h>
but this leads to other problems.
Does exist a patch for compiling it with 2.6.18.8 kernel ?
thanks
Rick
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] problem compiling xen 3.1,
Riccardo Veraldi <=
|
|
|
|
|