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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -