khoih-prog / EthernetWebServer

This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
MIT License
178 stars 49 forks source link

ARDUINO IDE 1.6.12 compile error with esp8266 #37

Closed stBasil closed 2 years ago

stBasil commented 2 years ago

Arduino IDE version: 1.6.12 ESP32 Core Version 1.0.5 Windows 10

Compile error with esp8266

In file included from D:\Google\DUNYA\WORKS\arduino-1.6.12\libraries\EthernetWebServer\examples\AdvancedWebServer\AdvancedWebServer.ino:44:0:

C:\Users\nrf\AppData\Local\Temp\arduino_build_994772\sketch\defines.h:375:33: fatal error: EthernetLarge.h: No such file or directory#

include "EthernetLarge.h"

compilation terminated.

khoih-prog commented 2 years ago

Please at least read the README's Prerequisites and install whatever library you've selected, e.g. EthernetLarge. Moreover, please update the Arduino IDE (to current v1.8.16) as well as ESP32 core (to current v2.0.0)

If you don't know how to install the library, please ask in Arduino forum.

Good Luck,