I need to use SD card and disable FlashFS so I followed the instructions on https://www.espruino.com/ESP32. When I run make make clean && BOARD=ESP32 make, I hit error: espruino/Espruino/xtensa-esp32-elf/bin//xtensa-esp32-elf-gcc: cannot execute binary file
I suspect this is related to not having the build tools needed for Mac. If so what do I need in order to run make?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I need to use SD card and disable FlashFS so I followed the instructions on https://www.espruino.com/ESP32. When I run make
make clean && BOARD=ESP32 make
, I hit error:espruino/Espruino/xtensa-esp32-elf/bin//xtensa-esp32-elf-gcc: cannot execute binary file
I suspect this is related to not having the build tools needed for Mac. If so what do I need in order to run make?