ndk CreateProcess: No such file or directory

All of the compilation are correct . but when create the library.so, get wrong with “ndk CreateProcess: No such file or directory”.
my .cpp files is about 380+, when i reduce the files to under 380, the compilation pass. i think that is caused by too many files.
How can I solve this problem?
my ndk version “ndk r8c”


pic.jpg (54.2 KB)

i replaced the different versions of the ndk , include ndk r7, ndk r8, ndk r8c, all of them has the problem.
i doubt it need to set some parameters of the ndk. “google” no found the same problem .

does anyone know how to solve this problem?