- Tue Aug 11, 2015 2:05 am
#25630
Hi,
tried to compile a mkspiffs.exe with the new information from martinayotte.
Made a download of the installer from MinGW.
Installed the following packages
- mingw-developer-toolkit
- mingw32-base
- mingw32-gcc-obj
- msys-base
Then I copied the "mkspiffs-master" from github, and modified "spiffs_config.h"
After this i changed into the mkspiffs-master-directory and run:
Code: Select allC:\MinGW\mkspiffs-master>mingw32-make
process_begin: CreateProcess(NULL, git describe --always, ...) failed.
g++ main.o spiffs/spiffs_cache.o spiffs/spiffs_check.o spiffs/spiffs_gc.o spiffs
/spiffs_hydrogen.o spiffs/spiffs_nucleus.o -o mkspiffs.exe -Wl,-static -static-l
ibgcc
strip mkspiffs.exe
The result was a mkspiffs.exe.
But I do not know, if all my steps are right. (was my first time doing something like this)
+: result is an exe like expected
-: there was a failed in the feedback
-: "mkspiffs --version" returns empty
my ESP8266: ESP-01 V2 / ESP-12E (NodeMCU)
ESP8266 Arduino add-on
Arduino IDE 1.6.5