You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kit version (for WroverKit/PicoKit/DevKitC): [none]
Core (if using chip or module): [ESP32]
IDF version (any version)
Development Env: [Eclipse]
Operating System: [Windows]
Power Supply: [not applicable]
Problem Description
__cplusplus has value 199711L but it should be 201103L (makefile use -std=gnu++11).
Also STDC_VERSION has the wrong value in code assistant (but the compiling work fine)
To solve the issue, the settings: -std=gnu++11 and -std=gnu99 must be included in "CDT Cross GCC Built-in Compiler Settings" provider string.
The text was updated successfully, but these errors were encountered:
FayeY
changed the title
eclipse: code assistant show the wrong value for __cplusplus macro
[TW#24190] eclipse: code assistant show the wrong value for __cplusplus macro
Jul 12, 2018
projectgus
changed the title
[TW#24190] eclipse: code assistant show the wrong value for __cplusplus macro
eclipse: code assistant show the wrong value for __cplusplus macro (IDFGH-283)
Mar 12, 2019
Environment
Problem Description
__cplusplus has value 199711L but it should be 201103L (makefile use -std=gnu++11).
Also STDC_VERSION has the wrong value in code assistant (but the compiling work fine)
To solve the issue, the settings: -std=gnu++11 and -std=gnu99 must be included in "CDT Cross GCC Built-in Compiler Settings" provider string.
The text was updated successfully, but these errors were encountered: