Part Number: TDA4VMXEVM
Hello,
We attempted to compile the host emulation mode from the PSDK RTOS AUTO j7 06.02.00.21 TI release.
The instructions we followed to attempt the build are in $TI_RELEASE_HOME/psdk_rtos_auto_j7_06_02_00_21/tiovx/docs/user_guide/index.html
Under:
TIOVX Build & Run Instructions
Build instructions for x86_64 Linux Platform (HOST Emulation Mode)
Build
The only difference is that we changed "BUILD_EMULATION_MODE" from "no" to "yes" in $TIOVX_PATH/build_flags.mak (it is by default set to "no").
This is the output:
---
[GCC] Compiling C99 vx_dmpac_dof_target_sim.c
$TI_RELEASE_HOME/psdk_rtos_auto_j7_06_02_00_21/tiovx/kernels_j7/hwa/dmpac_dof/vx_dmpac_dof_target_sim.c:71:33: fatal error: LibDenseOpticalFlow.h: No such file or directory
compilation terminated.
concerto/finale.mak:306: recipe for target '$TI_RELEASE_HOME/psdk_rtos_auto_j7_06_02_00_21/tiovx/out/PC/x86_64/LINUX/debug/module/.home.users.psdk_rtos_auto_j7_06_02_00_21.tiovx.kernels_j7.hwa.dmpac_dof/vx_dmpac_dof_target_sim.o' failed
make: *** [$TI_RELEASE_HOME/psdk_rtos_auto_j7_06_02_00_21/tiovx/out/PC/x86_64/LINUX/debug/module/.home.users.psdk_rtos_auto_j7_06_02_00_21.tiovx.kernels_j7.hwa.dmpac_dof/vx_dmpac_dof_target_sim.o] Error
---
This output was obtained by executing "make".
We can confirm that LibDenseOpticalFlow.h does not exist anywhere in the release.
Workstation is a Ubuntu 16.04 LTS x86_64, with GCC 5.5.0.
Best regards,
Hristo