Skip to content
  • Chuyue Luo's avatar
    build: Change default build toolchain to GNU (#83) · 60d21a49
    Chuyue Luo authored
    
    
    Currently, the default build toolchain is ARMClang. However, with VS
    Code devcontainers, only Arm GNU Toolchain is provided. Therefore, the
    default toolchain is changed to GNU. The associated documentation is
    also updated. In order to use the Arm Compiler for Embedded (ArmClang),
    the toolchain needs to be installed in the devcontainer and an
    additional argument `-TARMCLANG` must be passed while building the
    example.
    
    Signed-off-by: default avatarChuyue Luo <Chuyue.Luo@arm.com>
    60d21a49
Loading