• What is the difference between gcc-arm-aarch64-none-linux-gnu and gcc-arm-aarch64-none-elf tool-chains?
    In download section for cross-compilers I see 2 options that seem viable for AArch64 cross-compiler under x86-64 Linux: gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf.tar.xz and gcc-arm-9.2-2019.12...
  • Support gold linker for gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf?
    gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf doesn't contain a gold linker, will you support it in next version by enabling --enable-gold in binutils_configure
  • 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...
  • none
    write a program for auto baud rate i.e change the baud rate automatically using lpc2138 arm
  • 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...