-
Notifications
You must be signed in to change notification settings - Fork 121
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
Espressif-IDE (v3.0.0) unable to install any Plugin from 'Install New Software...': An error occurred while collecting items to be installed #1042
Comments
Hi, After trying to install this plugin: FreeRTOS Kernel Awareness for Eclipse from NXP, it fails and from now on, no more other Plugins can be installed. (Note that in v2.8.1 this plugin can be installed without any problem). Any thoughts about it? As a workaround I have achieved to use this plugin in Espressif IDE v3.0.0 following these steps:
This is a workaround, but, I would like to know:
Thanks, Carles |
Hi @carlessole This could be due to the FreeRTOS Kernel Awareness for Eclipse from NXP is not supporting Eclipse CDT 2024-03 and higher versions. I was not unable to install this on Eclipse CDT 2024-06 also. Maybe for the same reason it's failing with the Espressif-IDE 3.0.0 as it's based on Eclipse 2024-03. |
@carlessole as mentioned by @kolipakakondal this plugin is not compatible with latest Eclipse CDT. Also I would advise not to use it with ESP-IDF since that plugin is based on an older version of FreeRTOS to fetch the data the ESP-IDF is using a more recent version so it probably wont be reporting anything in that context. |
Thanks @kolipakakondal and @alirana01 Ok, it is probably not compatible as it is quite old, but I managed to install it importing it from an older Espressif IDE (v2.8.1) installation. So, somehow it can be installed on Espressif-IDE 3.0.0 (or Eclipse 2024-03). Then, do you know how to fix the Eclipse? As, after trying to install this plugin, I'm unable to install any other plugin. Something is broken and compatible plugins can not be installed anymore. For now, my solution has been to reinstall de whole Espressif IDE from scratch. I also understand @alirana01, thanks, I will not use this plugin as it is quite old . I finally decided to use the one embedded in latest MCUXpresso IDE:
Note that the plugin is not aware of the Dual Core, the Runtime total percentage is 200%, but it is not a problem. Thanks, Carles |
@carlessole Thank you for the detailed response and feedback. At the moment we are not supporting any FreeRTOS task related plugins via our own IDE. If you need more information related to FreeRTOS tasks I can recommend that you can try to use the Debugger Console to execute GDB commands to fetch the required information directly from FreeRTOS's exposed variables. That although may require you to halt the application's execution |
Espressif-IDE (v3.0.0): Installing any Plugin through 'Install New Software...', after pressing 'Finish' following error appears and plugin is not installed:
To Reproduce
Steps to reproduce the behavior:
Exactly the SAME procedure in Espressif-IDE v2.8.1 succeeds and plugin is installed properly.
Expected behavior
To be able to install plugins through 'Install New Software...'
Screenshots
Espressif-IDE Product Information:
The text was updated successfully, but these errors were encountered: