[solved] Error compiling

I simply cannot get the esp32 support on arduino IDE to work. I keep getting this error:
exec: “C:\Users[myname]\Documents\Arduino\hardware\espressif\esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++”: file does not exist
Error compiling for board TTGO LORA32 OLED V2.
Thank you for your help

1 Like
1 Like

If the tutorial does not help … if you do a Google search on;

‘C:\Users[myname]\Documents\Arduino\hardware\espressif\esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++”: file does not exist’

You will see the issue reported several times on the Expressif forums, its Expressif that produce the ESP32 ad-on for the Arduino IDE.

2 Likes

Thank you.:clap: