I'm a webdesigner and I'm trying to put a rich HTML5 responsive GUI inside
ESP8266.
I'm trying to use esphttpd example at http://git.spritesserver.nl/esphttpd.git/
i'm getting this error:
Code: Select all
Rajendra@Rajlapy /cygdrive/d/ESP8266/Projects/esp8266/esp_iot_sdk_v0.9.2/app
$ make htmlflash
make -C mkespfsimage
make[1]: Entering directory '/cygdrive/d/ESP8266/Projects/esp8266/esp_iot_sdk_v0.9.2/app/mkespfsimage'
cc -I ../lib/heatshrink -std=gnu99 -c -o main.o main.c
make[1]: cc: Command not found
<builtin>: recipe for target 'main.o' failed
make[1]: *** [main.o] Error 127
make[1]: Leaving directory '/cygdrive/d/ESP8266/Projects/esp8266/esp_iot_sdk_v0.9.2/app/mkespfsimage'
Makefile:127: recipe for target 'mkespfsimage/mkespfsimage' failed
make: *** [mkespfsimage/mkespfsimage] Error 2
I'm stuck from last two days.
All other project works properly
Even I get firmware 00000.bin and 40000.bin if i run make
... but command for "make htmlflash" not working
I guess its required to flash html file into the ESP.
Please help!!!