Re: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Sergei Poselenov
Hello Ramesh, The following settings work for me (I'm building for Cortex-M3/Thumb): make -s ARCH_CFLAGS= 'CPU_CFLAGS=-mthumb -march=armv7 -mfix-cortex-m3-ldrd' Note the space between ARCH_CFLAGS= and the rest of the string. Regards, Sergei On Thu, 14 Mar 2013 02:44:26 + Ramesh Rangavittal

RE: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Ramesh Rangavittal
From: Sergei Poselenov [sposele...@emcraft.com] Sent: Friday, March 15, 2013 1:50 AM To: Ramesh Rangavittal Cc: uclibc@uclibc.org Subject: Re: Questions on .config [uClibc for ARM Cortex A9] Hello Ramesh, The following settings work for me (I'm building

Re: Questions on .config [uClibc for ARM Cortex A9]

2013-03-15 Thread Carmelo AMOROSO
On 15/03/2013 17.15, Ramesh Rangavittal wrote: From: Sergei Poselenov [sposele...@emcraft.com] Sent: Friday, March 15, 2013 1:50 AM To: Ramesh Rangavittal Cc: uclibc@uclibc.org Subject: Re: Questions on .config [uClibc for ARM Cortex A9] Hello

Re: Questions on .config [uClibc for ARM Cortex A9]

2013-03-14 Thread Bernhard Reutner-Fischer
On 14 March 2013 03:44, Ramesh Rangavittal ramesh.rangavit...@ruckuswireless.com wrote: Hello, I am trying to build uClibc for ARM Cortex A9 processor. For the version uClibc-0.9.30.1 powerpc e500, I see the below config options set in a .config found a different email thread.

Questions on .config [uClibc for ARM Cortex A9]

2013-03-13 Thread Ramesh Rangavittal
Hello, I am trying to build uClibc for ARM Cortex A9 processor. For the version uClibc-0.9.30.1 powerpc e500, I see the below config options set in a .config found a different email thread. CONFIG_E500=y TARGET_SUBARCH=e500 For the A9, I ran into the below email thread, I am not sure what