i want to split c6748 dsp lib into multiple libraries such as math lib, ANSI lib and run time lib.
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?