Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
grobi181 opened this issue Dec 9, 2023 · 6 comments

Comments

@grobi181
Copy link

grobi181 commented Dec 9, 2023

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

@github-actions github-actions bot changed the title No dialog to create an Espressif IDF project after installing esp-idf-v5.1.2 at Eclipse 2023-12 No dialog to create an Espressif IDF project after installing esp-idf-v5.1.2 at Eclipse 2023-12 (IEP-1129) Dec 9, 2023
@sigmaaa
Copy link
Collaborator

sigmaaa commented Dec 9, 2023

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
Copy link
Author

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

@kolipakakondal
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link

mbratch commented Feb 24, 2024

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
Copy link
Collaborator

sigmaaa commented Feb 27, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants