Many times when I compile a program, I get errors that are not real because no changes were made since the last time it compiled successfully. For example, I can compile a project (in this case based largely on the advanced console example app) and I get success messages like this:
esptool.py v4.7.0
Creating esp32c6 image...
Merged 3 ELF sections
Successfully created esp32c6 image.
Then I try to flash the program, and a dialog pops up and says:
Errors exist in required project(s):
myproject_esp32c6
Proceed with launch?
If I look at the source code for the project, the main file will show hundreds of error messages. If I proceed with the launch, it will flash and run and then the fake errors will all go away.
Espressif-IDE generates fake errors
-
- Posts: 188
- Joined: Wed Jul 17, 2019 5:26 pm
Re: Espressif-IDE generates fake errors
Hello,
This is was caused by the indexer, we will be moving to clangd indexer with v3.0.0 and that will fix these issues.
Thanks
This is was caused by the indexer, we will be moving to clangd indexer with v3.0.0 and that will fix these issues.
Thanks
-
- Posts: 188
- Joined: Wed Jul 17, 2019 5:26 pm
Re: Espressif-IDE generates fake errors
Hello,
We have released Espressif-IDE v3.0.0-beta, can you try and let us know if you see any issues.
This should resolve the unresolved header issues which you're are mentioning.
https://github.com/espressif/idf-eclips ... 3.0.0-beta
We have released Espressif-IDE v3.0.0-beta, can you try and let us know if you see any issues.
This should resolve the unresolved header issues which you're are mentioning.
https://github.com/espressif/idf-eclips ... 3.0.0-beta
Who is online
Users browsing this forum: No registered users and 16 guests