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] make world fails with ASM errors

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] make world fails with ASM errors
From: "Duncan Morgan" <dmorgan@xxxxxxxxxx>
Date: Mon, 10 Apr 2006 09:57:22 -0700
Delivery-date: Mon, 10 Apr 2006 09:58:08 -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>
Organization: GMI
Reply-to: dmorgan@xxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZcv9X9yL+sKYvNQPqLHPYHmwpUEg==
Hello,

I am trying to build Xen from sources (3.0.1) and make world fails somewhere in 
the following with asm errors. The machine I'm installing on does not have or 
need SATA support. Any ideas?

[ -e include/asm ] || ln -sf asm-x86 include/asm
make -C arch/x86 asm-offsets.s
make[3]: Entering directory `/home/dmorgan/xen-3.0.1/xen/arch/x86'
gcc -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith 
-pipe -I/home/dmorgan/xen-3.0.1/xen/include 
-I/home/dmorgan/xen-3.0.1/xen/include/asm-x86/mach-generic 
-I/home/dmorgan/xen-3.0.1/xen/include/asm-x86/mach-default -O3 
-fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -S -o asm-offsets.s 
x86_32/asm-offsets.c
cc1: warnings being treated as errors
In file included from /home/dmorgan/xen-3.0.1/xen/include/asm/mpspec.h:5,
                 from /home/dmorgan/xen-3.0.1/xen/include/asm/smp.h:18,
                 from /home/dmorgan/xen-3.0.1/xen/include/xen/smp.h:13,
                 from /home/dmorgan/xen-3.0.1/xen/include/xen/sched.h:8,
                 from x86_32/asm-offsets.c:9:
/home/dmorgan/xen-3.0.1/xen/include/asm/mpspec_def.h:78: warning: ‘packed’ 
attribute ignored for field of type ‘unsigned char[5u]’
make[3]: *** [asm-offsets.s] Error 1
make[3]: Leaving directory `/home/dmorgan/xen-3.0.1/xen/arch/x86'
make[2]: *** [/home/dmorgan/xen-3.0.1/xen/xen] Error 2
make[2]: Leaving directory `/home/dmorgan/xen-3.0.1/xen'
make[1]: *** [install-xen] Error 2
make[1]: Leaving directory `/home/dmorgan/xen-3.0.1'
make: *** [world] Error 2

Thanks,
Duncan
-----------------------------------------------------




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>