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.

CCS3.3与CCSV5工程移植过程中配置问题

Other Parts Discussed in Thread: CCSTUDIO

请问:

      CCS3.3中build Options--->general---->Final build steps:build Command 这个应该是在工程编译完去执行的一个Command命令,但是在CCSV5中是在哪里去设置?CCSV5中是在Properties---->build----->steps -----post build steps (command)?是这个吗?

还有如果用脚本编译CCSV5工程是用那个命令?

  • yiqun

    你想通过这个编译选项去设置什么呢?

    CCSv5的post step确实可以用来设置一些附加的编译命名。

    如果用脚本编译,需要看你是想实现什么功能。

    Eric

  • Eric:

         您好,我用post-build -steps中的command命令想在工程编译完成后把工程生成.out转换成.mot的摩托罗拉格式 !!

    还有我想用脚本去编译我的CCSV5工程,生成.out文件,这方面我找到资料比较少!!

    eclipsec –noSplash -data <workspace_path> -application com.ti.ccstudio.apps.projectBuild (-ccs.projects | -ccs.workspace) [-options]

    这句是我在网上找到的资料,其中workspace_path是我建立工程配置的路径,后面-ccs.projects | -ccs.workspace需要配置吗?

    如果需要:之前ccs3.3中是有具体工程名称.pjt,现在CCSV5包含工程时是整个文件夹!!

    不需要:那在这个工作环境中怎么去定位是这个工程不是另外在这个工作环境中的其他工程。