Need help in cross compiling for ARM A53 (Linaro)

Asked by VigneshB

Hi,
I want to compile my code for ARM A53 (baremetal) and I am working on Win Box.
I have downloaded and installed “gcc-linaro-aarch64-none-elf-4.8-2013.10_win32”, but did not see any sample code like the one that comes with “gcc-arm-none-eabi-..”.

Can someone please point me to a sample/example “hello world” code with basic start up code.
Thanks and Regards,
Vignesh

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
Zhenqiang Chen
Solved:
Last query:
Last reply:
Revision history for this message
Best Zhenqiang Chen (zhenqiang-chen) said :
#1

gcc-linaro-aarch64-none-elf is released by Linaro. Please send questions to Linaro mail-list:

linaro-toolchain <email address hidden>

So far as I know, there is no any sample/example in Linaro releases. Basically please add "-lc -lrdimon" in your compiler options. e.g.

aarch64-none-elf-gcc -O2 hello.c -lc -lrdimon

And the latest Linaro release is at http://releases.linaro.org/13.12/components/toolchain/binaries.

Revision history for this message
VigneshB (vigneshwar-baliga) said :
#3

Hi Zhenqiang,
Thanks a lot for responding to my query, really appreciate that.
I am sorry for raising Linaro-Gcc related query in this forum.
Regards,
Vignesh