I'm having issues with the implementation of malloc()/free() prodvided by TI. The implementation found in the RTS library that comes with Code Generation Tools seems less than optimal, so I'm trying to modify them. I've figure out how to extract the source files, make my modification, and then gmake to rebuild the desired library (rts6400e.lib, C6416 part, big endian, no exception handling). However, I can't seem to figure out how to actually use that library. My project currently links against csl6416e.lib for the chip-support library related items. But if I link against csl6416e.lib, I can't also link against my rebuilt rts6400e.lib. So do I need to modify and rebuild csl6416e.lib? If so, how? If not, what am I doing wrong? Thanks.