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.

Which libc does the C6000 compiler use?

I'm porting some GNU-specific code (to a 6472) which uses, among other things, getline. However, there's no getline in rts64plus.lib, and stdio.h doesn't have any of the GNU extensions. So, I take it that TI isn't using the GNU libc? Which libc is it using, and is there any documentation on it?

Thanks.