• Arm Compiler 6.11 – What’s New?
    Another milestone was achieved for the Arm Compiler with version 6.11 released at the end of October 2018. The key highlights of Arm Compiler 6.11 are: Achieves best-in-class CoreMark score of 3...
  • Armclang 6.11 - How to troubleshoot fatal error in backed
    Hello, I am in the process of migrating my project previously built with compiler 5 to 6.11 armclang generates fatal error: error in backend: invalid symbol redefinition when compiling one of...
  • Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6
    Uninitialized variables is getting assigned to DATA section instead of BSS section in ARM Compiler 6.6. How to resolve this other than placing the variable in .bss.<section_name>? Is there any other...
  • ARM Compiler 6 compiles data only C file with SoftVFP attribute.
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). During the work, it was discovered a weird armclang compiler beahviour. When compiling a C file with only a...
  • ARM compiler 6 availablity at 32 bit version
    Hi Experts, It seems like ARM compiler 6 available only in 64 bit version. As I am using 32 bit machine when it could be expected for 32 bit machine ?