Title: How can I cross-compile C program using toolchain in Android SDK? [Print This Page] Author: fireworks Time: 3/8/2017 16:20 Title: How can I cross-compile C program using toolchain in Android SDK? Last edited by fireworks In 3/8/2017 16:33 Editor
I'd like to compile C program with arm-linux-androideabi-gcc in Android 5.1 SDK, but I couldn't because of following error.¡ư
There's no error with this method, but the biggest problem is that it takes too much time to compile.
So, I want to know how to use the compiler (arm-linux-androideabi-gcc) directly. eg. do I need environment variable setting?
Author: isle Time: 3/9/2017 10:37
you can try NDK Author: fireworks Time: 3/13/2017 13:19