Thread 中讨论的其他器件:CCStudio
工具/软件:Code Composer Studio
projectSpec 中有一个字段用于标识链接器命令文件: 例如 linkerCommandFile="cc26x2_app_oad_agama.cmd"。
如何识别库文件? 例如 rts2800_ml.lib。
我使用的是 Code Composer Studio 版本8。 是否有定义所有这些字段的位置?
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.
工具/软件:Code Composer Studio
projectSpec 中有一个字段用于标识链接器命令文件: 例如 linkerCommandFile="cc26x2_app_oad_agama.cmd"。
如何识别库文件? 例如 rts2800_ml.lib。
我使用的是 Code Composer Studio 版本8。 是否有定义所有这些字段的位置?
[引用 user="Ashley SCott">如何识别库文件? 例如 rts2800_ml.lib.[/quot]
其属性名为"runtimeSupportLibrary"。
或者、也可以在"linkerBuildOptions"属性中将运行时库指定为链接器选项(使用-i 和-l 链接器选项)。
[报价用户="Ashley Scott"]是否有定义所有这些字段的位置?
projectSpec 架构文件可在 CCS 安装目录 \ccs\eclipse\plugins\com.ti.ccstudio.project.templates_中找到 \schema
有关 ProjectSpecs 的更多信息、请访问: http://software-dl.ti.com/ccs/esd/documents/ccs_projectspecs.html