• How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • Delay in aarch64-elf-gdb symbol parsing
    Hi All, When I try to parse the symbols using the latet aarch64-gdb from the arm website it is giving some unexpected delay during the symbol parsing. For example, if i execute "file filename.elf...
  • How to use aarch64-elf-gcc to print hello world
    1. aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only 2. I have downloaded glibc-2.14 in my local directory 3 I try to set LD_LIBRARY_PATH to my local glibc-2.14 directory...
  • How to run AArch32 code in DS-5 AArch64?
    Hi, I installed DS-5 64-bit version in windows, but i received 32-bit code which is running on AArch32 without any issue , and it's not running on my machine with AArch64 DS-5, is there any setting...
  • Baremetal AARCH64 application with file IO
    Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model. If so do you have example linker script?