Hi,
I'm trying to make some C code work on Android. So, the only way I found was NDK.
and now I'm struggling in making my first step to the NDK, as I can't find any prebuilt NDK toolchains needed for the make-standalone-toolchain.sh script.
So, I can't figure out what's the first step into setting the environment and getting the NDK work .
In the other hand, I can't seem to understand why is there 2 toolchains, especially that I read that there are not the same :
- arm-eabi-4.4.3 toolchain used for generating the Android Linux kernel ( make ARCH=arm CROSS_COMPILE=arm-eabi- uImage )
found under TI-Android-ICS-4.0.3-DevKit-EVM-SK-3.0.1/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3
- arm-linux-androideabi-4.4.3 toolchain used in the NDK, found under TI-Android-ICS-4.0.3-DevKit-EVM-SK-3.0.1/ndk/toolchains/arm-linux-androideabi-4.4.3
and which is empty
I'm pretty aware of the use of NDK, but I can't make it work.
So, I really appreciate any guidance that can let me setup my environment correctly.
PS: I'm using adt-bundle and its SDK as the SDK for AM335x evm. is it okay ?
Thanks in advance.
Best Regards