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.

Existing CCS project builds with java/eclips



We are also planning about our future build environment. We plan to use SysBios with our dsp. 
I think we can use the command line
 “
jre\bin\java -jar startup.jar -data <workspace_path> -application com.ti.ccstudio.apps.projectBuild (-ccs.projects | -ccs.workspace) [-options]”
 to build the project. Do we need to buy license just to build CCS projects, or can we use java and eclips to build the existing CCS projects?
 
We understand that we could export make file, but this looks like a manual process for each new file or include change,
 and it might be associated with unnecessary problems. We therefore prefer something automatic.
 
Could you please give us some insight into this?