Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi,
I am trying to integrate the Codec Engine to the TI-RTOS Template Application. I am getting the following error when I am trying to build the application. What is the issue here?
Description Resource Path Location Type
unresolved symbol ti_sysbios_heaps_HeapMem_Object__destruct__S, first referenced in C:\ti\codec_engine_3_24_00_08\packages\ti\sdo\ce\osal\bios\lib\release\osal.ae66<Memory_BIOS.oe66> rtos_template_app_am572x_c66 C/C++ Problem
Thanks for the support,
Edit: Upon further investigation, I have searched through the HeapMem.h file and "ti_sysbios_heaps_HeapMem_Object__destruct__S" does not exist. I have found two functions named "ti_sysbios_heaps_HeapMem_destruct", and "ti_sysbios_heaps_HeapMem_Object__delete__S" but I could not find "ti_sysbios_heaps_HeapMem_Object__destruct__S."
Edit 2: I have tried building the example application and the same error is generated. Then, I tried building with the recommended versions of SYS/BIOS and XDCTOOLS which are bios_6_35 and xdctools_3_24. The code compiled succesfully. However, this is not the SYS/BIOS version that is given with processor_sdk_rtos_am57xx_6_03_00_106.
I guess my question is:
1 - Is it possible to integrate Codec Engine with Processor SDK RTOS?
2 - If it is not possible, what modules can replace Codec Engine?