cygwin - i686-linux-android-g++.exe: error: CreateProcess: No such file or directory -


i doing ndk-build on windows through cygwin,but error after last .c file gets compiled , .so file not generated. trying build .so file x86 architecture on windows 7(my machine 32 bit).i using cygwin compiler build-ndk. using latest version of android-ndk.

below full error:

compile x86 : xyz < = test.c sharedlibrary : libabc.so i686-linux-android-g++.exe: error: createprocess: no such file or directory /cygdrive/e/android-ndk/android-ndk-r8e/build/core/build-binary.mk:450: recipe target `/cygdrive/e/abc//obj/local/x86/libabc.so' failed


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -