I'm running the Android NDK standalone toolchain installed on CentOS and built with the make-standalone-toolchain.sh script using android-14 and ARM GCC 4.7 compiler.
I'd like to build GCC to run in the KBOX environment on my NookHD which has CM installed, using the Android standalone toolchain. I'd like to use make with the configure scripts instead of Android's ndk-build if possible, because I've put effort into using them, but I'm open to switching to ndk-build.
I've tried several methods, all of which have failed, mostly because I'm working with instructions/recommendations I've pieced together from various threads and articles I've found.
My question(s):
- Is what I'm trying to do possible?
- If yes, is there a set of instructions/help files...even a rough outline...of how to accomplish this?
NOTE: I am aware that there are IDE apps in Google Play. I also know that KBOX has a downloadable Debian package of GCC. I'd still like to build GCC for my environment for various reasons.