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.

CCS/TMS320F280049: How to create a .projectspec for a library project

Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE, CCSTUDIO

Tool/software: Code Composer Studio

Is there a wiki for creating a .projectspec for a library project?

  • Ramesh,

    There is no dedicated wiki page that I am aware of. I would assume that one could follow the exisiting one provided at processors.wiki.ti.com/.../ProjectSpecs_in_CCS for a majority of the settings.

    In the case of libraries, one will need to add an option in the <project> section at the top of the document for the outputType. The value can be "staticLibrary". For example projectspecs, see the examples in C2000Ware.

    For additional options in projectspecs, check out the projectspec.xsd schema available in the CCS installation under <ccs_install_dir>\eclipse\plugins\com.ti.ccstudio.project.templates_<VERSION>\schema. This will list all possible options in each category in the projectspec.

    Regards,
    Ozino