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.

source code for runtime library

Other Parts Discussed in Thread: MATHLIB

i want to split c6748 dsp lib into multiple libraries such as math lib, ANSI lib and run time lib with CCS5 and 7.6 compiler.

runtime: This library would include basic support functions and compiler intrinsic.

math: This library would provide basic math functions like divide, reciprocal, square root, etc.  

ANSI: This library would support  the basic memory allocation methods from the run-time heap, printf, sprint and other string utilities.

Can i get the source code to build these three libraries?