* [Qemu-devel] Can't compile on ubuntu 5.04 amd64
@ 2005-05-12 20:58 Luca 'Ziabice' Gambetta
0 siblings, 0 replies; only message in thread
From: Luca 'Ziabice' Gambetta @ 2005-05-12 20:58 UTC (permalink / raw)
To: qemu-devel
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 .::.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-12 21:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-12 20:58 [Qemu-devel] Can't compile on ubuntu 5.04 amd64 Luca 'Ziabice' Gambetta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).