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.

TMS320F280049C: Build project using cmd

Part Number: TMS320F280049C
Other Parts Discussed in Thread: CCSTUDIO

Hi everyone

I'm trying to build a project using the command line. If the project is inside the workspace folder, works great (in this case I made a test project inside the workspace folder)

The problem comes in my final implementation folder, because I have the workspace and the project in different locations.

¿Is possible to configure the cmd command to build the project with the workspace in one folder and the project in other different?

eclipsec -noSplash -data "C:\Users\Usuario\workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Test -ccs.configuration Debug

Many thanks in advance