WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] problem compiling xen 3.1

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] problem compiling xen 3.1
From: Riccardo Veraldi <Riccardo.Veraldi@xxxxxxxxxxxx>
Date: Sat, 25 Aug 2007 12:29:43 +0200
Delivery-date: Sat, 25 Aug 2007 03:30:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.12 (X11/20070604)
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 <=