Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIFFS Create Failed - GLIBCXX_3.4.21 not found #61

Open
PLSousa opened this issue Nov 10, 2019 · 2 comments
Open

SPIFFS Create Failed - GLIBCXX_3.4.21 not found #61

PLSousa opened this issue Nov 10, 2019 · 2 comments

Comments

@PLSousa
Copy link

PLSousa commented Nov 10, 2019

Error "SPIFFS Create Failed!" Someone can help me ?

Error messages:
Arduino: 1.8.10 (Linux), Board: "LOLIN(WEMOS) D1 R2 & mini, 160 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

[SPIFFS] data : /home/paulo/Arduino/libraries/TFT_eSPI/examples/Smooth Fonts/Font_Demo_3/data
[SPIFFS] size : 2024
[SPIFFS] page : 256
[SPIFFS] block : 8192
/home/paulo/arduino-1.8.10/hardware/esp8266com/esp8266/tools/mkspiffs/mkspiffs: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/paulo/arduino-1.8.10/hardware/esp8266com/esp8266/tools/mkspiffs/mkspiffs)

@seteq
Copy link

seteq commented Nov 25, 2019

I had the same issue on CentOS7 - the binary has been compiled for a newer version of libstdc++ which is not available in some distros.
After compiling mkspiffs by myself and replacing the binary it's working fine.
Give that a try!

@PLSousa
Copy link
Author

PLSousa commented Nov 30, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants