Page 1 of 1

Beginner trouble - Not able to build.

Posted: Thu Jun 27, 2024 9:30 am
by mave25
Hi, I just recently(Yesterday) moved over to ESP IDF from programming on Arduino IDE. I was able to follow the getting started guide available which almost had everything that I need to know. I have been trying to run the basic examples through the ESP-IDF CMD but I'm not able to build any of the codes using "idf.py build" command. Whenever I do so, I'm always running into issues. I tried to reinstall the ESP-IDF a few times but that didn't change anything. I have attached my error screenshots below (
espidf.png
espidf.png (85.11 KiB) Viewed 432 times
).
Thank you.

Re: Beginner trouble - Not able to build.

Posted: Thu Jun 27, 2024 9:58 am
by ESP_Roland
You should be running "idf.py build" from the project's directory "hello_world" instead of the "main" subdirectory.

Re: Beginner trouble - Not able to build.

Posted: Thu Jun 27, 2024 12:03 pm
by mave25
ESP_Roland wrote:
Thu Jun 27, 2024 9:58 am
You should be running "idf.py build" from the project's directory "hello_world" instead of the "main" subdirectory.
My bad!! :(
Thank you!