Page 1 of 1

Eclipse IDE ESP-IDF Repository Links are Broken

Posted: Tue May 11, 2021 7:20 pm
by bkamen
I'm trying to set up Eclipse for the first time -- so maybe I'm missing something else... Buuuuttt...

Has anyone noticed that the instructions here (https://github.com/espressif/idf-eclips ... /README.md) for installing the ESP-IDF into Eclipse has broken links for the repositories?

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

fails when entered into Eclipse.

When I look at the link directly (just for fun) -- I get a "403 Forbidden" error.

Just wondering if anyone knew.

-Ben

Re: Eclipse IDE ESP-IDF Repository Links are Broken

Posted: Wed May 12, 2021 12:30 am
by ESP_Sprite
Not sure why it fails in Eclipse, but the 403 is expected as our webserver disallows directory listings. Getting a file directly (e.g. https://dl.espressif.com/dl/idf-eclipse ... t/p2.index ) works OK, so I don't think the webserver itself is broken.

Re: Eclipse IDE ESP-IDF Repository Links are Broken

Posted: Wed May 12, 2021 5:42 am
by bkamen
ESP_Sprite wrote: Not sure why it fails in Eclipse, but the 403 is expected as our webserver disallows directory listings. Getting a file directly (e.g. https://dl.espressif.com/dl/idf-eclipse ... t/p2.index ) works OK, so I don't think the webserver itself is broken.
I'll work on getting a screen shot... stay tuned.

-Ben

Re: Eclipse IDE ESP-IDF Repository Links are Broken

Posted: Wed May 12, 2021 8:57 pm
by bkamen
Gah - I think I need my eyes checked. I must have had a typo (couldn't copy/paste into VM yet... it's all a new build)

So that's working.

I do have a question now that I see all the options that differ from the github instructions:

Do I want to install all the available espressif items?
Espressif-Plugin-options-20210512.png
Espressif Eclipse Module Options
Espressif-Plugin-options-20210512.png (521.02 KiB) Viewed 3769 times
Thanks!

-Ben