Hi,
we are working on QNX+TDA4AL+J721S2 SDK (8.0.6)
we built a customize remote processors library for MCU2_0, named abc.aer5f (which located at $(PDK_PATH}/package/ti/drv/abc/lib/j721s2/mcu2_0/release/abc.aer5f )
and we want to add it into vision_apps compile environment
i modify vision_apps/platform/j721s2/rtos/mcu2_0/concerto_mcu2_0_inc.mak with below changes:
======================
LDIRS += $(PDK_PATH)/packages/ti/drv/abc/lib/j721s2/mcu2_0/release/
ADDITIONAL_STATIC_LIBS += cipc.aer5f
======================
then i compile vision_apps , the compile has no error, and got the command output on vision_apps/out/J721S2/R5F/FREERTOS/release/vx_app_rtos_qnx_mcu2_0.out
then i check if the library has been compiled into ==> check vx_app_rtos_qnx_mcu2_0.out.map in the same directory.
i can't find the function declared on library abc has been described on the map file, why ??
please kindly tell me how can i make vision_apps linked a customize library.