From: Helge Hafting <helge.hafting@broadpark.no>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Linking cvs failure on amd64
Date: Mon, 13 Jun 2005 23:58:52 +0200 [thread overview]
Message-ID: <42AE019C.2070304@broadpark.no> (raw)
I tried to compile qemu cvs on amd64 (linux host), and got this:
make[1]: Entering directory `/usr/src/qemu/qemu/i386-user'
gcc -g -Wl,-T,/usr/src/qemu/qemu/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:/usr/src/qemu/qemu/x86_64.ld:62: parse error
collect2: ld returned 1 exit status
The offending line 62 is the middle one of these three:
.eh_frame_hdr : { *(.eh_frame_hdr) }
.eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
.gcc_except_table : ONLY_IF_RO { *(.gcc_except_table) }
Any ideas?
Helge Hafting
reply other threads:[~2005-06-13 21:59 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=42AE019C.2070304@broadpark.no \
--to=helge.hafting@broadpark.no \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.