firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

Library Not Found

Open MBaumi7 opened this issue 5 years ago • 4 comments

Hey Guys

i have this really annoying issue that the IDE throws a fatal error, File not Found exception when i include the library. I wasted two weeks of searching the solution but i was not found any help.

I Tried different firebase libraries but every one gives me the same exception. (Yes, the ArduinoJson library is installed..)

I want to use the Firebase on a Arduino Wifi Rev 2. (is this possible at all)

this is the exception:

In file included from C:\Users\marce\Desktop\sketch_aug30a\sketch_aug30a.ino:1:0:

C:\Users\marce\Documents\Arduino\libraries\firebase-arduino-master\src/Firebase.h:25:18: fatal >error: memory: No such file or directory

compilation terminated.

exit status 1 Error compiling for board Arduino Uno WiFi.`

Arduino IDE Version: 1.8.21.0 Firebase Library Version: latest Windows 10 10.0.18362 Build 18362

i hope this is just a ' fuck i almost had it' error

Greetings Marcel

MBaumi7 avatar Sep 10 '19 18:09 MBaumi7

Reinstall the Library and set ArduinoJson library to 5.13.2. It will solve your issue.

rayavarapuvikram1 avatar Nov 24 '19 17:11 rayavarapuvikram1

Reinstall the Library and set ArduinoJson library to 5.13.2. It will solve your issue.

it didn't solve mine either...please help :(

warshockII avatar Feb 12 '20 20:02 warshockII

Reinstall the Library and set ArduinoJson library to 5.13.2. It will solve your issue.

Documents\Arduino\libraries\firebase-arduino-master\src/Firebase.h:24:10: fatal error: memory: No such file or directory

#include

      ^~~~~~~~

compilation terminated.

exit status 1 Error compiling for board Arduino Mega or Mega 2560.

warshockII avatar Feb 12 '20 20:02 warshockII

I'm getting the same error, first I got "No such file or directory: #include " which I managed to solve by adding ".h" to the library name; but this doesn't seem to work with the "memory" library. Any ideas?? I'm using ATMega2560 as the main board and ESP8266 as the WiFi module.

sebasbose avatar Mar 07 '22 05:03 sebasbose