Tflite micro/ keil integration

I am having issues trying to integrate the tflite micro library in a keil project for an eventual embedding.
Following the guide Understand the C++ library | TensorFlow Lite
especially this part of the guide " TensorFlow Lite for Microcontrollers is able to generate standalone projects that contain all of the necessary source files, using a Makefile. The current supported environments are Keil, Make, and Mbed.

To generate these projects with Make, clone the TensorFlow/tflite-micro repository and run the following command:

make -f tensorflow/lite/micro/tools/make/Makefile generate_projects

I haven’t found this target in the makefile which creates a “no rule to make target” error.
Can someone help me with my issue. Thanks in advance

Hi ,seems that this doc is already outdated (see (Error when running make for Tensorflow Lite Micro · Issue #596 · tensorflow/tflite-micro · GitHub),you need to follow the latest doc to integrate the tflite micro library in a keil project( see tflite-micro/tensorflow/lite/micro/docs/new_platform_support.md at main · tensorflow/tflite-micro · GitHub).

1 Like