How do I change build output folder name using esp-idf eclipse?
Posted: Mon Nov 08, 2021 2:18 pm
Hi,
I am looking for an option to change build output folder name to some other name.
By default esp-idf eclipse for esp32 creates folder "build" under which we can see all output files.
However, for my some dependent work, I am looking for a way by which instead of "build" folder there will be some other folder say "build_output" gets created.
I know with command line we can do it.
So, I am hoping with eclipse also there will be some option.
In case anyone knows then please share.
Thanks!!
I am looking for an option to change build output folder name to some other name.
By default esp-idf eclipse for esp32 creates folder "build" under which we can see all output files.
However, for my some dependent work, I am looking for a way by which instead of "build" folder there will be some other folder say "build_output" gets created.
I know with command line we can do it.
Code: Select all
idf.py -B "Build_Directory_Path" build
In case anyone knows then please share.
Thanks!!