View Single Post
Old 03-06-2012, 10:52 AM   #125
dpavlin
Connoisseur
dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.dpavlin can really shake a tail feather.
 
dpavlin's Avatar
 
Posts: 61
Karma: 116628
Join Date: May 2011
Location: Zagreb, Croatia
Device: Kindle K3G and DXG
cross-compile toolchain arm-kindle-linux-gnueabi

Quote:
Originally Posted by knc1 View Post
Or a native toolchain that runs under qemu (for various flavors of ARM):
http://landley.net/aboriginal/about.html
I did try to use Landley's compiler for Kindle, but I got error that kernel is too old. It was some time ago, so YMMV.

If you don't want to build toolchain, you can download pre-compiled toolchain from
https://www.mobileread.com/forums/sho...6&postcount=11
https://rapidshare.com/files/3271781...cc4.2.4.tar.gz

or from https://github.com/samsheff/Amazon-K...ross-Toolchain
FWIW, git clone is much faster than rapidshare download, and gcc is also a bit newer, 4.6.1 however, I have following problem with it:

Code:
./kpdfview.no-worky: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found (required by ./kpdfview.no-worky)

Last edited by dpavlin; 03-06-2012 at 11:23 AM.
dpavlin is offline   Reply With Quote