1. 程式人生 > >esp8266編譯韌體問題之旅

esp8266編譯韌體問題之旅

console資訊:

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檔案:

刪東西的時候留了個空行!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!