arduino/arduino-builder

functional and memory error in ESP8266WiFiGeneric.h libarary

Vishal-Nigade opened this issue · 2 comments

C:\Users\Administrator\Documents\Arduino\libraries\Arduino-master\Arduino-master\libraries\libraries\ESP8266WiFi\src/ESP8266WiFiGeneric.h:27:22: fatal error: functional: No such file or directory
 #include <functional>

Please help me to come out from this error

A few problems here:

  • Since you didn't use code markup the important part of the error message was eaten by the Markdown renderer. (I fixed the markup with an edit)
  • The problem almost certainly is not related to arduino-builder.
  • The problem is most likely caused by user error. Support requests should not be submitted to issue trackers. Instead please post your problem to the Arduino forum: http://forum.arduino.cc/index.php?board=11.0 and you'll surely have help very quickly.

EDIT @SayliCtron has now created a thread on the Arduino forum where we will attempt to resolve the problem:
http://forum.arduino.cc/index.php?topic=468705

This can be closed. The error was caused by trying to compile the ESP8266WiFi library for Uno.