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.
Hi All,
im having trouble in building the code composer studio v5 from cli(command line ) , im vary new to ccs5
i gon through http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create this but still not able to build plz some one explain me in detail how to build this ccsv5 in CLI
ccsv5 , Windows 7 os
Thanks
Hello,
Let's say that you have a project called 'myProject'. This project has a build configuration called 'Debug' that you want to build. This project has been imported to your workspace called 'C:\myWorkspace'.
To build this project in CCSv5, you would use the following command (assuming you are using Windows)
<CCS INSTALL DIR>\ccsv5\eclipse\eclipsec –noSplash -data C:\myWorkspace -application com.ti.ccstudio.apps.projectBuild -ccs.projects myProject -ccs.configuration Debug
Simply replace the items in bold with the names/paths of your workspace, project and build configuration name.
Thanks
ki