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-users

[Xen-devel] compile error

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] compile error
From: Stephan Böni <boeni@xxxxxx>
Date: Wed, 12 Oct 2005 13:28:30 +0200
Delivery-date: Wed, 12 Oct 2005 11:26:00 +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: AcXPIBKYM0fBwqFLQv2rRJZHk64PGw==
Thread-topic: compile error
I cannot compile the latest xen build (make world):
 
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi'
gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.
c acpi_gen.c acpi_madt.c acpi_rsdt.c
acpi_gen.c: In function âmainâ:
acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:51: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:53: warning: pointer targets in passing argument 1 of âAcpiBuildTable
â differ in signedness
acpi_gen.c:56: warning: incompatible implicit declaration of built-in function â
exitâ
./acpigen acpi.bin
make[4]: Leaving directory `/setup/xen/xen-unstable/tools/firmware/acpi'
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 -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin
-O2 -msoft-float -m32 -march=i686 -o gen gen.c
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../libc.so when
searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../libc.a when s
earching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/lib64/libc.so when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: ski
pping incompatible /usr/lib64/libc.a when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld: can
not find -lc
collect2: ld returned 1 exit status
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
 
 
Normaly i have to boot my system with acpi=off. Maybe here is the problem....
 
Stephan
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>