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] build Problems on amd64 - es7000plat.c:192: Warning: »sdt.co

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] build Problems on amd64 - es7000plat.c:192: Warning: »sdt.count« uninitialized - Werror
From: Hans-Christian Armingeon <johnny@xxxxxxxxxx>
Date: Tue, 21 Mar 2006 09:47:17 +0100
Delivery-date: Tue, 21 Mar 2006 11:41:09 +0000
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
User-agent: KMail/1.9.1
Hi,

current hg tree does not build on amd64. x86 works fine.

I know, this is caused by the -Werror flag. I could solve this by removing the 
Werror flag, but this would be a unclean solution.

The error messages are in german, se subject for translation

Johnny



/usr/bin/make -C genapic/
make[5]: Gehe in Verzeichnis 
»/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/arch/x86/genapic«
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes 
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-generic 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-default 
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -g -D__XEN__ -c bigsmp.c -o bigsmp.o
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes 
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-generic 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-default 
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -g -D__XEN__ -c default.c -o default.o
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes 
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-generic 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-default 
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -g -D__XEN__ -c es7000.c -o es7000.o
gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes 
-Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-generic 
-I/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/include/asm-x86/mach-default 
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -g -D__XEN__ -c es7000plat.c -o es7000plat.o
cc1: warnings being treated as errors
es7000plat.c: In Funktion »find_unisys_acpi_oem_table«:
es7000plat.c:192: Warnung: »sdt.count« wird in dieser Funktion uninitialisiert 
verwendet
make[5]: *** [es7000plat.o] Fehler 1
make[5]: Verlasse Verzeichnis 
»/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/arch/x86/genapic«
make[4]: *** [genapic//built_in.o] Fehler 2
make[4]: Verlasse Verzeichnis 
»/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/arch/x86«
make[3]: *** 
[/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/arch/x86/built_in.o] Fehler 2
make[3]: Verlasse Verzeichnis 
»/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/arch/x86«
make[2]: *** [/usr/src/xen/xen-unstable.hg-3.0-20060321/xen/xen] Fehler 2
make[2]: Verlasse Verzeichnis »/usr/src/xen/xen-unstable.hg-3.0-20060321/xen«
make[1]: *** [install-xen] Fehler 2
make[1]: Verlasse Verzeichnis »/usr/src/xen/xen-unstable.hg-3.0-20060321«
make: *** [build-stamp] Fehler 2

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

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