Page 1 of 1

How to remove a component from project

Posted: Tue Apr 28, 2026 2:51 pm
by NikolaiBaschinski
Hello everyone,

I use Espressive IDE (Eclipse CDT) for my projects. I've installed a ready-to-use component from the ESP-IDF. How do I remove this component from the project?

Thank you!

Nikolai

Re: How to remove a component from project

Posted: Thu Apr 30, 2026 5:30 am
by nopnop2002
I'm not using Eclipse CDT, so this might not be correct, but if your project have an idf_component.yml file, Try deleting it.

Re: How to remove a component from project

Posted: Thu Apr 30, 2026 6:02 pm
by NikolaiBaschinski
I removed the component from the yml file. But the build fails with compiler errors after that.

The managed component information is emdedded everywhere in the build system.

I expect a Remove button in the GUI, if there is a Add button. :roll:

Thank you!