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

User avatar
By mcsa
#1832 When I run make, get this error
Code: Select allCleaning up temp batch file C:\Users\isa\AppData\Local\Temp\make13468-1.bat
CreateProcess(c:\esp8266\toolchain\bin\xtensa-lx106-elf-gcc.exe,c:/esp8266/toolchain/examples/at/../../bin/xtensa-lx106-elf-gcc -Ic:/esp8266/toolchain
/examples/at/include -Ic:/esp8266/toolchain/examples/at/driver/include -Ic:/esp8266/toolchain/examples/at/user/include -Ic:/esp8266/toolchain/examples
/at/../../include -Ic:/esp8266/toolchain/examples/at/../../include/json -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nost
dlib -mlongcalls -mtext-section-literals -D__ets__ -DICACHE_FLASH -c c:/esp8266/toolchain/examples/at/driver/uart.c -o c:/esp8266/toolchain/examples/a
t/build/driver/uart.o,...)
Live child 0x0045ed18 (build/driver/uart.o) PID 4669296
cygwin warning:
  MS-DOS style path detected: c:/esp8266/toolchain/examples/at/driver/uart.c
  Preferred POSIX equivalent is: /examples/at/driver/uart.c
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
xtensa-lx106-elf-gcc: error: spawn: No such file or directory
Reaping losing child 0x0045ed18 PID 4669296
make: *** [build/driver/uart.o] Error 1
Removing child 0x0045ed18 PID 4669296 from chain.