Cannot Build With LittleFS Support (LittleFS.h Not Found) · Issue #7494
Maybe your like
Basic Infos
- This issue complies with the issue POLICY doc.
- I have read the documentation at readthedocs and the issue is not addressed there.
- I have tested that the issue is present in current master branch (aka latest git).
- I have searched the issue tracker for a similar issue.
- If there is a stack dump, I have decoded it.
- I have filled out all fields below.
Platform
- Hardware: [ESP-12|ESP-01|ESP-07|ESP8285 device|other]
- Core Version: [Core 2.7.3]
- Development Env: [Platformio]
- Operating System: [Windows]
Problem Description
When trying to build (on a new computer), I now get these build errors:
src\src\Helpers\../../ESPEasy_common.h:26:24: fatal error: LittleFS.h: No such file or directoryThe context of where this error is reported:
#ifdef USE_LITTLEFS #include <LittleFS.h> #define ESPEASY_FS LittleFS #else #ifdef ESP32 #include <SPIFFS.h> #endif #define ESPEASY_FS SPIFFS #endifI have defined USE_LITTLEFS (otherwise I would not get the error) and in the PlatformIO.ini file this is set:
lib_ignore = ESP32_ping, ESP32WebServer, ESP32HTTPUpdateServer, IRremoteESP8266, HeatpumpIR lib_deps = ${esp82xx_common.lib_deps}, LittleFS(esp8266)The file does exist in the path where PlatformIO does keep its framework downloads. For me it is: C:\Users\gijsn\.platformio\packages\framework-arduinoespressif8266\libraries\LittleFS\src So it is not a matter of not all sub repositories being fetched.
Any idea what may be wrong here?
Tag » Arduino Littlefs.h No Such File Or Directory
-
No Such File Or Directory For
· Issue #1302 - GitHub -
ESP8266[NodeMCU] LittleFS Library Problem - Stack Overflow
-
[solved] LittleFS Errors When Running From VC Code - Arduino Forum
-
ESP32: Solving Issues With Arduino Development - Welly's
-
Install ESP8266 LittleFS Filesystem Uploader In Arduino IDE
-
ESPUI-master\src/ESPUI.h:14:22: Fatal Error: LittleFS.h: No Such File ...
-
2 Easy Fixes To Arduino Error: “.h: No Such File Or Directory" - YouTube
-
Filesystem - ESP8266 Arduino Core Documentation - Read The Docs
-
Raspberry Pi Pico - LittleFS.h: No Such File Or Directory - ULisp Forum
-
How The [bleep] Do I Get LittleFS To Compile - Adafruit Forums
-
File System With RPI Pico2040 - Raspberry Pi Forums
-
LittleFS Introduction & Install ESP8266 Filesystem Uploader In ...
-
Can't Get Library Dependencies Right - PlatformIO Community
-
C++ - ESP8266[NodeMCU] LittleFS Library Problem