View Single Post
Old 11-25-2016, 10:36 PM   #7
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by glibili View Post
Hello, I found your python+PyQt compiled by glibc 2.15, but my kindle only has glibc 2.10 so it's not working.

Can you provide your source code and compiling environment so I can recompile it with an older version of gcc.

Thanks!
even easier -
borrow a copy of glibc-2.15 (or newer) from Debian/Jessie/ARMel - add it to the */esys/lib directory.
then patchelf the application's library path to look for it there rather in the usual, reserved system directories.

Linux uses ELF format binaries, ELF systems support the (concurrent) use of multiple system libraries.

See my ARMhf on Kindle thread for a worked example in detail.
(In that case, it was a different version and it was hard float rather than soft float - but the principles are the same).
knc1 is offline   Reply With Quote