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版本: Version: 12.0.0.00009
按照 https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html 提示写的命令
注:arg1代表工作区地址
arg2代表工程名
eclipsec -noSplash -data "%arg1%" -application com.ti.ccstudio.apps.buildProject -ccs.projects arg2 -ccs.device MSP430F5435A -ccs.autoOpen
我的想法是通过-ccs.device改变MSP430F5435A和MSP430F5418A芯片,并且想输入一些pre-define symbols,不知道怎么加入。请问我该怎么写命令呢?
另外,类似 com.ti.ccstudio.apps.buildProject 这种命令一共有多少条,它们之间如何配使用,每条命令各自详细的说明有没有文档呢?
谢谢!
你好,
我的想法是通过-ccs.device改变MSP430F5435A和MSP430F5418A芯片,并且想输入一些pre-define symbols,不知道怎么加入。请问我该怎么写命令呢?
没有更改工程选项的命令。
另外,类似 com.ti.ccstudio.apps.buildProject 这种命令一共有多少条,它们之间如何配使用,每条命令各自详细的说明有没有文档呢?
你发的这个链接应该就是最详细的文档了,我这边也找不到其他更详细的文档。还是这个链接,可以查看下Full API Guide章节:Create and Build Projects Using Command Line (ti.com)