Tool/software: Linux
I add some print it in the file of vision_sdk\links_fw\src\rtos\links_common\nullSrc\nullSrcLink_tsk.c ,then i run "make -s -j depend" and "make -s -j", and
i run the apps.out on the HW environment ,But The print information I added was not printed out. It seems that the file nullSrcLink_tsk.c I changed is not compiled. it only print:
[HOST] [IPU2 ] 43.077167 s: Assertion @ Line: 1500 in nullSrcLink_tsk.c: pObj->fpDataStream[chId] != SYSTEM_LINK_STATUS_EFAIL : failed !!!
How can I print out the printed information on the file nullSrcLink_tsk.c?