• ARM Compiler 6 (CLANG) and bit-banding
    Hi, did Compiler 6 CLANG drop support for bit-banding for Cortex M3 and M4 ? I can't find any reference to such a feature. Thank you, Marco
  • I need a compiler
    I downloaded the DS-5 community to build my OS on ARM cpus but I don't have a free compiler for C so i downloaded the ARM c compiler 6 but can't work for no license . now what do i do ? i need help
  • Understanding defect fixes listed in Compiler Release Notes
    I see that the lists of corrections / known defects in the release notes of each new compiler revision are tagged with a unique identifier (ex. SDCOMP-15294). Is it possible to find further information...
  • ARM C/C++ Compiler, RVCT4.0
    Hello ; We were working on a project where we have to change our local time (UTC +2 ) . After development we changed our time from 10.12.2016 to 1.1.2020 to test our application . But accidentally...
  • ARM Compiler 6 - Optimization guidelines
    In the V5 to V6 compiler migration document is the following with respect to optimzations -O0 No Optimization. Not recommended for use in ARM Compiler 6.6 -O1 Limited Optimization. This is currently...