esp8266编译固件问题 踏坑之旅

console信息:esp8266编译固件问题 踏坑之旅_第1张图片

make clean 
/usr/bin/make -C app clean;
make[1]: Entering directory '/cygdrive/e/esp8266/esp8266workspace/helloword/app'
Makefile:71: *** recipe commences before first target.  Stop.
make[1]: Leaving directory '/cygdrive/e/esp8266/esp8266workspace/helloword/app'
make: *** [Makefile:300: clean] Error 2

 Description    Resource    Path    Location    Type
make: *** [Makefile:300: clean] Error 2    helloword             C/C++ Problem
Description    Resource    Path    Location    Type
make: *** recipe commences before first target.  Stop.    helloword        line 71    C/C++ Problem

 

从控制台可以看出,问题出在helloworld中app文件夹下,Makefile错误,

打开此文件夹下的makefile文件:

删东西的时候留了个空行!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

去掉空行,重新编译,bypass 

 

你可能感兴趣的:(esp826)