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.

ccs5 steps to a command line build

Other Parts Discussed in Thread: CCSTUDIO

Hi all,

I am trying to automate builds on a Jenkins/Hudson build server using a windows slave.  All the documents I have seen so far have been sketchy and incomplete at best.  Here are the physical parameters:

code composer studio 5.4.0.00091

The eclipse project is located at c:\sw-releases\MyProject -- this builds successfully in eclipse

I can make using gmake -k -j 4 all from the command line if eclipse has already built the make files


What steps do I need to take to build this in place from the eclipse project?

Rob