qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Can't compile on ubuntu 5.04 amd64


From: Luca 'Ziabice' Gambetta
Subject: [Qemu-devel] Can't compile on ubuntu 5.04 amd64
Date: Thu, 12 May 2005 22:58:36 +0200

Hi!
I can't compile qemu on my Ubuntu 5.04 Amd64, after a bit of work it stops
compilation with a:

for d in i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu
ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \
        done
make[1]: Entering directory `/prateria/tmp/qemu-0.7.0/i386-user'
gcc-3.4 -g -Wl,-T,/prateria/tmp/qemu-0.7.0/x86_64.ld -o qemu-i386
elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o
libqemu.a gdbstub.o   -lm /usr/bin/ld:/prateria/tmp/qemu-0.7.0/
x86_64.ld:62: parse error 
collect2: ld returned 1 exit status 
make[1]: *** [qemu-i386] Error 1 
make[1]: Leaving directory `/prateria/tmp/qemu-0.7.0/ i386-user' 
make: *** [all] Error 1

As you can see it seems a ld error. My binutils version is 2.15.
To configure I used the trivial:

./configure

Playing a bit with configure, if I do:

./configure --target-list="x86_64-softmmu i386-softmmu" 

I can compile a working qemu: so is the i386-user target that creates
problems... 
The only problem I have with these binaries is that networking
doesn't work (neiter usermode nor tun/tap), but looking in the ML archives
I found it is a know amd64 issue.

-- 
"Uhm... l'ho detto o l'ho solo pensato?"
.::. Ziabice aka Luca Gambetta .::.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]