[uClibc] static compiling

Manuel Novoa III mjn3 at codepoet.org
Mon Feb 16 07:26:54 UTC 2004


On Sat, Feb 14, 2004 at 12:53:23PM +0100, Federico Munerotto wrote:
> Hi all
> 
> I'm trying to static compile an application in the toolchain.
> 
> When dynamic requires -l gcc_s while in static mode requires -l gcc but
> there isn't libgcc.a in any location.
> 
> What can I do?

libgcc.a and libgcc_s.so are part of gcc.  libgcc.a is under the
/usr/lib/gcc-lib tree.  libgcc_s.so should be under /lib but is
currently under /usr/lib in buildroot rootfs images.

Manuel



More information about the uClibc mailing list