• How to check images created by different ARM Compilers (Specifically CLANG 6.13.1 vs 6.12)
    Hi, I have a strange issue, that on a bootloading project of mine worked if compiled with ARM Compiler 6.12 but did not if compiled with 6.13.1. The function of the firmware is very simple: when it...
  • 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...
  • How to generate assembly file in DS5 for arm 6 compiler
    I tried using --disassembly, --asm and --S option in compiler setting but it's not working ? Can someone help me to generate .asm file in DS5 for arm 6 compilers.
  • Try to create library for XILINX ZYNQ7000
    Hello, I try to create the standalone library for XILINX ZYNQ7000 (libxil.a). Currently we are running this project with GCC but we need to switch to armclang. When I now try to compile the source...
  • How to rename sections using ARM Compiler 6 tools?
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). While the hypervisor sources are compiled with armclang and linked with armlink into functional binary, some...