Re: [arm-gnu] Is arm-2009q1-203-arm-none-linux-gnueabi version support for ARM architecture v7(armv7)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Is arm-2009q1-203-arm-none-linux-gnueabi version support for ARM architecture v7(armv7)



On Wed, Dec 16, 2009 at 5:26 AM, nagaraju goruganti
<nagaraju.goruganti@xxxxxxxxx> wrote:
> hi,
>
> Is  arm-2009q1-203-arm-none-linux-gnueabi version support for ARM
> architecture v7(armv7),If not ,What should I do to compile code for
> armv7(-march=armv7)?
>
> I have tried this
>   #arm-none-linux-gnueabi-gcc -o hello_open hello.c -march=armv7
>
> but giving error:hello.c:1: error: target CPU does not support ARM mode

Use -march=armv7-a.


Laurent