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] compile bug

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] compile bug
From: Stephan Böni <boeni@xxxxxx>
Date: Thu, 13 Oct 2005 10:31:38 +0200
Delivery-date: Thu, 13 Oct 2005 08:29:12 +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
Thread-index: AcXP0Id7TWRYCaYmQqScdZQiMs1XSQ==
Thread-topic: compile bug
Compiling the last Xen build crashes:
 
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/vmxassist'
gcc -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin
-O2 -msoft-float -m32 -march=i686 -D__ASSEMBLY__ -DDEBUG -DTEXTADDR=0x000D0000 -
c head.S
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -I. -I../../../to
ols/libxc -o gen gen.c
gen.c: In function `main':
gen.c:30: warning: unsigned int format, different type arg (arg 2)
gen.c:32: warning: unsigned int format, different type arg (arg 2)
gen.c:34: warning: unsigned int format, different type arg (arg 2)
gen.c:36: warning: unsigned int format, different type arg (arg 2)
gen.c:38: warning: unsigned int format, different type arg (arg 2)
gen.c:40: warning: unsigned int format, different type arg (arg 2)
gen.c:42: warning: unsigned int format, different type arg (arg 2)
gen.c:44: warning: unsigned int format, different type arg (arg 2)
gen.c:46: warning: unsigned int format, different type arg (arg 2)
gen.c:49: warning: unsigned int format, different type arg (arg 2)
make[4]: *** [gen] Error 1
make[4]: Leaving directory `/setup/xen/xen-unstable/tools/firmware/vmxassist'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/setup/xen/xen-unstable/tools/firmware'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/setup/xen/xen-unstable/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/setup/xen/xen-unstable'
make: *** [world] Error 2
 
Kernel: x86_64 (with dev86)
 
Stephan
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] compile bug, Stephan Böni <=