Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hello,
I would like to use the draw2d functions to draw bbox and text on DSP, so changed releated code and concerto.mak by below reference.
https://e2e.ti.com/support/processors/f/791/p/876587/3243357?tisearch=e2e-sitesearch&keymatch=draw2d#3243357
But an error occurs while compiling vision_apps,
I think that It was related to cannot refer to the external lib.
What should I do additionally?
Could you let me know how to add app_utils_draw2d.lib in concerto.mak file
I am not familiar with concerto build system.
please refer to below log
----------------------------------------------------------->
undefined first referenced
symbol in file
--------- ----------------
Draw2D_drawRect /home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_target_kernels_img_proc_c66.lib<vx_draw_keypoint_detections_target.obj>
error: unresolved symbols remain
error: errors encountered during linking;
"/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSB
IOS/release/vx_app_tirtos_linux_c6x_1.out" not built
concerto/finale.mak:206: recipe for target '/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_1.out' failed
make[1]: [/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_1.out] Error 1 (ignored)
Building vx_app_tirtos_linux_c6x_1.out as static library
Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c66x_2
Linking /home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_2.out
undefined first referenced
symbol in file
--------- ----------------
Draw2D_drawRect /home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_target_kernels_img_proc_c66.lib<vx_draw_keypoint_detections_target.obj>
error: unresolved symbols remain
error: errors encountered during linking;
"/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSB
IOS/release/vx_app_tirtos_linux_c6x_2.out" not built
concerto/finale.mak:206: recipe for target '/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_2.out' failed
make[1]: [/home/mmd/tda4v/psdk_rtos_auto_j7_06_02_00_21/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_2.out] Error 1 (ignored)
Building vx_app_tirtos_linux_c6x_2.out as static library
Building vx_app_ptk_demo_common.lib as static library
Building vx_kernels_common.lib as static library
Building vx_target_kernels_img_proc_c66.lib as static library
<----------------------------------------------------------------------------------------------
BR,
Khethan