cancel
Showing results for 
Search instead for 
Did you mean: 

C++ 17 in STM32CubeIDE 1.5.0

AKlep.1
Associate II

In the new version of IDE, it became possible to select different toolchains. I updated GNU Tools to the latest version available, but C ++ 17 never showed up in the list of available ones.

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

The drop-down lists probably don't know about the toolcahin features, this could be fixed.

Workaround: In the g++ tool settings, choose GCC default as language option and specify -std=c++17 under Miscellaneous.

View solution in original post

1 REPLY 1
KnarfB
Principal III

The drop-down lists probably don't know about the toolcahin features, this could be fixed.

Workaround: In the g++ tool settings, choose GCC default as language option and specify -std=c++17 under Miscellaneous.