Tool/software: Linux
Hi.
I'm working on porting TIDL_OD Usecase to Linux + BIOS using TDA2xx EVM.
I moved the TIDL/TIOP algorithm and chains_common_tidl.h, etc to hlos, but the following error occurs during the build.
In file included from /home/User/tda2x/vision_sdk/../ti_components/os_tools/bios_6_46_06_00/packages/ti/sysbios/hal/Cache.h:52:0, from /home/User/tda2x/vision_sdk/ti_dl_app/src/hlos/chains_common/chains_common_tidl.h:86, from chains_ti_dl_od.c:23: /home/User/tda2x/vision_sdk/../ti_components/os_tools/linux/xdctools_3_32_01_22_core/packages/xdc/std.h:97:2: error: #error xdc_target_types__ must be defined to name a target-specific header containing definitions of xdc_Int8, xdc_Int16, ... #error xdc_target_types__ must be defined to name a target-specific header containing definitions of xdc_Int8, xdc_Int16, ...
My usecase MAKEFILE.MK looks like:
# FIX:: itidl.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/algorithms/REL.TIDL.01.01.03.00/modules/ti_dl/inc # FIX:: ivision.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/algorithms/REL.TIDL.01.01.03.00/common # FIX:: ti/xdais/xdas.h.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/codecs/xdais_7_24_00_04/packages # FIX:: iop_ti.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/algorithms/REL.TIOP.00.01.00.00/modules/ti_object_propagation/inc # FIX:: ivision.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/algorithms/REL.TIOP.00.01.00.00/common # FIX:: chains_common_tidl.c: Cache*** INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/os_tools/bios_6_46_06_00/packages # FIX:: xdc/std.h: No such file or directory INCLUDE+= -I$(vision_sdk_PATH)/../ti_components/os_tools/linux/xdctools_3_32_01_22_core/packages
How can i fix "xdc_target_types__" error?
Thanks.