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/TMS320F28069: Add post build to Code Composer Studio project

Part Number: TMS320F28069


Tool/software: Code Composer Studio

Dear Sir,

I can add more than 2 steps into "Post-build Steps" by CCS graphic user interface.

But I just can add one step into "Post-build Steps" by "-ccs.setPostBuildStep".

Could you please tell me how to use "-ccs.setPostBuildStep" to add more than 2 steps into "Post-build Steps"?

Thank you.

Best Regards,

Johnson

  • Johnson,

    Johnson Tsu said:
    Could you please tell me how to use "-ccs.setPostBuildStep" to add more than 2 steps into "Post-build Steps"?

    I'm still experimenting with this, I haven't got it to accept two commands yet. In the meantime, you could add the multiple steps to a batch file or shell script and call that file using -ccs.setPostBuildStep.

  • Hi AartiG,

    Thank you for your help.

    It is very strange that we can put multi steps in "Post-build Steps" by GUI.
    And it doesn't accept that multi steps by "-ccs.setPostBuildStep".

    If you have any update please let me know. Thank you.

    Best Regards,
    Johnson
  • Johnson,

    You can pass multiple commands to the –ccs.setPostBuildStep option all in a single line, separated using semicolon.
    Let us know if that works.