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] x86_64 build break

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] x86_64 build break
From: David F Barrera <dfbp@xxxxxxxxxx>
Date: Tue, 10 May 2005 09:02:00 -0500
Delivery-date: Tue, 10 May 2005 14:02:08 +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
The x86_64 build errors out with the following problem:

...
make[3]: Entering directory `/tmp/xen-unstable/xen/common'
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix
include -Wall -Werror -Wno-pointer-arith -pipe -I/tmp/xen-
unstable/xen/include -I/tmp/xen-unstable/xen/include/asm-x86/mach-
default -O3 -fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -
fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -c
ac_timer.c -o ac_timer.o
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix
include -Wall -Werror -Wno-pointer-arith -pipe -I/tmp/xen-
unstable/xen/include -I/tmp/xen-unstable/xen/include/asm-x86/mach-
default -O3 -fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -
fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -c bitmap.c
-o bitmap.o
bitmap.c: In function `__bitmap_weight':
bitmap.c:275: warning: implicit declaration of function `hweight64'
make[3]: *** [bitmap.o] Error 1
make[3]: Leaving directory `/tmp/xen-unstable/xen/common'
make[2]: *** [/tmp/xen-unstable/xen/xen] Error 2
make[2]: Leaving directory `/tmp/xen-unstable/xen'
make[1]: *** [xen] Error 2
make[1]: Leaving directory `/tmp/xen-unstable'
make: *** [world] Error 2
bl2-14:/tmp/xen-unstable #

Note: I am using the May 9 xen-unstable-src.tgz.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] x86_64 build break, David F Barrera <=