This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM68A:SDK builder make file exit with fatal error: LibDenseOpticalFlow

Part Number: AM68A

Greetings,

I am trying to set the emulation mode for AM68A 

followed the documentation and set the /ti/ti-processor-sdk-linux-edgeai-j721s2-evm-10_01_00_04

added the add-on packages :  ti-processor-sdk-rtos-j721e-evm-10_01_00_04-addon-linux-x64-installer.run

is there specific add on for j721s2 or can i use mentioned add-on?

RTOS - J721S2 

/ti/ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/sdk_builder$ ./make_sdk.sh 

make sdk process exist with error:

ti/ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/imaging/kernels/hwa/dmpac_dof/vx_dmpac_dof_target_sim.c:70:10: fatal error: LibDenseOpticalFlow.h: No such file or directory
70 | #include "LibDenseOpticalFlow.h"

ti/ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/imaging/kernels/hwa/dmpac_dof/vx_dmpac_dof_target_sim.c:70:10: fatal error: LibDenseOpticalFlow.h: No such file or directory
   70 | #include "LibDenseOpticalFlow.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [ti/ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/sdk_builder/concerto/finale.mak:316: ti/ti-processor-sdk-rtos-j721s2-evm-10_01_00_04/imaging/out/PC/x86_64/LINUX/debug/module/kernels.hwa.dmpac_dof/vx_dmpac_dof_target_sim.o] Error 1
make[1]: *** [makerules/makefile_tiovx_ptk_imaging.mak:102: imaging] Error 2
make: *** [Makefile:59: sdk] Error 2

note: LibDenseOpticalFlow.h file exist in the path.

how to resolve this issue and make the vision apps compile with out any header files.

please share any specific documentation and enviromantal variable list and suggestion better approch to make development emulator for AM68A