Hi, thank you, i will check it out. It seems to me that i have problems calling the functions "shm_open()", "ftruncate()", "sem_open()" and "mmap()" in my shared library which i have build with uclibc. in which uclibc runtime shared libraries are these fuctions implemented? could it be compatibility problem with --disbale-tls flag?
thank you for advice, Matthias > 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 >> > > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
