Page 1 of 1

Changing build configuration in Eclipse

Posted: Mon Jan 17, 2022 7:17 pm
by chukitoes
While trying to build a project from a git repository, I ran into the CCache error caused by long paths. (viewtopic.php?t=14651)

The error itself I managed to fix by the proposed solution (Change build directory) in that topic, but only on the esp-idf cmd.

So my question is: How do I do that on the Eclipse IDE?

Apparently it's possible to do that under Projects -> Build Configurations -> Manage... but this option is greyed out and inaccessible with ESP-IDF projects.

Re: Changing build configuration in Eclipse

Posted: Wed Jan 19, 2022 5:34 pm
by gtjoseph
If you click the gear icon in the toolbar dropdown that has your project name, you can edit the build settings.

Re: Changing build configuration in Eclipse

Posted: Wed Feb 02, 2022 6:30 pm
by chukitoes
That's what I was looking for!

Thank you!