Error while implementing edge impulse model on jetson nano

Question/Issue:

Project ID: 292591

Context/Use case: I try to implement a ML model of motion recognition with accelerometer on a jetson nano using the nvidia project download via the deployment section of project on the platform.
Then i make a main.cpp file and make file to run this project on the jetson using the tutorial to implement any project on any device from the edge impulse youtube page at this url : https://www.youtube.com/watch?v=T6tKej6BTIs

after that i figured this issues :

In file included from edge-impulse-sdk/classifier/ei_run_classifier.h:47:0,
from main.cpp:3:
./edge-impulse-sdk/classifier/inferencing_engines/tensorrt.h:29:10: fatal error: tflite/linux-jetson-nano/libeitrt.h: No such file or directory
#include “tflite/linux-jetson-nano/libeitrt.h”
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:105: recipe for target ‘main.o’ failed
make: *** [main.o] Error 1
make: *** Waiting for unfinished jobs…

But there is no tflite/linux-jetson-nano/libeitrt.h path or file in the upload project so i don’t understand how to fix this file problem?

Hi @vazquezmunoz

This file is available in the repo, you perhaps made a mistake at this step Download the C++ Library from Edge Impulse:

Best

Eoin

Thanks, but but now i have figured another issue that i didn’t see the mantion on the forum. Could you help me to fix this type of error ?