All the projects of the "examples" folder compile well into .bin (1wire_ds18b20, blinky, at, dht22_thingspeak...) except nodemcu-firmware.
With nodemcu-firmware, compile and link are ok (ouput file eagle.app.v6.out is produced) but when generating .bin,I get this error :
"LoadLibrary(pythondll) failedLe module spÚcifiÚ est introuvable."
Solution : path error in file "examples/ESP8266/nodemcu-firmware/Makefile" must be corrected
=> change
ESPTOOL ?= ../tools/esptool.exe
to
$(SDK_TOOLS)/esptool.exe
Problem is the nodemcu-firmware of the DevKit's example is too old (V0.9).
Anyone know how to compile the up-to-date version ( nodemcu-firmware V1.5.4.1) ? I've downloaded it and try to compile it but get plenty of errors. I don't know enough make to change Makefile.