Thursday, September 6, 2012

Android NDK and ccache

I decide to add ccache into our project and start to google around this....

  nika@nika_gt ~/work/cross-platforms/android-ndk-r6b $ find ./ | grep ccache
./build/tools/build-ccache.sh


(I know that r6b a little bit old, but in 8 problems the same)

  nika@nika_gt ~/work/cross-platforms/android-ndk-r6b $ ./build/tools/build-ccache.sh ./
Checking whether the compiler generates 32-bit binaries...yes
Getting sources from http://android.git.kernel.org/pub/ccache-2.4-android-20070905.tar.gz
Could not download http://android.git.kernel.org/pub/ccache-2.4-android-20070905.tar.gz
Aborting.


WTF (What a Terrible Failure in Android). So I clone NDK repo and wrote to commiter of the build-ccache.sh. no answer.... but site tells that's still working. That the hell is going on with this project?...

So I implemented it with system ccache (bcoz ccache is platform independent) .

No comments:

Post a Comment