I am having a little strange problem here, tried to google it, but not yet found any solution. Not sure if I am looking in the right direction.

I am running "ndk-build" under the android project (e.g. ndkfoo in the following example) directory. I get complaints like:

Compile thumb : ndkfoo <= ndkfoo.c arm-linux-androideabi-gcc.exe: C:/Users/workspace/ndkfoo/obj/local/armeabi/objs/ndkfoo/ndkfoo.o: No such file or director arm-linux-androideabi-gcc.exe: no input files make: * [/cygdrive/c/Users/workspace/ndkfoo/obj/local/armeabi/objs/ndkfoo/ndkfoo.o] Error1

However, if I change my working directory to "C:/Users/workspace/ndkfoo/obj/local/armeabi/objs/ndkfoo/" and type "ndk-build" again. It has no complaints, but only tells me some link cannot be made, like following: arm-linux-androideabi-gcc.exe: C:/Users/workspace/ndkfoo/obj/local/armeabi/objs/ndkfoo/ndkfoo.o: linker input file unused because linking not done

Is there a way that I can automatically setup the path, instead of going into every directory and do ndk-build? It might be a very stupid question, but your help is really appreciated. I am using ndk-r5b

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.