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.

Description of run-time support libary

Hello,

I use TMS470 C/C++ Compiler v4.6.1 with CCS v4.1.1 Do you know where to find a user manual for the run-time libarary? Is libc.a the source of this libarary?

Thanks!

/Jonas

  • The Compiler manuals have a section documenting the Runtime library. Please see the TMS470 Compiler Users Guide, Chapter 7.

    libc.a is an argument that can be passed to the linker --library option to tell the linker to choose the most appropriate runtime library for the build, without the user having to specify one explicitly.  It is mentioned in section 4.3.1.2 of the same Users Guide.