Hi, all!
We are using DVRRDK_04.00.00.03 and TI8168.
I want to add some prints inside function Memory_alloc to know how many times it has been called,
which is called by Utils_memAlloc in src_bios6/utils/src/utils_mem.c .
I tried so hard but no luck.
Two questions:
1. Is the following the right file I need to modify?
DVRRDK_04.00.00.03/ti_tools/xdc/xdctools_3_23_03_53/packages/xdc/runtime/Memory.c
2. How to compile Memory.c into output binaries (such as dvr_rdk_fw_m3vpss_1024M_256M.xem3) ?
Thanks!