Page 1 of 1

Espressif-IDE do not show ESP32 examples (GIT missing)

Posted: Tue May 28, 2024 3:57 pm
by Drifter22
Hi all,
after installing the full installation of EspressIF IDE on Windows, I'd like to test an example project on my demo board with ESP32.
So after clicking this: File->New->Espressif IDF Project the follwing window appears:
Image
Then clicking "yes", the following prompt appears:
Image

Now, I don't know which is GIT executable file to insert...

In addition I saw that into Window ->Preferences -> C -> Build->Environment, not all variables are set (as shown into the setup guide, if I'm not wrong):
Image

How can I fix those issues?

Re: Espressif-IDE do not show ESP32 examples (GIT missing)

Posted: Fri May 31, 2024 5:25 am
by ESP_kondalkolipaka
Hello,

Git is the prerequisite for ESP-IDF, can you install git by yourself and click on browse button to choose the .exe file or you can use Espressif-IDE windows offline installer from here

Espressif-IDE windows offline installer will install all the pre-requisites required to work with the Espressif-IDE

More about this
https://github.com/espressif/idf-eclips ... staller.md

Let me know if you have any challenges in following this.

Re: Espressif-IDE do not show ESP32 examples (GIT missing)

Posted: Fri May 31, 2024 7:23 am
by Drifter22
Thanks.
I added the git folder "C:\Espressif\tools\idf-git\2.43.0\cmd\git.exe" as shown into the setup guide and clicked to "Install now" but this error appears:
Image
Do you have any suggestion on how to fix it?