thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

Looking for FreeRTOS.h #33

Open circinusX1 opened 1 year ago

circinusX1 commented 1 year ago
cd Esp8266-Arduino-Makefile/example/esp32/SimpleWiFiServer$
make
#  small change to show includes
--[ARDUINO_LIBS] : WiFi
--[USER_LIBS] : 
--[ULIBDIRS] : 
[INCLUDES] :  -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/cores/esp32 -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/variants/lolin32 -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/libraries/WiFi/src/   -I.

....
tch-conversion -std=gnu++11 -fexceptions -fno-rtti  -MMD -c -D_SSID_=\"YourSSID\" -D_WIFI_PASSWORD_=\"YourPassword\" -DF_CPU=240000000L -DARDUINO=10805 -DARDUINO_LOLIN32 -DARDUINO_ARCH_ESP32 -DARDUINO_BOARD=\"LOLIN32\" -DARDUINO_VARIANT=\"lolin32\" -DESP32 -include Arduino.h  -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/cores/esp32 -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/variants/lolin32 -I/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/libraries/WiFi/src/   -I. build.lolin32-1.0.4/SimpleWiFiServer.ino.cpp -o build.lolin32-1.0.4/SimpleWiFiServer.ino.cpp.o
In file included from <command-line>:0:0:
/sdaone/BOARDS/ESP/Esp8266-Arduino-Makefile/esp32-1.0.4/cores/esp32/Arduino.h:32:31: fatal error: freertos/FreeRTOS.h: No such file or directory
compilation terminated.
make: *** [../../../espXArduino.mk:617: build.lolin32-1.0.4/SimpleWiFiServer.ino.cpp.o] Error 1
rm build.lolin32-1.0.4/SimpleWiFiServer.ino.cpp
thunderace commented 1 year ago

Sorry, miss you bug report. It's fixed in the last commit.