[BusyBox] Busybox runtime : can't resolve symbol

Erik Andersen andersen at codepoet.org
Tue Apr 15 21:01:50 UTC 2003


On Tue Apr 15, 2003 at 07:24:24AM -0700, Cedric Aubert wrote:
> Hi all,
> 
> I am finally succesfully build BusyBox with a gcc
> cross compiler
> build with toolchain makefile of uclibc (great job
> Erik :-)

You are welcome.

> But I have some trouble when using some command like
> ls, mount or other
> 
> # ls
> ls: can't resolve symbol '__eqdf2'

These are part of libgcc.  With newer gcc versions, rather than
staricly linking libgcc into each application, libgcc is now a
shared library, /lib/libgcc_s.so.1, which it looks like you
failed to install into your root filesystem.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the busybox mailing list