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.

Compiler/TDA3MA: Package multiple llibs to generate one lib command

Part Number: TDA3MA

Tool/software: TI C/C++ Compiler

In the development of c66, we have three lib libraries, how to package these three lib into one lib, what is the corresponding command?

  • The TI compiler tools do not support building a library that contains yet other libraries.  A library may only contain files.  These files are usually object files, but it is possible to have a library of macro files or source files.  

    The tool which creates and manages libraries is called the archiver.  In the C6000 compiler tools, is it named ar6x.  Please search for it in the C6000 assembly tools manual.

    Thanks and regards,

    -George