espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
302 stars 121 forks source link

No dialog to create an Espressif IDF project after installing esp-idf-v5.1.2 at Eclipse 2023-12 (IEP-1129) #867

Closed grobi181 closed 9 months ago

grobi181 commented 9 months ago

Eclipse 2023-12; esp-idf-v5.1.2; Windows 10 Pro 22H2 Buil19045.3693

After selecting File->NEW->Espressif-IDF-Project, no window appears for creating a new project.

I followed the instructions and installed all components as described. There is an error message in the error log!

Thanks for help!

Product_Information_IDE.log Error_logfile.log

sigmaaa commented 9 months ago

Hi @grobi181,

there are some changes in the latest eclipse CDT API which caused this issue https://github.com/eclipse-cdt/cdt/blob/5250f5a07b992458a0395ada47137e534593f276/NewAndNoteworthy/CHANGELOG-API.md#api-changes-in-cdt-114. We will fix it ASAP. While we fixing this, I recommend you to use Espressif-IDE which comes with Eclipse 2023-09+ IEP v2.11.1: https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-2.11.1-win32.win32.x86_64.zip. Thanks

grobi181 commented 9 months ago

Thanks! I will change to the recommend version! Perfect!!

kolipakakondal commented 9 months ago

Hi @grobi181 We have added a support for Eclipse CDT 2023-12 on our master branch, here is the update site build.

To install:

  1. Download
  2. Help > Install New Software
  3. Click on Add...
  4. Click on Archive.. and choose downloaded zip file and give some readable name
  5. Click on Select All
  6. Click on Finish
kolipakakondal commented 9 months ago

This is fixed with IEP v2.12.0 release, please check the release here https://github.com/espressif/idf-eclipse-plugin/releases/tag/v2.12.0

Please update to the latest and let us know if you see any issues.

mbratch commented 7 months ago

This is fixed with IEP v2.12.0 release, please check the release here https://github.com/espressif/idf-eclipse-plugin/releases/tag/v2.12.0

Please update to the latest and let us know if you see any issues.

When I install this version, all of my Espressif specific commands in the IDE disappear, including the "Espressif" menu and all the ESP-IDF context menus.

sigmaaa commented 7 months ago

Hi @mbratch,

what version of Eclipse and versions of eclipse cdt, eclipse embedded CDT plugins are you currently using? To check that, open Help -> About Eclipse IDE ->then you will see a dialog like this: image

Click on highlighted icons to see the versions of the plugins like this: image

The issue probably happened due to dependencies version mismatch. I think you should try to update all the dependencies plugins to the latest versions, which should work fine with our latest plugin. To do that, click Help -> Check for updates.

The other options: