View Single Post
Old 05-19-2014, 01:31 PM   #4
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
The Kindles have a relatively old version of (soft float) glibc installed.

It is possible to run more than one version of glibc, including one that lives outside of /lib (say, in: */extensions/system/lib) on a Linux system.
See the overview here: https://bitbucket.org/twobob/kual-system
I.E: If you need a (modern) hard float libc for your Kindle applications.

Overview (including how to build for a non-/lib path):
http://stackoverflow.com/questions/8...-a-single-host

The tool for editing the related fields in an ELF binary:
http://nixos.org/patchelf.html
(Nit: watch out, that option is "--dynamic-linker" with two (2) leading "--")

- - - - -

I am adding this post, because usually a "custom kernel" is not the final goal of most posters.

Last edited by knc1; 05-19-2014 at 01:40 PM.
knc1 is offline   Reply With Quote