All of lore.kernel.org
 help / color / mirror / Atom feed
* building xen for x86_64
@ 2005-10-17 20:09 Pat Huntington
  2005-10-17 20:21 ` David F Barrera
  0 siblings, 1 reply; 4+ messages in thread
From: Pat Huntington @ 2005-10-17 20:09 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: building xen for x86_64
@ 2005-10-17 20:16 Kamble, Nitin A
  0 siblings, 0 replies; 4+ messages in thread
From: Kamble, Nitin A @ 2005-10-17 20:16 UTC (permalink / raw)
  To: Pat Huntington, xen-devel

>From your description looks like there is installation problem. Maybe
you 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building xen for x86_64
  2005-10-17 20:09 building xen for x86_64 Pat Huntington
@ 2005-10-17 20:21 ` David F Barrera
  2005-10-17 20:41   ` Alexander Charbonnet
  0 siblings, 1 reply; 4+ messages in thread
From: David F Barrera @ 2005-10-17 20:21 UTC (permalink / raw)
  To: Pat Huntington; +Cc: 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: building xen for x86_64
  2005-10-17 20:21 ` David F Barrera
@ 2005-10-17 20:41   ` Alexander Charbonnet
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Charbonnet @ 2005-10-17 20:41 UTC (permalink / raw)
  To: xen-devel; +Cc: David F Barrera, Pat Huntington

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-17 20:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17 20:09 building xen for x86_64 Pat Huntington
2005-10-17 20:21 ` David F Barrera
2005-10-17 20:41   ` Alexander Charbonnet
  -- strict thread matches above, loose matches on Subject: below --
2005-10-17 20:16 Kamble, Nitin A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.