Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Error compiling IMU_Classifier

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
arduino

Research direction

Start by reproducing the Arduino Nano 33 BLE build with IMU_Capture.ino and the generated model.h. Inspect the reported micro_error_reporter.cpp linker references and the installed Arduino_TensorFlowLite and Arduino_LSM9DS1 versions, then determine whether the sketch compiles successfully with a compatible library setup.

Written by the indexing model from the issue text.

Description

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.

Dominant language
Jupyter Notebook
Stars
269
Forks
122
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from arduino/ArduinoTensorFlowLiteTutorials

All issues in arduino/ArduinoTensorFlowLiteTutorials

Similar issues

More Embedded & IoT issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.