Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By CHERTS
#17008 A new version of my build Espressif DevKit for Windows v2.0.4
The list of changes to the first page

Update procedure:
1. Remove the old version.
2. Install the new version DevKit.
ATTENTION!!! When you delete the old version will be removed entire directory C:\Espressif
User avatar
By scargill
#17013 I've just wiped the directory and installed the new version.

In compiling my MQTT variation I'm getting this ending


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
C:/Users/Peter/workspace/mqtt_pub_fixed/Makefile:122: recipe for target 'firmware/0x00000.bin' failed
process_begin: CreateProcess(NULL, c:/Espressif/xtensa-lx106-elf/bin/esptool -eo build/app.out -bo firmware/0x00000.bin -bs .text -bs .data -bs .rodata -bc -ec, ...) failed.
make (e=2): The system cannot find the file specified.

mingw32-make.exe: *** [firmware/0x00000.bin] Error 2




Any ideas?
User avatar
By Vleis Walker
#17283 Again, thanks a lot for the great Devkit

I have a compile Build Flash problem.

I am trying to compile dht22_thingspeak project.
After I have changed the user_config.h file, I save all, right click Makefile and select flash
Programs is compiled and downloaded to ESP.

However, it seems like a previous compiled file has been written to the ESP.
Where did the downloader get this file to download?

Even if I do a Clean, Flash the old version still remains.

How do I FORCE the makefile (or Eclipse) to ALWAYS compile all the files.

I would appreciate any help.
Thx
User avatar
By CHERTS
#17317
scargill wrote:I've just wiped the directory and installed the new version.

In compiling my MQTT variation I'm getting this ending

C:/Users/Peter/workspace/mqtt_pub_fixed/Makefile:122: recipe for target 'firmware/0x00000.bin' failed
process_begin: CreateProcess(NULL, c:/Espressif/xtensa-lx106-elf/bin/esptool -eo build/app.out -bo firmware/0x00000.bin -bs .text -bs .data -bs .rodata -bc -ec, ...) failed.
make (e=2): The system cannot find the file specified.

mingw32-make.exe: *** [firmware/0x00000.bin] Error 2

Any ideas?


I find it difficult to understand what this error is not seeing the project itself, send the project to address sleuthhound@gmail.com, I'll see.