Replies: 1 comment 1 reply
-
Hi, thanks for your feedbak 👍
Please check your package url Arduino Preferences (additional boards), it should be: https://espressif.github.io/arduino-esp32/package_esp32_index.json
this is a typical error when esp-idf version bundled with espressif core is too old, solution is to update the core to the latest version (2.0.9). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. Can you help more info for buiilding in Arduino IDE? Fresh install, esp32 support installed by boards manager.
error on building:
Arduino: 1.8.19 (Linux), Board: "ESP32 Wrover Module, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), QIO, 80MHz, 921600, None"
/home/user/Arduino/libraries/ESP32-USB-Soft-Host/src/usb_host.c:18:25: fatal error: hal/cpu_hal.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board ESP32 Wrover Module.
Beta Was this translation helpful? Give feedback.
All reactions