Makefile for C++ Inference

Hi, is this Makefile (example-standalone-inferencing/Makefile at master · edgeimpulse/example-standalone-inferencing · GitHub) up to date for models exported from C++ after more recent updates to the Edge Impulse SDK? I recently updated my model after a couple weeks and am getting some complier errors after updating my edge-impulse-sdk, tflite-model, and model-parameters directories. I’ve included the full error below:

In file included from edge-impulse-sdk/classifier/ei_run_dsp.h:26,
                 from edge-impulse-sdk/classifier/ei_run_classifier.h:23,
                 from main.cpp:5:
./model-parameters/model_variables.h:30:10: fatal error: edge-impulse-sdk/classifier/inferencing_engines/engines.h: No such file or directory
 #include "edge-impulse-sdk/classifier/inferencing_engines/engines.h"

Hi @jarnold1

I just tested and I cannot reproduce your issue. I exported the C++ library, removed my previous edge-impulse-sdk, model-parameters and tflite-model folders and replaced them with the newly exported C++ library. Then make clean && make.

Can you confirm whether you have edge-impulse-sdk/classifier/inferencing_engines/engines.h on the filesystem?

// Raul