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.
>
> CONFIG_E500=y
> TARGET_SUBARCH="e500"
>
> For the A9,   I ran into the below email thread, I am not sure what value 
> should be set?

configure your gcc to use the correct -march, -mcpu and -mtune per
default, i.e. something like
../../src/gcc-trunk/configure --with-mode=thumb --with-arch=armv7-a
--with-tune=cortex-a9
See the installation-instructions for you compiler.
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to