J784S4XEVM: Error statement when compiling a Linux app

Part Number: J784S4XEVM

When compiling, an error occurs because the tivxInit and tivxHostInit functions cannot be found, 
as shown below.

Where should I link the lib file?

[build] /home/kim/ti-processor-sdk-linux-adas-j784s4-evm-11_02_00_04/linux-devkit/sysroots/x86_64-arago-linux/usr/libexec/aarch64-oe-linux/gcc/aarch64-oe-linux/13.4.0/ld: /home/kim/ti-processor-sdk-rtos-j784s4-evm-11_02_00_06/vision_apps/lib/J784S4/A72/LINUX/debug/libapp_utils_init.a(app_init.o): in function `appInit':
[build] /home/kim/ti-processor-sdk-rtos-j784s4-evm-11_02_00_06/vision_apps/utils/app_init/src/app_init.c:105:(.text+0x34): undefined reference to `tivxInit'
[build] /home/kim/ti-processor-sdk-linux-adas-j784s4-evm-11_02_00_04/linux-devkit/sysroots/x86_64-arago-linux/usr/libexec/aarch64-oe-linux/gcc/aarch64-oe-linux/13.4.0/ld: /home/kim/ti-processor-sdk-rtos-j784s4-evm-11_02_00_06/vision_apps/utils/app_init/src/app_init.c:106:(.text+0x38): undefined reference to `tivxHostInit'