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

[Xen-devel] latest xen-unstable doesn't compile

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] latest xen-unstable doesn't compile
From: Wensheng Wang <wenshengwang@xxxxxxxxx>
Date: Sat, 28 Jan 2006 15:41:18 -0600
Delivery-date: Sat, 28 Jan 2006 21:50:36 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GN9myrpKQm7g8bEkkrQuKf43F7lAto7yTBzg+/Ef5a3890sUPr6kEBmqqCod82GgOaOPjCqa8+jnqg5QZ3Bw1jTeYyjf7jQi/DragEKL8MBkShwcb1Vbg+w0gObSsmpAfYqs1L4Agv5359SRXQP6oxZcrwYjAUhcCYbsY0aCG38=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset 8691 doesn't compile.
-----------------------------------------------------
gcc -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common
-fno-strict-aliasing -iwithprefix include -Wall -Werror
-Wno-pointer-arith -pipe -I/root/aaa/xen-unstable/xen/include
-I/root/aaa/xen-unstable/xen/include/asm-x86/mach-generic
-I/root/aaa/xen-unstable/xen/include/asm-x86/mach-default -O3
-fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c mm.c -o
mm.o
cc1: warnings being treated as errors
mm.c: In function ‘do_mmu_update’:
mm.c:2024: warning: ‘mapcache.pfn’ may be used uninitialized in
this function
mm.c:2024: warning: ‘mapcache.va’ may be used uninitialized in this function
make[3]: *** [mm.o] Error 1
make[3]: Leaving directory `/root/aaa/xen-unstable/xen/arch/x86'
make[2]: *** [/root/aaa/xen-unstable/xen/xen] Error 2
make[2]: Leaving directory `/root/aaa/xen-unstable/xen'
make[1]: *** [install-xen] Error 2
make[1]: Leaving directory `/root/aaa/xen-unstable'
make: *** [world] Error 2
---------------------------------------------------------------

Wensheng Wang
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] latest xen-unstable doesn't compile, Wensheng Wang <=