Search found 5 matches

by laczik
Fri Aug 26, 2022 12:18 pm
Forum: IDEs for ESP-IDF
Topic: Disable automatic creation of [project_home]/esp_idf_components/ in Eclipse/ESP-IDF?
Replies: 2
Views: 3295

Disable automatic creation of [project_home]/esp_idf_components/ in Eclipse/ESP-IDF?

When building from Eclipse/ESP-IDF a new directory, [project_home]/esp_idf_components/, is created automatically in the project home directory, and all the ESP-IDF component source files are copied to it. I suspect this is to do with 'IDF Component Manager'... If I remove the [project_home]/esp_idf_...
by laczik
Fri Aug 26, 2022 11:56 am
Forum: ESP-IDF
Topic: idf.py build compiles every esp-idf library component
Replies: 2
Views: 1779

Re: idf.py build compiles every esp-idf library component

Thank you!

I am now down to 668 instead of 1000+ for my project proper...
by laczik
Thu Aug 25, 2022 4:06 pm
Forum: IDEs for ESP-IDF
Topic: Build configuration related menu items all greyed out in Eclipse
Replies: 2
Views: 3132

Build configuration related menu items all greyed out in Eclipse

Is it normal to have Build Configuration related menu items all greyed out in Eclipse?

For example:
IMG_20220825_162923_904-c.jpg
IMG_20220825_162923_904-c.jpg (2.1 MiB) Viewed 3132 times
I am using Eclipse C/C++ 2022.6, ESP-IDF plugin 2.6 and esp-idf-v4.4.2. The project was created by importing a little cli test project.
by laczik
Thu Aug 25, 2022 3:53 pm
Forum: ESP-IDF
Topic: idf.py build compiles every esp-idf library component
Replies: 2
Views: 1779

idf.py build compiles every esp-idf library component

After a project config change or clean, 'idf.py build' compiles every esp-idf library component regardless of whether the components are used in the project or not. Is there any way to avoid compiling 1000+ source files when building even just a simple blank test project? An example: . ~/ESP32/esp-i...