Android NDK - does it support straight ARM code or just Thumb

Posted by Russell Kay on Stack Overflow See other posts from Stack Overflow or by Russell Kay
Published on 2010-03-04T14:49:53Z Indexed on 2010/03/19 21:01 UTC
Read the original article Hit count: 599

Filed under:

All,

I have been asked to evaluate the Android platform for our product and I am looking at various options, I am only just scratching the surface just now and the one thing that is bothering me is that I cannot see how to compile code as straight ARM code (no Thumb), I know that Thumb runs slower and we will need the performance in key sections of our code.

I think it should just be setting the -march flag in the LOCAL_CFLAGS of the Android.mk file, but I cannot get that to work...

Can anyone help.

Russell

© Stack Overflow or respective owner

Related posts about android-ndk