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
The standard C/C++ libraries include are no more resolved by Eclipse CDT IDE after initializing the project with platformio init --ide eclipse (eg. stdarg.h, stdbool.h or stddef.h).
It seems to be a regression since I did not face the problem when settings the project configuration manually according to @ivankravetsblog post, cf image below:
Maybe this is just about a missing flag/path but I saw nothing missing after comparing configs.
The text was updated successfully, but these errors were encountered:
The standard C/C++ libraries include are no more resolved by Eclipse CDT IDE after initializing the project with
platformio init --ide eclipse
(eg.stdarg.h
,stdbool.h
orstddef.h
).It seems to be a regression since I did not face the problem when settings the project configuration manually according to @ivankravets blog post, cf image below:
Maybe this is just about a missing flag/path but I saw nothing missing after comparing configs.
The text was updated successfully, but these errors were encountered: