I am facing the following compilation errors while trying to compile the eiq tflite based face_recognition sample application through the latest built fsl-imx-wayland-glibc-x86_64-imx-image-full-aarch64-toolchain-5.4-zeus SDK.
Error logs :
---------------------------
imx8@imx8:~/eIQ_NXP/eiq_sample_apps/examples-tflite/face_recognition/src$ make -f Makefile.linux
aarch64-poky-linux-g++ --sysroot=/opt/fsl-imx-wayland/5.4-zeus-new/sysroots/aarch64-poky-linux -o FaceRecognition -I /opt/fsl-imx-wayland/5.4-zeus-new/sysroots/aarch64-poky-linux/usr/include/tensorflow/lite/tools/make/downloads/flatbuffers/include/ face_recognition.cpp face_detect_helpers.cpp -ltensorflow-lite -lpthread -lrt -ldl -g -lopencv_objdetect -lopencv_highgui -lopencv_imgproc -lopencv_core -lopencv_videoio -lopencv_imgcodecs
/opt/fsl-imx-wayland/5.4-zeus-new/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/gcc/aarch64-poky-linux/9.2.0/real-ld: cannot find -ltensorflow-lite
collect2: error: ld returned 1 exit status
Makefile.linux:13: recipe for target 'FaceRecognition' failed
make: *** [FaceRecognition] Error 1
So, Kindly help me on how to solve those compilation errors.
Regards,
Manikandan.R