Closed
Description
I keep getting this when trying to install a program to my Wemos Lolin32 Lite ESP32 development board on macOS Big Sur with latest version of the Arduino IDE. It works however on an older macOS device.
Console output:
xtensa-esp32-elf-g++: error: Lite: No such file or directory
xtensa-esp32-elf-g++: error: Lite": No such file or directory
exit status 1
Error compiling for board WEMOS LOLIN32 Lite.
System: macOS Big Sur 11.2.2
Arduino IDE: 1.8.13
arduino-esp32: 1.0.5
Steps to reproduce:
- Download Arduino IDE
- Install Arduino IDE app
- Add ESP32 to boards manager
- Install ESP32 boards
- Select board type & serial port
- Try to write basic blink program to board
Anyone that got it working on macOS Big Sur? Am I missing something?
(I recorded above steps to reproduce in case anyone could help out by just watching me do it https://youtu.be/IsvjP5e27ZQ)