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/TMS320F2812: projectSpec question

Part Number: TMS320F2812
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

There is a field in projectSpec to identify the linker Command File:  linkerCommandFile="cc26x2_app_oad_agama.cmd" for example.

How do I identify library files? For example rts2800_ml.lib.

I am using Code Composer Studio version 8. Is there a location where all of these fields are defined?

  • Ashley Scott said:
    How do I identify library files? For example rts2800_ml.lib.

    The attribute name for this is "runtimeSupportLibrary". 

    Alternatively, you can also specify the runtime library as a linker option (using the -i and -l linker options) within the "linkerBuildOptions" attribute. 


    Ashley Scott said:
    Is there a location where all of these fields are defined?

    The projectSpec schema file can be found in the CCS installation inside the directory \ccs\eclipse\plugins\com.ti.ccstudio.project.templates_<version>\schema

    More information on ProjectSpecs is in this page: http://software-dl.ti.com/ccs/esd/documents/ccs_projectspecs.html