On 9 October 2013 09:37, Zenon Xiu <zenon....@arm.com> wrote:
> Hi team,
>
> In the GCC.pdf of gcc-linaro-aarch64-none-elf-4.8-2013.08, it says that -mcpu 
> supports cortex-a53, but when I tried to build a simple hello bare metal 
> application with -mcpu=cortex-a53 option, gcc reports,
>
> Error: unknown cpu `cortex-a53'
> Error: unrecognized option -mcpu=cortex-a53

I believe this is an assembler error, as the assembler only supports
these CPU types on binutils trunk. Have you tried passing
-mtune=cortex-a53 instead?

-- 
Will Newton
Toolchain Working Group, Linaro

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to