我正在尝试下载BuildUtils和GCC以进行自定义编译,但是,每次尝试我都会...
jackie@jackie-Latitude-E6410:~/Development/Code/Google/toolchain$ ~/Development/Google/AndroidNDK/android-ndk-r6b/build/tools/download-toolchain-sources.sh ./
Using git clone prefix: git://android.git.kernel.org/toolchain
downloading sources for toolchain/binutils
ERROR: Could not clone git://android.git.kernel.org/toolchain/binutils.git ?
现在我知道kernel.org遭遇黑客攻击有什么问题可以告诉我新位置在哪里吗?
答案 0 :(得分:0)
但我不知道这是否也适用于您尝试下载的工具。
答案 1 :(得分:0)
答案 2 :(得分:0)
FYI这就是我要找的......
git clone https://android.googlesource.com/toolchain/gcc.git
git clone https://android.googlesource.com/toolchain/gmp.git
git clone https://android.googlesource.com/toolchain/build.git
git clone https://android.googlesource.com/toolchain/mpc.git
git clone https://android.googlesource.com/toolchain/mpfr.git
git clone https://android.googlesource.com/toolchain/gdb.git