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.

VC3 demo on netra build error

hi, Experts

I tried to build the vc3 demo on netra with ti-ezsdk_dm816x-evm_5_00_00_11, but when I build m3 video protram, it failed. The compiler can not find ti/omx/omxutils/ducatiTilerMemMgr/DucatiTilerMemoryMgr.h, and actually there is no the file under ti/omx/omxutils/ducatiTilerMemMgr/, it just contains DucatiTilerMemoryMgr__prologue.h and DucatiTilerMemoryMgr__epilogue.h.

The detail compile info is as:

"src/ivahd_frwkconfig.c", line 16: fatal error: could not open source file "ti/omx/omxutils/ducatiTilerMemMgr/DucatiTilerMemoryMgr.h"
1 fatal error detected in the compilation of "src/ivahd_frwkconfig.c".
Compilation terminated.

>> Compilation failure
make[1]: *** [/home/algorithm/ti-ezsdk_dm816x-evm_5_00_00_11/omx_05_00_00_11/packagesoutfiles/ti/omx/comp/server/obj/ti816x-evm/m3/whole_program_debug/ivahd_frwkconfig.oem3] Error 1
make[1]: Leaving directory `/home/algorithm/ti-ezsdk_dm816x-evm_5_00_00_11/omx_05_00_00_11/packages/ti/omx/comp/server'
make: *** [server] Error 2

Is there some wrong in the SDK?