installing uclibc runtime on target system

Jason Curl jcurlnews at arcor.de
Sun Apr 18 17:57:04 UTC 2010


On 18/04/2010 18:47, Matthias Hofmann wrote:
> Hello,
>
> i use a uclibc crosscompiler toolchain to build programs for my target
> system which is based on embedded linux, but my  programs are not running
> properly there, especially shared libraries.
>
> how to install uclibc on my embedded target system?
>    
I just copied the files across that I needed into /lib. You might not 
have copied all files that you need across. I've got a Perl script I 
wrote 3 years ago to tell me what dependencies I have. YMMV as I haven't 
used the script for some time. But it was explicitly for my system with 
BusyBox and uClibc 0.9.29 and later.

I ran it on my host system. Both were x86. If you have a different 
target, the script might need some adjustments. In particular, all 
information comes from the "readelf" program.

> thank you,
>
> matthias
>    

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: librarydeps.pl
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20100418/e82a4e87/attachment.diff>


More information about the uClibc mailing list