I am trying to cross compiling a stand alone application for arm board and most important I want to compile it without Android.mk framework.
I have following doubt :-
1- Which tool should I use like (arm-eabi or arm-linux-androideabi etc).
2- From where should I download library and toolchain related parts.
3- What are compilation flags should I include for stand alone compilation (completely static).
Please Comment if question is not clear also please add related information that is I missing , detailed information will be appreciated.