Other Parts Discussed in Thread: SYSBIOS
Customer attempting to integrate the VLIB library into the PSDKRA (note that this is in PC Emulation mode). Question from the customer regarding how to deal the following errors encountered during complie:
#1 Error
[GCC] Compiling C99 main.c
In file included from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/vlib.h:84:0,
from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vision_apps/apps/basic_demos/app_fast_detection/main.c:69:
/work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/src/VLIB_afast12_detectCorners/VLIB_afast12_detectCorners.h:89:2: error: #error invalid target
#error invalid target
^
#2 Error
[GCC] Compiling C99 main.c
In file included from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/src/VLIB_afast12_detectCorners/c66/../../common/VLIB_types.h:108:0,
from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/src/VLIB_afast12_detectCorners/c66/VLIB_afast12_detectCorners.h:84,
from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/src/VLIB_afast12_detectCorners/VLIB_afast12_detectCorners.h:85,
from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/vlib.h:84,
from /work/TI/psdk_rtos_auto_j7_06_02_00_21/vision_apps/apps/basic_demos/app_fast_detection/main.c:69:
/work/TI/psdk_rtos_auto_j7_06_02_00_21/vxlib_c66x_1_1_4_0/packages/ti/vlib/src/VLIB_afast12_detectCorners/c66/../../common/VLIB_platforms.h:11:37: fatal error: c6xsim/C6xSimulator.h: No such file or directory
#include "c6xsim/C6xSimulator.h"
^
compilation terminated.
concerto/finale.mak:306: recipe for target '/work/TI/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/PC/x86_64/LINUX/debug/module/apps.basic_demos.app_fast_detection/main.o' failed