You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running and retrieving model.h from IMU_Capture .csv data, I can't compile IMU_Capture.ino. I can't find the problem
Here is the compilation error.
/home/apehooman/Arduino/libraries/Arduino_TensorFlowLite/src/cortex-m4/fpv4-sp-d16-softfp/libtensorflowlite.a(micro_error_reporter.cpp.o): In function `tflite::MicroErrorReporter::Report(char const*, std::__va_list)':
/home/arduino/workspace/Libraries-Google-Tensorflow-scraper/Arduino/libraries/tensorflow_lite_mirror/src/tensorflow/lite/micro/micro_error_reporter.cpp:35: undefined reference to `DebugLog'
/home/arduino/workspace/Libraries-Google-Tensorflow-scraper/Arduino/libraries/tensorflow_lite_mirror/src/tensorflow/lite/micro/micro_error_reporter.cpp:36: undefined reference to `DebugLog'
collect2: error: ld returned 1 exit status
Using library Arduino_LSM9DS1 at version 1.1.0 in folder: /home/apehooman/Arduino/libraries/Arduino_LSM9DS1
Using library Wire in folder: /home/apehooman/.arduino15/packages/arduino/hardware/mbed/1.1.6/libraries/Wire (legacy)
Using library Arduino_TensorFlowLite at version 2.4.0-ALPHA-precompiled in folder: /home/apehooman/Arduino/libraries/Arduino_TensorFlowLite
exit status 1
Error compiling for board Arduino Nano 33 BLE.
The text was updated successfully, but these errors were encountered:
mcedrdiego
changed the title
Error compiling IMU_Classiier
Error compiling IMU_Classifier
Jan 15, 2021
After running and retrieving model.h from IMU_Capture .csv data, I can't compile IMU_Capture.ino. I can't find the problem
Here is the compilation error.
The text was updated successfully, but these errors were encountered: