MarkoSagadin / MicroML

Quick-start machine learning projects on microcontrollers with help of TensorFlow Lite and LibOpenCM3
MIT License
31 stars 4 forks source link

can't find testlite.a #5

Closed paullee2018 closed 3 years ago

paullee2018 commented 3 years ago

Trying to run make test inside the project but unable to find the testlite.a.

MarkoSagadin commented 3 years ago

Can you describe what commands did you try to run? I could run a hello world test with two commands: in root directory:

make -f archive_makefile PROJECT=hello_world_stm32f7 test

and in projects/hello_world_stm32f7 folder:

make test
MarkoSagadin commented 3 years ago

Closing issue due to inactivity.