From: Luca 'Ziabice' Gambetta <ziabice@ziabice.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Can't compile on ubuntu 5.04 amd64
Date: Thu, 12 May 2005 22:58:36 +0200 [thread overview]
Message-ID: <20050512225836.7fecde56@localhost> (raw)
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 other threads:[~2005-05-12 21:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050512225836.7fecde56@localhost \
--to=ziabice@ziabice.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).