geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
755 stars 199 forks source link

PlatformIO compiling error #41

Closed aleiei closed 3 years ago

aleiei commented 3 years ago

When I try to compile your example, PlatformIO get always this error:

Executing task in folder ESP32_CAM_RTSP: pio run <

Processing esp32cam (board: esp32cam; platform: espressif32@>=1.6.0; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam.html PLATFORM: Espressif 32 (3.0.0) > AI Thinker ESP32-CAM HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

Terminal will be reused by tasks, press any key to close it.

I also tried to change path from: ../../../lwip/src/include/lwip/inet.h on arpa/inet.h file to lwip/inet.h but i just get more compilation errors !

Any suggestions ? Thanks in advance to everyone.

aleiei commented 3 years ago

Problem found and solved! When downloading the Micro-RSTP library with PlatformIO, LinkedListElement.h is missing ! I simply added the library manually.