iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Require help instructions for build with espressif sdk #131

Open usermicrodevices opened 6 years ago

usermicrodevices commented 6 years ago

Hello, i copy IonDB to my esp32 arduino directory "components\arduino\libraries\IonDB", add include line #include "IonDB.h" or #include before #include "Arduino.h" or after, but get error "main/example.h:12:19: fatal error: IonDB.h: No such file or directory", if write full path, then not found other IonDB source files, where i can get help for build with ESP32 FreeRTOS SDK?

danaack commented 6 years ago

Hi @usermicrodevices! Did you clone the IonDB repository or did you install the IonDB library from the IonDB Library Manager?

usermicrodevices commented 6 years ago

Hi @danaack! I copy IonDB to my esp32 SDK project directory. This is not Arduino IDE project, it is msys toolchain with esp32 SDK, any from https://github.com/espressif/esp-idf/tree/master/examples is same, i only append https://github.com/espressif/arduino-esp32 to "components" subdirectory. Now i put IonDB sources to near main cpp file, and get long list errors. main.zip