Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: Jan Girlich <vollkorn@×××××××.de>
Subject: Re: [gentoo-embedded] crossdev - glibc can't find __thread-support
Date: Sat, 22 Apr 2006 09:35:58
Message-Id: 200604220535.06626.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] crossdev - glibc can't find __thread-support by Jan Girlich
1 On Saturday 22 April 2006 05:00, Jan Girlich wrote:
2 > So I tried to compile gcc-4.1.0 which failed because of a bug in a patch
3 > for arm softfloat etc.
4
5 yeah i fixed that earlier today (yesterday?)
6
7 > crossdev armeb-softfloat-linux-gnu --g 4.1.0 --l 2.4-r2
8 >
9 > But glibc still fails and this time complains about missing __thread
10 > support:
11
12 you need binutils-2.16.90 or better and you need to make sure gcc-4.1.0 is
13 built with that version (i.e. simply upgrading your existing
14 cross-arm-binutils wont fix the situation)
15
16 i'd suggest:
17 crossdev -C armeb-softfloat-linux-gnu
18 crossdev --b 2.16.92 --g 4.1.0 --l 2.4-r2
19
20 btw, ive never tested softfloat/glibc so i make no promises ;)
21 -mike
22 --
23 gentoo-embedded@g.o mailing list