Internal use of SPIFFS
Posted: Sun Feb 22, 2015 1:23 pm
I want to use SPIFFS in my own project, but I have problems with including it. There is some example of using SPIFFS without NodeMCU firmware?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
15:40:11 **** Build of configuration Default for project SPIFFS ****
mingw32-make.exe -f D:/WorkSpace/SPIFFS/Makefile rebuild
CC driver/uart.c
CC user/user_main.c
CC spiffs/spiffs.c
CC spiffs/spiffs_hydrogen.c
CC spiffs/spiffs_check.c
CC spiffs/spiffs_nucleus.c
CC spiffs/spiffs_gc.c
CC spiffs/spiffs_cache.c
AR build/app_app.a
LD build/app.out
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section `.text' will not fit in region `iram1_0_seg'
collect2.exe: error: ld returned 1 exit status
D:/WorkSpace/SPIFFS/Makefile:212: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error 1
15:40:21 Build Finished (took 9s.645ms)