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-devel

Re: [Xen-devel] problems compiling xen on a crusoe

To: Keir Fraser <keir.fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] problems compiling xen on a crusoe
From: A Streetcar Named <desire@xxxxxxxxx>
Date: Sun, 14 Nov 2004 22:49:55 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 14 Nov 2004 15:15:09 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=kXq9wMZ3O8L828Im2zPEoICRUduw0JUJ1maFWy9l7tpxUIkmb+eIv09bJ5JnzHc8fTt1RTgkwO+LZm21PQnOLk1GB6LYglt4ldNiliYlVOzpCViZi2ETakk8cMlKKAh6XN0qM1YJ/fGGenDR/yQGoWJ60A7cEf9kLaxrhkLu6fM=
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E1CTGwZ-0001Sd-00@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <bf77ac7b04111400192eeb18ce@xxxxxxxxxxxxxx> <E1CTGwZ-0001Sd-00@xxxxxxxxxxxxxxxxx>
Reply-to: A Streetcar Named <desire@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
gcc (GCC) 3.3.4 20040623 (Gentoo Hardened Linux 3.3.4-r1, ssp-3.3.2-2,
pie-8.7.6)

On Sun, 14 Nov 2004 09:45:11 +0000, Keir Fraser
<keir.fraser@xxxxxxxxxxxx> wrote:
> 
> What GCC version are you using (gcc --version)?
> 
>  -- Keir
> 
> 
> 
> > Hi.
> >
> > I'm trying to compile Xen 2.0 on a crusoe-powered notebook, but make
> > world seems to fail when making xen, even before building tools or the
> > kernel.  This is on a transmeta crusoe 5800 CPU, running Gentoo.
> >
> > Any idea what might be wrong?  I have no idea what the error message
> > below means.
> >
> > # make world
> > make clean
> > [snip]
> >  __  __            ____    ___
> >  \ \/ /___ _ __   |___ \  / _ \
> >   \  // _ \ '_ \    __) || | | |
> >   /  \  __/ | | |  / __/ | |_| |
> >  /_/\_\___|_| |_| |_____(_)___/
> >
> > make[3]: Leaving directory `/root/xen/t/xen-2.0/xen'
> > make -C common
> > make[3]: Entering directory `/root/xen/t/xen-2.0/xen/common'
> > gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
> > -iwithprefix include -Wall -Werror -pipe
> > -I/root/xen/t/xen-2.0/xen/include -Wno-pointer-arith -Wredundant-decls
> > -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c
> > ac_timer.c -o ac_timer.o
> > gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
> > -iwithprefix include -Wall -Werror -pipe
> > -I/root/xen/t/xen-2.0/xen/include -Wno-pointer-arith -Wredundant-decls
> > -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c
> > dom0_ops.c -o dom0_ops.o
> > dom0_ops.c: In function `do_dom0_op':
> > /root/xen/t/xen-2.0/xen/include/asm/mm.h:160: error: can't find a
> > register in class `BREG' while reloading `asm'
> > /root/xen/t/xen-2.0/xen/include/asm/mm.h:160: error: can't find a
> > register in class `BREG' while reloading `asm'
> > make[3]: *** [dom0_ops.o] Error 1
> > make[3]: Leaving directory `/root/xen/t/xen-2.0/xen/common'
> > make[2]: *** [/root/xen/t/xen-2.0/xen/xen] Error 2
> > make[2]: Leaving directory `/root/xen/t/xen-2.0/xen'
> > make[1]: *** [xen] Error 2
> > make[1]: Leaving directory `/root/xen/t/xen-2.0'
> > make: *** [world] Error 2
> >
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: InterSystems CACHE
> > FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > robust object and relational technologies, making it a perfect match
> > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
> 
>


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel