Custom build configurations in Espressif IDE 2.6.0
Posted: Wed Mar 26, 2025 8:29 am
Hi everybody,
I have a code for ESP32-C3 and I would like to generate two build configurations to obtain two binary files (a defined constant enable a part of the code or not).
I would like the build folders of the configurations are "build_bc" and "build_gtc".
I'm using Espressif-IDE 2.6.0 (buildid 20220811-0838); I followed the instruction reported here:
https://docs.espressif.com/projects/esp ... oject.html
I created two "Launch Configuration" in "Run" launch mode and I added the absolute path of the "build" folders.
However, even if I use "Build All" command, it always use the default one (i.e. "build"). Moreover, I expected two compilation processes should be performed but in reality I see just one.
How can I solve (or where am I wrong)?
Thanks in advance.
I have a code for ESP32-C3 and I would like to generate two build configurations to obtain two binary files (a defined constant enable a part of the code or not).
I would like the build folders of the configurations are "build_bc" and "build_gtc".
I'm using Espressif-IDE 2.6.0 (buildid 20220811-0838); I followed the instruction reported here:
https://docs.espressif.com/projects/esp ... oject.html
I created two "Launch Configuration" in "Run" launch mode and I added the absolute path of the "build" folders.
However, even if I use "Build All" command, it always use the default one (i.e. "build"). Moreover, I expected two compilation processes should be performed but in reality I see just one.
How can I solve (or where am I wrong)?
Thanks in advance.



