Gentoo Archives: gentoo-user

From: Adam Carter <Adam.Carter@×××××××××.au>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] QEMU compile problem
Date: Fri, 05 Jan 2007 04:55:25
Message-Id: F59BD51F59033B4A88AE75CC7AB27DAF02727C31@shqw2ke001.optus.com.au
1 > /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux
2 > -gnu/bin/l
3 > > d: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
4 > > non-TLS reference in libqemu.a(helper2.o)
5 > > /lib/libc.so.6: could not read symbols: Bad value
6 > > collect2: ld returned 1 exit status
7 > > make[1]: *** [qemu-i386] Error 1
8 > > make[1]: Leaving directory
9 > > `/var/tmp/portage/qemu-user-0.8.0/work/qemu-0.8.0/i386-user'
10 > > make: *** [all] Error 1
11 <snip>
12 > > Any ideas? Are there any other sparc emulators?
13 > >
14 > > Cheers,
15 > > Adam
16 >
17 > You need to compile QEMU with gcc 3.x, it will NOT work with
18 > gcc 4.x, the ebuild should tell you this.
19
20 I tried 3.4.6 and got the same error;
21 /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/l
22 d: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
23 non-TLS reference in libqemu.a(helper2.o)
24 /lib/libc.so.6: could not read symbols: Bad value
25 collect2: ld returned 1 exit status
26 make[1]: *** [qemu-i386] Error 1
27 make[1]: Leaving directory
28 `/var/tmp/portage/qemu-user-0.8.0/work/qemu-0.8.0/i386-user'
29 make: *** [all] Error 1
30
31 Rgs,
32 Adam
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] QEMU compile problem Raymond Lewis Rebbeck <dystopianray@×××××.com>