qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Linking cvs failure on amd64
@ 2005-06-13 21:58 Helge Hafting
  0 siblings, 0 replies; only message in thread
From: Helge Hafting @ 2005-06-13 21:58 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-13 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-13 21:58 [Qemu-devel] Linking cvs failure on amd64 Helge Hafting

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).