Hello,
I’ve been trying to get my huzzah feather32 to talk to arduino, and I cannot for the life of me get the github script to download and install everything necessary. When I run the git clone, it says it is successful https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/mac.md (this one)
However in arduino IDE I get this error
fork/exec /Users/paulSohilocal/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++: no such file or directory
Error compiling for board ESP32 Dev Module
for whatever reason, the git clone instructions do not install the folders and files that the board is looking for and nothing I’ve tried works.
I’ve updated python, my libraries, I’ve installed XCode (before installation) and I’m running the latest MacOS, and for the life of me I cannot understand why this won’t work!
help!!