Question

Android Ndk 9, mac

MBA-Anton:tools asmirnov$ ./download-toolchain-sources.sh /softdev/ndk9-sources
Using git clone prefix: https://android.googlesource.com/toolchain
Cloning git repository for toolchain/build
Cloning git repository for toolchain/gmp
Cloning git repository for toolchain/mpfr
Cloning git repository for toolchain/mpc
Cloning git repository for toolchain/cloog
Cloning git repository for toolchain/isl
Cloning git repository for toolchain/ppl
Cloning git repository for toolchain/expat
Cloning git repository for toolchain/binutils
Cloning git repository for toolchain/gcc
Cloning git repository for toolchain/gdb
Cloning git repository for toolchain/python
Cloning git repository for toolchain/perl
Cloning git repository for toolchain/clang
Cloning git repository for toolchain/llvm
Cloning git repository for toolchain/compiler-rt
Cloning git repository for toolchain/mclinker
Patching toolchain sources
ERROR: Could not patch sources.
Was it helpful?

Solution 2

Fixed by Google in ndk-9b, now it's patching without problems

OTHER TIPS

You could try to run patch-sources.sh directly, with debugging enabled. With a little luck, it will give you some clues.

bash -x patch-sources.sh \ 
/tmp/ndk-USER/android-ndk-toolchain-DATE \
/PATH/TO/YOUR/NDK/build/tools/toolchain-patches

You can do the same with the download-toolchain-sources.sh script as well - this is how I got the arguments for patch-sources.sh.

You could also pass "--verbose" to either script.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top