FW_TOOL ?= $(XTENSA_TOOLS_ROOT)/esptool -- line 75
I corrected to:
FW_TOOL ?= $(ESPTOOL)
The result is not success, somebody with knowledge about makefiles can correct it.
07:59:59 **** Build of configuration Release for project MQTT_lex3 ****
mingw32-make.exe -f C:/Users/Gyuri/workspace/MQTT_lex3/Makefile.windows all
CC driver/uart.c
CC mqtt/proto.c
CC mqtt/wifi.c
CC mqtt/utils.c
CC mqtt/config.c
CC mqtt/mqtt_msg.c
CC mqtt/queue.c
CC mqtt/ringbuf.c
CC mqtt/mqtt.c
CC user/user_main.c
AR build/app_app.a
LD build/app.out
FW firmware/0x00000.bin
env: python: No such file or directory
C:/Users/Gyuri/workspace/MQTT_lex3/Makefile.windows:121: recipe for target 'firmware/0x00000.bin' failed
mingw32-make.exe: *** [firmware/0x00000.bin] Error 127