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
Eclipse Error log:
Window > Show View > Other > Search for "Error Log" (Attach as a file)
-- Could NOT find Git (missing: GIT_EXECUTABLE)
CMake Warning at D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/git_submodules.cmake:4 (message):
Git executable was not found. Git submodule checks will not be executed.
If you have any build issues at all, start by adding git executable to the
PATH and rerun cmake to not see this warning again.
Call Stack (most recent call first):
D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/idf.cmake:41 (include)
D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/project.cmake:29 (include)
CMakeLists.txt:5 (include)
The text was updated successfully, but these errors were encountered:
Describe the bug
编译helloworld报错
To Reproduce
Espressif-IDE Product Information:
Eclipse Error log:
Window > Show View > Other > Search for "Error Log" (Attach as a file)
-- Could NOT find Git (missing: GIT_EXECUTABLE)
CMake Warning at D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/git_submodules.cmake:4 (message):
Git executable was not found. Git submodule checks will not be executed.
If you have any build issues at all, start by adding git executable to the
PATH and rerun cmake to not see this warning again.
Call Stack (most recent call first):
D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/idf.cmake:41 (include)
D:/Espressif/frameworks/esp-idf-v5.2.2/tools/cmake/project.cmake:29 (include)
CMakeLists.txt:5 (include)
The text was updated successfully, but these errors were encountered: