How to create .eim file for raspberry pi 3 from c++ library

Hey
how to create .eim file for raspberry pi 3 from c++ library??
tried this.

but when commanding APP_CAMERA=1 make j
gives error


make: g++: Command not found
make: *** [Makefile:105: tflite-model/trained_model_compiled.o] Error 127
make: *** Waiting for unfinished jobs…
make: *** [Makefile:105: edge-impulse-sdk/dsp/kissfft/kiss_fft.o] Error 127
aren@aren-System-Product-Name:~/example-standalone-inferencing-linux$ APP_CAMERA=1 make j
make: *** No rule to make target ‘j’. Stop.
aren@aren-System-Product-Name:~/example-standalone-inferencing-linux$

Hi @Edesign,

There is a dash missing in your command, it should be make -j.

Aurelien

Thanks for the quick response
elementary, but I missed it