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] Compilation Error in tools (BIOS/hvmloader)

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Compilation Error in tools (BIOS/hvmloader)
From: "Emre Erenoglu" <erenoglu@xxxxxxxxx>
Date: Fri, 16 Feb 2007 02:14:10 +0100
Delivery-date: Thu, 15 Feb 2007 17:13:29 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BGmBEFxxFZy7Pte/PTHkOhvLDc+zKzAHz22uLu3TndWtWYdvaPDfMOp+CBmLfpp9DBXETX6nOKzm6AkcRmvI2bNKfGFbbcYMOJxtJQWeIjcIj8ZH9Xpvp+oMXa/9fIFuzlMCzht0V7ruJaJh9tf2oLXpdiJ/megus7eBSoB2JFM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hi,

I just recognised a compilation error which prevents the system from
creating hvmloader files in necessary places. It does not stop overall
compilation so I wanted to write this here in case developers might
not be aware of the problem.

Here's the output when compiling latest unstable code (15/2/2007):

emre@xen:/xen/xen-unstable.hg/tools$ sudo make clean
emre@xen:/xen/xen-unstable.hg/tools$ sudo make all
...
...
...
...
gcc   -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes
-Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -fno-builtin -O2
-msoft-float -nostdlib -I../ -DGCC_PROTOS -c -o util.o util.c
ld -melf_i386 -r 32bitbios.o tcgbios/tcgbiosext.o util.o -o 32bitbios_all.o
There are undefined symbols in the BIOS:
        U __stack_chk_fail
make[2]: *** [32bitbios_flat.h] Error 11
make[2]: Leaving directory `/xen/xen-unstable.hg/tools/firmware/rombios/32bit'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/xen/xen-unstable.hg/tools/firmware'
make: *** [all] Error 2
emre@xen:/xen/xen-unstable.hg/tools$

Best regards,

Emre Erenoglu

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

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