Page 1 of 1

Indexer doesn't work on a project imported from Github

Posted: Thu Apr 21, 2022 6:12 am
by alhadi
Hello

I was working on 2 projects imported from GitHub
One of them works fine but the indexer on the second is not working
I'm using Espressif IDE on windows 10
What's not working:
1-Some of the components folders are not showing in the IDE
Here are the components in the IDE:

Image

And here are the actual components:

Image

2.The main folder is a Git project by its own?! As you can see in the above picture
3.The indexer is not working so error marks are all around the code

How do I fix this?

Edit: if the images are not showing, here the links:
https://ibb.co/Vm6WcMp
https://ibb.co/XZMVQwL

Re: Indexer doesn't work on a project imported from Github

Posted: Thu Apr 21, 2022 10:05 am
by ESP_kondalkolipaka
Hello,

Errors on the project will go off only after the build, so please build the project and see if that helps?

If the imported project is having "build" folder with some files, could you delete the build folder and re-run the project.

Could you also share the error log and parser log to check further on this
https://github.com/espressif/idf-eclips ... -error-log
https://github.com/espressif/idf-eclips ... -error-log

Thanks

Re: Indexer doesn't work on a project imported from Github

Posted: Mon May 09, 2022 6:53 am
by alhadi
ESP_kondalkolipaka wrote:
Thu Apr 21, 2022 10:05 am
Hello,

Errors on the project will go off only after the build, so please build the project and see if that helps?

If the imported project is having "build" folder with some files, could you delete the build folder and re-run the project.

Could you also share the error log and parser log to check further on this
https://github.com/espressif/idf-eclips ... -error-log
https://github.com/espressif/idf-eclips ... -error-log

Thanks
Thank you for your reply
I did build the project and deleted the build folder, still the same
Here's the error log:
Image
Image
image links in case they are not shown:
https://ibb.co/tQXfP8B
https://ibb.co/5vtGTQ6
The log is attached