Search found 5 matches
- Mon Aug 29, 2022 9:40 am
- Forum: IDEs for ESP-IDF
- Topic: Build configuration related menu items all greyed out in Eclipse
- Replies: 2
- Views: 3454
Re: Build configuration related menu items all greyed out in Eclipse
Thanks! Good to know it is not me...
- 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: 3639
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_...
- Fri Aug 26, 2022 11:56 am
- Forum: ESP-IDF
- Topic: idf.py build compiles every esp-idf library component
- Replies: 2
- Views: 2247
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...
I am now down to 668 instead of 1000+ for my project proper...
- 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: 3454
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:
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.
For example:
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.
- Thu Aug 25, 2022 3:53 pm
- Forum: ESP-IDF
- Topic: idf.py build compiles every esp-idf library component
- Replies: 2
- Views: 2247
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...