Works!! Thank you so much.danielc007 wrote: ↑Sat May 22, 2021 4:34 pmI found the following works for me (which is not in the order shown in documentation):Code: Select all
idf.py -B f:\temp build
Search found 3 matches
- Mon May 24, 2021 1:49 pm
- Forum: ESP IoT Solution
- Topic: Change creation path of build folder
- Replies: 4
- Views: 10013
Re: Change creation path of build folder
- Thu Apr 08, 2021 1:35 pm
- Forum: ESP IoT Solution
- Topic: Change creation path of build folder
- Replies: 4
- Views: 10013
Re: Change creation path of build folder
Hello, I have previously read the documentation. But I did not find the solution. -B is not a command that detects me idf.py
C:\esp\esp-idf\examples\get-started\blink>idf.py build -B C:/build
Usage: idf.py build [OPTIONS]
Try 'idf.py build --help' for help.
Error: no such option: -B
C:\esp\esp-idf\examples\get-started\blink>idf.py build -B C:/build
Usage: idf.py build [OPTIONS]
Try 'idf.py build --help' for help.
Error: no such option: -B
- Wed Apr 07, 2021 9:59 pm
- Forum: ESP IoT Solution
- Topic: Change creation path of build folder
- Replies: 4
- Views: 10013
Change creation path of build folder
Hello. When I run the command "idf.py build" in the project folder a new folder called "build" is created. I want to know if the creation path of it can be changed. I need that when executing the command "idf.py build" the build folder is generated in a different direction than the project folder. T...