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/MSP432P401R: Compiling MSP432 CCS project from command prompt

Part Number: MSP432P401R
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

Is there a way for CCS to generate a makefile that could be used to compile a CCS MSP432 project from a Windows command prompt?  We are interested in slightly altering main.c and recompiling in the production line.

Found some info here: http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create

Not quite sure what eclipsec is though.

Best,

Robert

  • Hi Robert,
    There already is a way to create a CCS project from the command-line as mentioned in the above link your referenced. All CCS projects are makefile based projects under the hood.

    eclipsec is the main CCS eclipse executable used to launch CCS and related applications (like the project management/build system)

    Thanks
    ki
  • Wow, that is fantastically simple. Didn't quite understand the eclipsec executable.

    Compiled workspace with the following for those interested:

    eclipsec -noSplash -data "C:\Users\ti\workspace_final" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace