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: CCS from command line in macOS

Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi folks, 

has anyone used CCS from the command line in macOS? 

As far as I can see here, it only supports a command line interface under Windows and Linux. 

Any input will be greatly appreciated. 

Thanks in advance. 

Manuel

  • Manuel,

    I would expect it to work. You would need to use the linux version of the commands shown at the link. I will give this a try on Monday.

    Regards,
    John
  • Hi John,

    thanks a lot for your reply!

    Following your advice of trying the Linux commands, I have managed to get the builds up and running under macOS.

    For that, I've had to navigate to the directory /Applications/ti/Code Composer Studio 8.0.0/Contents/MacOS where the ccstudio executable lives. From there, I've run this command:

    ./ccstudio -noSplash -data "/Users/manuelpeirone/Documents/CCS8_macOS/" -application com.ti.ccstudio.apps.projectBuild -ccs.projects newProject -ccs.configuration Debug

    which successfully builds the Debug configuration.

    Again, thanks a lot!

    Manuel
  • Great.

    I will update the page with the info.

    Regards,

    John