Dnia wtorek, 7 grudnia 2010 o 17:50:50 Dave Martin napisaĆ(a):
You can't built a kernel for pre-v7 platforms with CONFIG_THUMB2_KERNEL: the code can't run on those platforms because they don't support Thumb-2.
So anything inside #ifdef CONFIG_THUMB2_KERNEL can assume v7/Thumb-2 capable (and hence reasonably new) tools.
Wasn't Thumb2 available in arm1176 cores? So it would be v6 too.
Regards,