• Arm Forge and Performance Reports – 18.1.1 available
    Our 18.1.1 release for Arm Forge and Arm Performance Reports is now available and offers some enhancements to improve the behaviour of Arm DDT debugger and the Arm MAP profiler across all architectures...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • arm-...-gcc 8.3.1 VS 4.9.3
    Dears, I have been compiling with arm-none-eabi-gcc version 4.9.3 for a while; and everything were just fine with a Cortex-M0 I recently have tried using version 8.3.1 and things are not going as well...
  • 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...
  • Weak symbols with GCC and ARMCC
    Hi all, I am trying to use the weak attribute for global initialized variable. It works for a function I am also trying to re-implement, but fail to do so for variable. I am trying to do it for quite...