I'm a newbie to C and embedded programming, so forgive me for asking any dumb questions. However, I've got an ESP32 from Adafruit and am trying to get the toolchain set up for Windows 8.1. I'm following this tutorial from Hackaday:
https://hackaday.com/2016/10/04/how-to- ... ore-225197
As well as this Linux tutorial:
https://ritazh.com/get-started-with-esp ... .2oseufjv7
I've got the msys32 toolchain working, the esp-idf and esp-idf-template repos cloned, and the environment variables loaded (I think) while running the msys32 setup. I'm able to run `make menuconfig` but am lost on what to set the path and the port to on Windows (COM3, for example?). When I try to run make within the template project folder, I get this error:
Code: Select all
xtensa-esp32-elf-c++.exe: error: CreateProcess: No such file or directory
Any advice?
Thanks!