Cortex-A support

Asked by Shawn Heo

Hi,

It seems that this project doesn't support Cortex-A processor. Can you recommend the best way to get Linaro arm-none-eabi toolchain for Cortex-A processor? Actually, I can't understand how people build Linaro u-boot for Cortex-A based board (e.g. Versatile Express).

Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Joey Ye (jinyun-ye) said :
#1

Hi, Shawn,

Thanks for exploring this toolchain. This project is targeting Cortex-R/M
processors. But it just "works" for Cortex-A without optimization. Say if
you build a bare-metal program with this toolchain with -mcpu=cortex-A15,
it will has following problem: Compiler doesn't include latest optimization
for A15, and library it links is only for armv6t.

To work better on Cortex-A, please follow Linaro GCC that may deliver a
bare-metal toolchain for Cortex-A soon. Michael Hope is the one who can
give you more information about it.

Thanks - Joey

On Fri, Mar 23, 2012 at 11:40 PM, Shawn Heo <
<email address hidden>> wrote:

> New question #191523 on GCC ARM Embedded:
> https://answers.launchpad.net/gcc-arm-embedded/+question/191523
>
> Hi,
>
> It seems that this project doesn't support Cortex-A processor. Can you
> recommend the best way to get Linaro arm-none-eabi toolchain for Cortex-A
> processor? Actually, I can't understand how people build Linaro u-boot for
> Cortex-A based board (e.g. Versatile Express).
>
> Thanks.
>
> --
> You received this question notification because you are an answer
> contact for GCC ARM Embedded.
>

Can you help with this problem?

Provide an answer of your own, or ask Shawn Heo for more information if necessary.

To post a message you must log in.