I recently updated Espressif latest mater ESP-IDF v6 from GitHub, specifically commit 2044fba6 from August 26 . Last update was about a month ago.
With the toolchain update, Intellisense stops working in Visual Studio 2022 with VisualGDB: invalid value gnu2b
in -std=gnu2b
To resolve, enter the text in VisualGDB Project Properties – Intellisense Settings Tab, “Additional flags for C files”:
-std=gnu17
Attachments:
You must be
logged in to view attached files.