All of lore.kernel.org
 help / color / mirror / Atom feed
* compiling Xen on x86_64 machines
@ 2005-03-04 21:08 Rajagopalan Subrahmanian
  0 siblings, 0 replies; 3+ messages in thread
From: Rajagopalan Subrahmanian @ 2005-03-04 21:08 UTC (permalink / raw)
  To: xen-devel

All,
I am trying to compile Xen on my x86_64 machine. I
turned on TARGET_ARCH=x86_32. I am trying to compile
the current stable release (xen-2.0.bk). 

I started off the compile with make TARGET_ARCH=x86_32
world.

The Xen VM compiles fine.
The tools seem to have problems compiling. I have
attached the relevant output at the end of the
message.

Has anyone else run into this problem? Am I messing
something up bigtime?

thanks
Raj


make[2]: Leaving directory `/xen-2.0.bk/xen'
make -C tools install
make[2]: Entering directory `/xen-2.0.bk/tools'
make -C check
make[3]: Entering directory `/xen-2.0.bk/tools/check'
./chk build
make[3]: Leaving directory `/xen-2.0.bk/tools/check'
make -C libxutil install
make[3]: Entering directory
`/xen-2.0.bk/tools/libxutil'
make libxutil.so  libxutil.so.2.0 libxutil.so.2.0.0
libxutil.a
make[4]: Entering directory
`/xen-2.0.bk/tools/libxutil'
gcc -m32 -march=i686 -Wall -Werror -O3
-fno-strict-aliasing -Wp,-MD,.allocate.o.d  x86_32 -c
-o allocate.o allocate.c
gcc: cannot specify -o with -c or -S and multiple
compilations
make[4]: *** [allocate.o] Error 1
make[4]: Leaving directory
`/xen-2.0.bk/tools/libxutil'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/xen-2.0.bk/tools/libxutil'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/xen-2.0.bk/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/xen-2.0.bk'
make: *** [world] Error 2
linux:/xen-2.0.bk #

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

* RE: compiling Xen on x86_64 machines
@ 2005-03-04 21:40 Ian Pratt
  2005-03-05  8:21 ` Franck
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Pratt @ 2005-03-04 21:40 UTC (permalink / raw)
  To: Rajagopalan Subrahmanian, xen-devel; +Cc: ian.pratt


x86_64 is still work in progress -- please wait for us to announce it
for testing.

Thanks,
Ian 

> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net 
> [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of 
> Rajagopalan Subrahmanian
> Sent: 04 March 2005 21:09
> To: xen-devel@lists.sourceforge.net
> Subject: [Xen-devel] compiling Xen on x86_64 machines
> 
> All,
> I am trying to compile Xen on my x86_64 machine. I
> turned on TARGET_ARCH=x86_32. I am trying to compile
> the current stable release (xen-2.0.bk). 
> 
> I started off the compile with make TARGET_ARCH=x86_32
> world.
> 
> The Xen VM compiles fine.
> The tools seem to have problems compiling. I have
> attached the relevant output at the end of the
> message.
> 
> Has anyone else run into this problem? Am I messing
> something up bigtime?
> 
> thanks
> Raj
> 
> 
> make[2]: Leaving directory `/xen-2.0.bk/xen'
> make -C tools install
> make[2]: Entering directory `/xen-2.0.bk/tools'
> make -C check
> make[3]: Entering directory `/xen-2.0.bk/tools/check'
> ./chk build
> make[3]: Leaving directory `/xen-2.0.bk/tools/check'
> make -C libxutil install
> make[3]: Entering directory
> `/xen-2.0.bk/tools/libxutil'
> make libxutil.so  libxutil.so.2.0 libxutil.so.2.0.0
> libxutil.a
> make[4]: Entering directory
> `/xen-2.0.bk/tools/libxutil'
> gcc -m32 -march=i686 -Wall -Werror -O3
> -fno-strict-aliasing -Wp,-MD,.allocate.o.d  x86_32 -c
> -o allocate.o allocate.c
> gcc: cannot specify -o with -c or -S and multiple
> compilations
> make[4]: *** [allocate.o] Error 1
> make[4]: Leaving directory
> `/xen-2.0.bk/tools/libxutil'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory
> `/xen-2.0.bk/tools/libxutil'
> make[2]: *** [install] Error 2
> make[2]: Leaving directory `/xen-2.0.bk/tools'
> make[1]: *** [tools] Error 2
> make[1]: Leaving directory `/xen-2.0.bk'
> make: *** [world] Error 2
> linux:/xen-2.0.bk #
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

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

* Re: compiling Xen on x86_64 machines
  2005-03-04 21:40 compiling Xen on x86_64 machines Ian Pratt
@ 2005-03-05  8:21 ` Franck
  0 siblings, 0 replies; 3+ messages in thread
From: Franck @ 2005-03-05  8:21 UTC (permalink / raw)
  To: xen-devel

Hello,

> x86_64 is still work in progress -- please wait for us to announce it
> for testing.
YES, YES, YES :) i'm very happy to test it !!!
I'm pulling the unstable source for compiling, but more errors appear.

Regards

Franck


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

end of thread, other threads:[~2005-03-05  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-04 21:40 compiling Xen on x86_64 machines Ian Pratt
2005-03-05  8:21 ` Franck
  -- strict thread matches above, loose matches on Subject: below --
2005-03-04 21:08 Rajagopalan Subrahmanian

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.