CMSIS-Build  
Tools, software frameworks, and work flows for productivity with CMSIS based projects
 All Pages
/cprj/compilers

This element lists the compilers that can be used to translate the project

Example compilers section:

  ...
  <compilers>
    <compiler name="AC5" version="5.0.0:5.99.0"/>
  </compilers>
  ...

/cprj/compilers/compiler

/compiler

Parents Element Chain
compilers /cprj/compilers
Attributes Description Type Use
name Name of the compiler compiler (i.e. "AC5", "AC6", "GCC") CompilerEnumType required
version Version of the required compiler which can be:
  • Minimum version (higher versions are accepted).
  • Version range specified with min_version:max_version. min_version must be lower or equal than max_version. If min_version and max_version are equal, the version must match.
VersionType required