[uClibc]Problem running apps built with 0.9.17

Russ Dill Russ.Dill at asu.edu
Mon Jan 27 21:41:29 UTC 2003


On Mon, 2003-01-27 at 14:33, Richard Laing wrote:
> Hi,
> 
> I have been happily using uClibc 0.9.16 for several months, building a
> variety of applications cross-compiling from a RedHat Linux box to a PowerPC
> mpc850 target. I am trying to move to 0.9.17 and everything seems to compile
> and link okay but will not run on the target, it appears to be a problem
> with the shared libraries as a statically linked version of Busybox works
> fine. I am using the uClibc compiler wrappers around a cross compiled gcc
> 2.95.3.
> 
> Using powerpc-uclibc-ldd on one of the executables gives the following
> 
> libc.so.0 => /usr/powerpc-linux-uclibc/lib/libc.so.0 (0x00000000)
> /usr/powerpc-linux-uclibc/lib/ld-uClibc.so.0 =>
> /usr/powerpc-linux-uclibc/lib/ld-uClibc.so.0 (0x00000000)
> 
> Has anything changed in 0.9.17 which might cause my apps to break or am I
> missing some configuration option somewhere?

0.9.17 changed the stat64 structure around and breaks ABI with previous
versions of uclibc, you must recompile all of your software and librares
that link to uclibc.

-- 
Russ Dill <Russ.Dill at asu.edu>




More information about the uClibc mailing list