- Tue Jul 19, 2016 11:48 am
#51047
I am getting following error when tried to build, where i am going wrong any suggestions?
22:14:59 **** Build of configuration Default for project 1wire_ds18b20 ****
mingw32-make.exe -f C:/Espressif/examples/ESP8266/1wire_ds18b20/Makefile all
LD build/app.out
------------------------------------------------------------------------------
Section info:
build/app.out: file format elf32-xtensa-le
Sections:
Idx Name Size VMA LMA File off Algn
0 .data 00000374 3ffe8000 3ffe8000 000000e0 2**4
CONTENTS, ALLOC, LOAD, DATA
1 .rodata 000001d8 3ffe8380 3ffe8380 00000460 2**4
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .bss 00006230 3ffe8558 3ffe8558 00000638 2**4
ALLOC
3 .text 00005e78 40100000 40100000 00000638 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
4 .irom0.text 0002e744 40240000 40240000 000064b0 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
------------------------------------------------------------------------------
process_begin: CreateProcess(c:\Espressif\utils\ESP8266\esptool.exe, c:/Espressif/utils/ESP8266/esptool.exe elf2image build/app.out -o firmware/ -ff 40m -fm qio -fs 4m, ...) failed.
mingw32-make.exe: *** Error 14001
. Stop.
mingw32-make.exe: *** Waiting for unfinished jobs....