Code: Select all
14:28:35 **** Incremental Build of configuration Default for project blinky ****
python c:/msys32/home/pascal/esp/esp-idf/tools/windows/eclipse_make.py all
../user/user_main.c:6:21: fatal error: ets_sys.h: No such file or directory
#include <ets_sys.h>
^
compilation terminated.
make: *** [user/subdir.mk:20: user/user_main.o] Error 1
Running make in 'C:/Espressif/examples/ESP8266/blinky/Default'
Building file: ../user/user_main.c
Invoking: Cygwin C Compiler
gcc -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"user/user_main.d" -MT"user/user_main.o" -o "user/user_main.o" "../user/user_main.c"
14:28:35 Build Finished (took 281ms)
thank you.