This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible to run an program dynamic linked with glibc on uclibc target?


On 10/05/2017 06:48 PM, Kit Park wrote:
I will be very appreciated if you give me some pointers on this. I have
been trying to port uclibc platfrom to glibc and I have a problem of
getting glibc dynamic loader running a uclibc mips target. The way I did is:

* load up a kernel only on a target which is uclibc libraries.
* run glibc ld.so as standalone to see if it works, e.g.,
     ./lib/ld-2.13.so --library-path /xxx/glibc-libs/lib ./a.out-dynamic

      ​...​
​     20294:     symbol=free;  lookup in file=./minit-dynamic [0]

Has this file been compiled and linked against glibc? If it has, it should work.

You'll have to enable coredumps and check where, it exactly, it crashes.

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]