- Tue Dec 16, 2014 10:33 pm
#4986
Hi
CHERT,
I have followed your tutorial and works pretty nice, its a good starting point, I have played with esphttpd project, It compiles great with the already built targets for the bin's on firmware folder, but once I have modified the html pages Im not able to re-make "webpages.espfs", just running the targets "all" or "flash" "webpages.espfs" is not re-built, I dont have a lot of make experience, is my guess that I have to build a new target in the project to run the makefile on the next paths but im getting the next errors:
mkespfsimage21:15:40 **** Build of configuration Default for project esphttpd ****
mingw32-make.exe -f C:/Espressif/examples/esphttpd/mkespfsimage/mman-win32/Makefile mman-win32
C:/Espressif/examples/esphttpd/mkespfsimage/mman-win32/Makefile:4: config.mak: No such file or directory
mingw32-make.exe: *** No rule to make target 'config.mak'?¡ê ¨ª¡ê?1?¡ê
21:15:40 Build Finished (took 280ms)
mkespfsimage/mman-win3221:13:36 **** Build of configuration Default for project esphttpd ****
mingw32-make.exe -f C:/Espressif/examples/esphttpd/mkespfsimage/Makefile mkespfsimage
cc -I../lib/heatshrink -std=gnu99 -c -o main.o main.c
main.c:9:18: fatal error: mman.h¡êoNo such file or directory
#include <mman.h>
^
compilation terminated.
<builtin>: recipe for target 'main.o' failed
mingw32-make.exe: *** [main.o] Error 1
21:13:36 Build Finished (took 241ms)
Any guidance will be much appreciated.