ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Patriko
#16002 No :( I hope that it works but it can only flash the firmware with existing bin files but doesn't generate new.

Code: Select allc:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar ru .output/eagle/debug/lib/spiffs.a .output/eagle/debug/obj/spiffs.o .output/eagle/debug/obj/spiffs_hydrogen.o .output/eagle/debug/obj/spiffs_check.o .output/eagle/debug/obj/spiffs_nucleus.o .output/eagle/debug/obj/spiffs_gc.o .output/eagle/debug/obj/spiffs_cache.o
c:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-ar: creating .output/eagle/debug/lib/spiffs.a
mingw32-make[2]: Leaving directory 'C:/Espressif/examples/esp_ginx/app/spiffs'
c:/Espressif/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc  -L../lib -nostdlib -T../ld/eagle.app.v6.ld -Wl,--no-check-sections -u call_user_start -Wl,-static -Wl,--start-group -lc -lgcc -lhal -lphy -lpp -lnet80211 -lwpa -lmain -ljson -lsmartconfig -lssl user/.output/eagle/debug/lib/libuser.a http/.output/eagle/debug/lib/http.a dns/.output/eagle/debug/lib/dns.a driver/.output/eagle/debug/lib/libdriver.a lwip/.output/eagle/debug/lib/liblwip.a json/.output/eagle/debug/lib/libjson.a platform/.output/eagle/debug/lib/libplatform.a libc/.output/eagle/debug/lib/liblibc.a mqtt/.output/eagle/debug/lib/mqtt.a smart/.output/eagle/debug/lib/smart.a util/.output/eagle/debug/lib/util.a spiffs/.output/eagle/debug/lib/spiffs.a -Wl,--end-group -o .output/eagle/debug/image/eagle.app.v6.out
c:/Espressif/utils/esptool.exe elf2image .output/eagle/debug/image/eagle.app.v6.out -o ../bin/
Traceback (most recent call last):
  File "esptool.py", line 672, in <module>
  File "esptool.py", line 396, in save
IOError: [Errno 2] No such file or directory: '../bin/0x00000.bin'
../Makefile:162: recipe for target '.output/eagle/debug/bin/eagle.app.v6.bin' failed
mingw32-make[1]: *** [.output/eagle/debug/bin/eagle.app.v6.bin] Error 255
mingw32-make[1]: Leaving directory 'C:/Espressif/examples/esp_ginx/app'
C:/Espressif/examples/esp_ginx/Makefile:191: recipe for target '.subdirs' failed
mingw32-make.exe: *** [.subdirs] Error 2


What can be wrong?
User avatar
By Patriko
#16160 Ok, now it's finally working. I had python 2.7 installed and it's requires at least python 3.0.

Another question. Is it possible to modify esp-ginx and it's makefile to generate user1 and user2.bin files for ota cloud update?

Thanks!
Patriko
User avatar
By adamjp
#16253 Any body else getting this result for the websocket graph, esp seems to be the issue? I only ask because it has happened before using another c websocket library.
You do not have the required permissions to view the files attached to this post.