Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
> > > If correct, my gut feeling is it might be a problem related to ARM/Thumb > mode switch. > > > > BR, > > Terry > > > > *From:* Parimala Baggiri [mailto:baggiriparim...@gmail.com] > *Sent:* Friday, December 20, 2013 12:25 PM > *To:* Zhenqiang Chen

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, Par

Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
13 at 11:11 AM, Zhenqiang Chen wrote: > Parimala, > > Can you try linaro toolchain? > Please find gcc-linaro-arm-none-eabi-4.8-2013.11* at > http://releases.linaro.org/13.11/components/toolchain/binaries/ > > Thanks! > -Zhenqiang > > On 20 December 2013 13:36, Parimal

ARM vs THUMB builds

2013-12-19 Thread Parimala Baggiri
Hello, I am using the pre-built toolchain gcc-arm-none-eabi-4_6-2012q2 from linaro to compile u-boot (u-boot-linaro-stable) and to compile my standalone applications to run on target(PandaBoard ES rev b2) hello_world standalone application which comes with u-boot is executing fine on target when