Are there any special options I need to pass to make to get Xen to build correctly for x86_64 or will it automagically work? I ask because I''m getting ''DOM0 image is not a Xen-compatible Elf image'' on bootup which I guess means I''m probably doing something wrong in the compile. I''m using a 64 bit toolchain, build enviroment is FC4 using GCC version 4.0.1, binutils version 2.1 so I''m guessing it''s not my tools. Xen is compiling but I get that Elf message on reboot. I figure it''s because I''m not compiling for 64 bit correctly. Do I have to pass XEN_TARGET_ARCH=x86_64 or something like that? Sorry if this is documented somewhere, I tried in vain to find it but to no avail. Thanks! __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>From your description looks like there is installation problem. Maybeyou are running 64bit dom0 on 32bit hypervisor or vice versa. You can try building & installing from scratch again. There is no special handling is needed. Thanks & Regards, Nitin ------------------------------------------------------------------------ ----------- Open Source Technology Center, Intel Corp>-----Original Message----- >From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- >bounces@lists.xensource.com] On Behalf Of Pat Huntington >Sent: Monday, October 17, 2005 1:10 PM >To: xen-devel@lists.xensource.com >Subject: [Xen-devel] building xen for x86_64 > >Are there any special options I need to pass to make >to get Xen to build correctly for x86_64 or will it >automagically work? I ask because I''m getting ''DOM0 >image is not a Xen-compatible Elf image'' on bootup >which I guess means I''m probably doing something wrong >in the compile. I''m using a 64 bit toolchain, build >enviroment is FC4 using GCC version 4.0.1, binutils >version 2.1 so I''m guessing it''s not my tools. Xen is >compiling but I get that Elf message on reboot. I >figure it''s because I''m not compiling for 64 bit >correctly. > >Do I have to pass XEN_TARGET_ARCH=x86_64 or something >like that? > >Sorry if this is documented somewhere, I tried in vain >to find it but to no avail. > >Thanks! > > > > >__________________________________ >Yahoo! Mail - PC Magazine Editors'' Choice 2005 >http://mail.yahoo.com > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Mon, 2005-10-17 at 13:09 -0700, Pat Huntington wrote:> Are there any special options I need to pass to make > to get Xen to build correctly for x86_64 or will it > automagically work? I ask because I''m getting ''DOM0 > image is not a Xen-compatible Elf image'' on bootup > which I guess means I''m probably doing something wrong > in the compile. I''m using a 64 bit toolchain, build > enviroment is FC4 using GCC version 4.0.1, binutils > version 2.1 so I''m guessing it''s not my tools. Xen is > compiling but I get that Elf message on reboot. I > figure it''s because I''m not compiling for 64 bit > correctly. > > Do I have to pass XEN_TARGET_ARCH=x86_64 or something > like that?It is automatic. I build it everyday on x86_64 by using ''make world'', as I do on x86.> > Sorry if this is documented somewhere, I tried in vain > to find it but to no avail. > > Thanks! > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors'' Choice 2005 > http://mail.yahoo.com > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Just make sure that "Processor Type" is set to x86_64, not x86, in the Xen menu. On Monday 17 October 2005 03:21 pm, David F Barrera wrote:> On Mon, 2005-10-17 at 13:09 -0700, Pat Huntington wrote: > > Are there any special options I need to pass to make > > to get Xen to build correctly for x86_64 or will it > > automagically work? I ask because I''m getting ''DOM0 > > image is not a Xen-compatible Elf image'' on bootup > > which I guess means I''m probably doing something wrong > > in the compile. I''m using a 64 bit toolchain, build > > enviroment is FC4 using GCC version 4.0.1, binutils > > version 2.1 so I''m guessing it''s not my tools. Xen is > > compiling but I get that Elf message on reboot. I > > figure it''s because I''m not compiling for 64 bit > > correctly. > > > > Do I have to pass XEN_TARGET_ARCH=x86_64 or something > > like that? > > It is automatic. I build it everyday on x86_64 by using ''make world'', as > I do on x86. > > > Sorry if this is documented somewhere, I tried in vain > > to find it but to no avail. > > > > Thanks! > > > > > > > > > > __________________________________ > > Yahoo! Mail - PC Magazine Editors'' Choice 2005 > > http://mail.yahoo.com > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel