C++ 17 in STM32CubeIDE 1.5.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-18 7:55 AM
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.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-18 8:32 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-18 8:32 AM
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.
