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.

CCS/TMS320DM648: Missing Symbols : how to find the missing libraries

Part Number: TMS320DM648

Tool/software: Code Composer Studio

I've got a pile of unresolved symbols for an app that is based upon the dm648_demo app. Both projects have the same list of libraries in their .pjt's (I can't build the  dm648_demo - its got missing codecs & my app has stripped them out, so at least I don't have those as problems!).

Here are a subset of the  Missing Symbols:

_DDR2
_BCACHE_wbInv
_ACPY3_init
_ACPY3_exit
_TSK_enable
_MEM_free
_MEM_valloc
_TSK_disable
__args_main
_exit
_memcpy
_malloc
_free
_fopen
_memalign
__divd
_fclose
__fltid
_fprintf
_memset
_LOG_printf
_Debug_LOG
__mpyf
__fixfu
__cmpf
_Command_Received_SEM
_SEM_post
__strasgi_64plus
_strcpy
_strlen
_SEM_pend
__divf

__subf
__cmpd
__fixfli
__fltif
__cvtfd

__fltuf


__divu

(I've removed the ones that are refs to functions in my code). 

My question is really, What is the DSP/BIOS lib called? And for the functions like _memcpy that ought to be in the standard CRT ( Cruntime library), what is that library called? And is there a utility that can strip out & export the symbols from the Debug version of a given library? I've tried using a grep tool to rake through all the libs, but found nothing.