Page 1 of 1

Problem installing ESP IDF with eclipse

Posted: Tue Oct 19, 2021 9:01 am
by raspitin
Hello,
I would like to install the IDF with eclipse. I followed https://github.com/espressif/idf-eclips ... /README.md. So I got the compatible version 2021-06. But when I try to add the Repo https://dl.espressif.com/dl/idf-eclipse ... es/latest/ I get an error that the software is not found. If I enter https://dl.espressif.com/dl/idf-eclipse ... es/latest/ in my browser I get an access forbidden error. Also I installed Git but the "Team" menu is not showing up in the preferences.
What is going on? What is wrong?
Thanks
Kind regards

Re: Problem installing ESP IDF with eclipse

Posted: Tue Oct 19, 2021 12:40 pm
by ESP_kondalkolipaka
Hello,

Thanks for reporting. Looks like some issue in accessing url. Will take a look at this.

However, you can use the zip file to download and update your eclipse.

Here is the link to download https://dl.espressif.com/dl/idf-eclipse ... v2.2.0.zip

Please follow the instructions for installation from here
https://github.com/espressif/idf-eclips ... gLocalFile

Thanks

Re: Problem installing ESP IDF with eclipse

Posted: Tue Oct 19, 2021 1:30 pm
by ESP_kumekay
Hello, raspitin

Could you please try once again, it should work now

https://dl.espressif.com/dl/idf-eclipse ... es/latest/

Re: Problem installing ESP IDF with eclipse

Posted: Tue Oct 19, 2021 2:53 pm
by raspitin
Worked now, thank you!