* [Qemu-devel] Problem compiling Qemu related to TLS (?)
@ 2006-02-18 17:56 Ismail Donmez
2006-02-18 21:59 ` Artur Skawina
0 siblings, 1 reply; 3+ messages in thread
From: Ismail Donmez @ 2006-02-18 17:56 UTC (permalink / raw)
To: qemu-devel
Hi all,
I am getting this error with qemu 0.7 and 0.8 :
make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user'
gcc -g -Wl,-shared -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: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
non-TLS reference in libqemu.a(helper2.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [qemu-i386] Error 1
make[1]: Leaving directory `/home/cartman/qemu-0.8.0/i386-user'
make: *** [all] Error 1
Googling a bit shows that this might be a bug in binutils but my binutils is
recent enough :
GNU assembler version 2.16.1 (i686-pc-linux-gnu) using BFD version 2.16.1
Any ideas what might be wrong?
Regards,
ismail
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Problem compiling Qemu related to TLS (?)
2006-02-18 17:56 [Qemu-devel] Problem compiling Qemu related to TLS (?) Ismail Donmez
@ 2006-02-18 21:59 ` Artur Skawina
2006-02-18 22:03 ` Ismail Donmez
0 siblings, 1 reply; 3+ messages in thread
From: Artur Skawina @ 2006-02-18 21:59 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
Ismail Donmez wrote:
> make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user'
> gcc -g -Wl,-shared -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: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
> non-TLS reference in libqemu.a(helper2.o)
> /lib/libc.so.6: could not read symbols: Bad value
> collect2: ld returned 1 exit status
> make[1]: *** [qemu-i386] Error 1
> make[1]: Leaving directory `/home/cartman/qemu-0.8.0/i386-user'
> make: *** [all] Error 1
> Any ideas what might be wrong?
i fixed this some time ago, but somehow forgot to submit the patch... Attached.
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 284 bytes --]
--- qemu.org/target-i386/helper2.c 2005-12-04 19:46:06.000000000 +0100
+++ qemu/target-i386/helper2.c 2006-02-18 22:50:37.362222345 +0100
@@ -24,6 +24,7 @@
#include <inttypes.h>
#include <signal.h>
#include <assert.h>
+#include <errno.h>
#include "cpu.h"
#include "exec-all.h"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Problem compiling Qemu related to TLS (?)
2006-02-18 21:59 ` Artur Skawina
@ 2006-02-18 22:03 ` Ismail Donmez
0 siblings, 0 replies; 3+ messages in thread
From: Ismail Donmez @ 2006-02-18 22:03 UTC (permalink / raw)
To: Artur Skawina; +Cc: qemu-devel
Cumartesi 18 Şubat 2006 23:59 tarihinde şunları yazmıştınız:
> Ismail Donmez wrote:
> > make[1]: Entering directory `/home/cartman/qemu-0.8.0/i386-user'
> > gcc -g -Wl,-shared -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: errno: TLS definition in /lib/libc.so.6 section .tbss
> > mismatches non-TLS reference in libqemu.a(helper2.o)
> > /lib/libc.so.6: could not read symbols: Bad value
> > collect2: ld returned 1 exit status
> > make[1]: *** [qemu-i386] Error 1
> > make[1]: Leaving directory `/home/cartman/qemu-0.8.0/i386-user'
> > make: *** [all] Error 1
> >
> > Any ideas what might be wrong?
>
> i fixed this some time ago, but somehow forgot to submit the patch...
> Attached.
Thank you! This fixed the problem.
Regards,
ismail
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-18 22:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-18 17:56 [Qemu-devel] Problem compiling Qemu related to TLS (?) Ismail Donmez
2006-02-18 21:59 ` Artur Skawina
2006-02-18 22:03 ` Ismail Donmez
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.