Arduino IDE compile error for an esp32-s3 mini #8980
Replies: 1 comment 3 replies
-
This looks like an issue with your OS and/or the toolchain for the new versions. 2.0.14 uses an older toolchain. Any chance you can try this on the 64bit flavor? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have used ESP32 core 2.0.14 to compile the FSBrowser.ino example and it works.
Using core 2.0.14 I was not able to load the SPIFFS on the ESP32-s3
Now on dev branch using 3.0.0 alpha3 I was able to load the SPIFFS on the ESP32-s3 mini
If I compile the FSBrowser example I receive many errors about a missing file
The message give path and
.............. liblto_plugin.so: cannot open shared object file: No such file or directory
I run on Raspberry Pi4
Bullseye 32 bits latest update
Arduino IDE 1.8.19
I have tried both ESP32 core 2.0.14 (stable) and 3.0.0 alpha3
connected on ESP32-s3 mini
Arduino config
CDC enabled
Default partition scheme 4Mb with SPIFFS (1.2Mb app 1.5 Mb SPIFFS)
ESP32-s3compileErrors.txt
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions