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
Describe the bug
Espressif IDE 3.0.0 with idf 5.3 c++ Project include <new> error in windows。
But it is ok with vscode in windows。and is ok in macbook too.
To Reproduce
Steps to reproduce the behavior:
in windows use Espressif IDE , creat a new project use template “sample_project”
Modify the content of CMakeLists.txt in main floder,like this
idf_component_register(
SRCS main.cpp # list the source files of this component
INCLUDE_DIRS # optional, add here public include directories
PRIV_INCLUDE_DIRS # optional, add here private include directories
REQUIRES # optional, list the public requirements (component names)
PRIV_REQUIRES # optional, list the private requirements
)
The purpose of steps 2、3 and 4 is to support C++ for project
then buid。 it will have Error message: “new file not found”,like this
If you use the same steps use vscode in windows or use espressif ide in macbook,it will be fine,build successfull。
I think should be some think wrong with espressif ide in windows
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Espressif IDE 3.0.0 with idf 5.3 c++ Project include <new> error in windows
Espressif IDE 3.0.0 with idf 5.3 c++ Project include <new> error in windows (IEP-1306)
Aug 14, 2024
Describe the bug
Espressif IDE 3.0.0 with idf 5.3 c++ Project
include <new>
error in windows。But it is ok with vscode in windows。and is ok in macbook too.
To Reproduce
Steps to reproduce the behavior:
If you use the same steps use vscode in windows or use espressif ide in macbook,it will be fine,build successfull。
I think should be some think wrong with espressif ide in windows
This is my test project file:
https://github.com/LonlyPan/esp32_lvgl_test_with_flow/tree/main/test2
The text was updated successfully, but these errors were encountered: