[ACTIVITY] Week 51

2013-12-20 Thread Renato Golin
== Progress == * Android LLVM - Discussions on progress, trying to line up kernel+AOSP together - Google has bailed Clang/LLVM for L release, will consider for next one * Vectorizer - Progressing on the implementation of the pragma parser - http://llvm.org/PR18086 - Discussions about intro

[ACTIVITY] 16-20 December 2013

2013-12-20 Thread Christophe Lyon
== Progress == - 2013.12 releases (4/10) * Handover to Michael * Committed remaining backports/branch merges * Unexpected regression in 4.7 branch narrowed to a linker bug, now fixed. - cross validations (2/10) * stabilized armeb+qemu validations - misc (4/10): misc conf-calls and meeting

Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
Hello Terry, U-boot is in thumb mode and the THUMB mode application generates "undefined instruction" exception. U-boot is in thumb mode and an ARM mode application is running fine in this environment. Thank you. Regards, Parimala On Fri, Dec 20, 2013 at 10:40 AM, Terry Guo wrote: > My unde

Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
When I build hello_world application along with u-boot for ARM mode, it executes fine on target, But, when I build it for THUMB mode, it generates "undefined instruction" exception. Thank you. On Fri, Dec 20, 2013 at 8:38 AM, Zhenqiang Chen wrote: > On 19 December 2013 13:36, Parimala Baggiri

Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
Hello Zhenqiang, Same problem exists even with the toolchain version you mentioned gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz As I got pre-built toolchain, host machine's gcc version should not have any effect on this behaviour, am I correct? Regards, Parimala On Fri, Dec 20, 2013 at 11