-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP-IDF install corrupted (IEP-1366) #1080
Comments
I looked at the installation guide here. There it is suggested to run the ESP-IDF command prompt. When I start that, I get:
When I do so, I get the following. Note the different separators in the file path!
|
The strange thing is that in the command promt the system says that the Python requirements are satisfied:
Whereas the Espressif-IDE complains that they are not! |
I found out that I can create a new folder and select that in the Espressif-IDE with File > Switch Workspace > Other... Then new ESP-IDE projects can be created in there or Existing projects can be imported. Upon builiding, everything goes well! More clear directions to solve this kind of problems would be helpful! |
I have something similar, but the problem occures only when I try to run the SDK Configuration Editor in Visual Studio. |
Ah ok it was building in VS only because it was still using repo of the old IDF. When I forced it tu use new 5.3.1, it is not building: Tool doesn't match supported version from list ['esp-13.2.0_20240530']: |
Ah here I found a solution for me: https://esp32.com/viewtopic.php?t=33031 |
My ESP-IDF install (Espressif-IDE Eclipse plugin) got corrupted for some reason. The projects in my workspace were not visible anymore. The project files were still present on my storage, so I decided to import them again with File > Import > Espressif > Existing IDF project. Then the projects appeared again in my Project Explorer.
When I try to compile a project again I get the following responses:
Here is the info that I get when I give Espressif > Product information:
As suggested I looked in Espressif/frameworks/esp-idf-v5.3.1/tools/cmake/build.cmake:365. It says:
The message that I see is:
But I have no clue where to look.
Some help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: