I get this error while compiling an ndk program in cygwin. I don't have any idea why the arm-linux-androideabi-ld.exe file is not getting executed.
G:/android/android-ndk-r7-crystax-4/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld.exe: ./obj/local/armeabi/libcrystax_static.a: No such file: Permission denied
collect2: ld returned 1 exit status
Help me. I'd like to know whether it is a cygwin error or it is a problem in the code ?