[android-porting] Toolchain for armv6

2010-09-09 Thread Vivek
Hi All, I am trying to compile android 2.1 code for armv6, but suprizingly the prebuilt toolchains only supports armv5 and v7. I have an arm 1176 core, for which I have a toolchain from codesourcery gcc 4.3.2 . On building with an external toochain, I see `__aeabi_unwind_cpp_pr0' undefined errors

Re: [android-porting] Toolchain for armv6

2010-09-11 Thread Deva R
You can use ARMV5 toolchain, as the binaries will be 100% compatible with ARMV6 boards. (only feature of ARMV6 missed is simple atomic LL/SC cp5 command). if you dont have compelling need to use ARMV6, you can stick with ARMV5 builds. if not, ppl have done it previously. You can start with modify