Hi Guian,
It worked well for me. I could even use it to generate the actual shared libraries as well, not just the static libraries. Here is what I did:
1. Extract the CodeSourcery's compile under $NDK/build/prebuilt/linux-x86/arm-2010q1 (I'm on Linux by the way).
2. Go to build/toolchains, create a directory called arm-2010q1
3. Copy the attached files into that directory
4. Set environment variable NDK_TOOLCHAIN to arm-2010q1:
export NDK_TOOLCHAIN=arm-2010q1
5. Now build your library with ndk-build. Use V=1 to double check that the correct toolchain is used.
Regards,
-onur
---
www.zdo.com