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, Parimala Baggiri

Re: ARM vs THUMB builds

2013-12-20 Thread Parimala Baggiri
it might be a problem related to ARM/Thumb > >> mode switch. > >> > >> > >> > >> BR, > >> > >> Terry > >> > >> > >> > >> From: Parimala Baggiri [mailto:baggiriparim...@gmail.com] > >> Sent: Fr

Re: ARM vs THUMB builds

2013-12-19 Thread Zhenqiang Chen
orrect? >> >> >> >> 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] &

RE: ARM vs THUMB builds

2013-12-19 Thread Terry Guo
ut 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 Cc: linaro-toolchain; Terry Guo Subject: Re: ARM vs THUMB builds When I build hello_world applica

Re: ARM vs THUMB builds

2013-12-19 Thread Zhenqiang Chen
On 19 December 2013 13:36, Parimala Baggiri wrote: > 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 appli