Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hi,
I am trying to understand how to use ccsv6. We use several ti processors such as the hercules and tiva processors. We create local workspaces and check projects into scm (perforce in this example).
From the GUI on a new windows system I can import the saved project. Sometimes minor path tweaks are needed, (usually not) using relative path addressing. When I import a project I don't get a project folder in my workspace unless I "copy all files".
However in this imported without copy scenario the ccsv6 seems happy to build and operate on the imported project. The problem I am trying to solve is to be able to have a portable dev environment for dev work, but a fixed buildable application using a CI script to build everything from source code.
But I cannot start the compile from the command line because ccs cannot find the project. Maybe I am missing something from my command line incantation:
c:\ti\ccsv6\eclipse\eclipsec.exe -noSplash -data C:\Users\scalfee\workspace_v6_2_SW1.0 -application com.ti.ccstudio.apps.projectBuild -ccs.projects SupKernel -ccs.configuration Release -ccs.buildType full
If I import with the file copies the project subdirectory "supkernel" is there and the build works. If I imported but did not "copy all files" it cannot find the project. -ccs.projects does not take a path.
Thanks, Steve