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] xen fails to compile

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen fails to compile
From: Shahzad Chohan <shahzad.chohan@xxxxxxxxx>
Date: Fri, 1 Jul 2005 15:49:30 +0100
Delivery-date: Fri, 01 Jul 2005 14:48:24 +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:mime-version:content-type:content-transfer-encoding:content-disposition; b=kZJbPvijl7dtiGNvcA/TTkuUgeiL3upBc0uocpzkVwyCfu2G4Oz8BxKt1MemsYLixoXQckM2eddRJDTerfqlwf/2drH5A5uE7l1vjFplIJhPsr9MDTM2p2lwu0VGWG/YVdAuCs7gUhxWOtC/rfwfWVN+wyT2ll8qByBmouxNtzA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Reply-to: Shahzad Chohan <shahzad.chohan@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi

I tried to rebuild the xen unstable source. I ran make dist, but I got
the following error:

gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe
-I/root/xen/xen-unstable/xen/include
-I/root/xen/xen-unstable/xen/include/asm-x86/mach-generic
-I/root/xen/xen-unstable/xen/include/asm-x86/mach-default -O3
-fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c
vmx_io.c -o vmx_io.o
cc1: warnings being treated as errors
vmx_io.c: In function 'vmx_intr_assist':
vmx_io.c:624: warning: 'intr_type' may be used uninitialized in this function
make[2]: *** [vmx_io.o] Error 1
make[2]: Leaving directory `/root/xen/xen-unstable/xen/arch/x86'
make[1]: *** [/root/xen/xen-unstable/xen/xen] Error 2
make[1]: Leaving directory `/root/xen/xen-unstable/xen'
make: *** [xen] Error 2

Any idea what this is?

Thanks
Shaz

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen fails to compile, Shahzad Chohan <=