platformio / platform-titiva

TI TIVA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/titiva
Apache License 2.0
10 stars 10 forks source link

How to get C++17 supported tool chain? #15

Closed mbandu closed 2 years ago

mbandu commented 2 years ago

Hi,

How to do C++17 support tool chain? I am trying to target Tiva.. arm-none-eabi-g++ doesn't seem to support C++14 or C++17.

Regards,

Bandu

valeros commented 2 years ago

Hi @mbandu ! Try to override the default toolchain package in your platformio.ini file:

; Use updated version of the GCC toolchain v9.2.1
platform_packages =
  toolchain-gccarmnoneeabi@~1.90201.0