Gentoo Archives: gentoo-embedded

From: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] where is libgcc_so.1?
Date: Tue, 21 Sep 2010 11:11:42
Message-Id: OF901260C2.F5672233-ONC12577A5.003B2A60-C12577A5.003B5CDA@transmode.se
In Reply to: Re: [gentoo-embedded] where is libgcc_so.1? by Joakim Tjernlund
1 Joakim Tjernlund <joakim.tjernlund@×××××××××.se> wrote on 2010/09/20 22:46:43:
2 >
3 > Mike Frysinger <vapier@g.o> wrote on 2010/09/20 22:01:24:
4 > >
5 > > On Monday, September 20, 2010 15:01:24 Joakim Tjernlund wrote:
6 > > > Maybe I am just stupid (too long since I used crossdev) but
7 > > > I cannot find libgcc_so.1 after building:
8 > > > crossdev\
9 > > > -s3 \
10 > > > --ex-gdb \
11 > > > --libc 2.11.2 \
12 > > > --binutils 2.20.1-r1 \
13 > > > --gcc 4.4.4-r2 \
14 > > > --kernel 2.6.30-r1 \
15 > > > --target powerpc-e300c2_softfloat-linux-gnu
16 > > >
17 > > > As I recall NPTL want libgcc_so.1 no matter what I do. Isn't that
18 > > > true in newer toolchains?
19 > >
20 > > did you typo the name ? gcc for most linux targets install a libgcc_s.so.1.
21 >
22 > Yes, I meant libgcc_s.so.1. I cannot find it under /usr/lib/gcc/powerpc-
23 > e300c2_softfloat-linux-gnu
24 > nor /usr/powerpc-e300c2_softfloat-linux-gnu/
25
26 hmm, might this be due to me not build c++(using -s3 to crossdev)?
27 I guess I will find out next time I rebuild my tool chain.