From: Alex P. <pes...@ma...> - 2012-07-26 08:11:12
|
On 07/26/12 11:18, JLM wrote: > On 25/07/2012 15:01, Alex Peshkoff wrote: >>>>>>> checking for gcc... arm-linux-androideabi-gcc >>>> Thanks for your response, but it's still not running, this parameter has >>>> changed nothing >> Default compiler should be your native gcc, not cross-compiler. >> > That means I can't cross-compile with the configure script ? Not sure what exactly means 'cross-compile with the configure script'. That means that you must export NDK=/path/to/ndk and when needed make will switch to cross-compiler from NDK. |