This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2: about nullSrcLink_tsk.c

Part Number: TDA2

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?