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.

is there a way to build a CCSV5.0.2 project from an external makefile

Other Parts Discussed in Thread: SYSBIOS, CCSTUDIO

I would like to build a CCSV5.0.2 project from an external makefile

In CCS 3.3 there were .pjt files and you could call timake the build the CCS 3.3 project from a makefile.

In CCS 5.0.2, if you take the Hello_World project built for sysBIOS and build it, CCS will generate a Debug tree below the base directory of the project and populate the Debug tree, with all the files necessary to build the project, and then invoke an automatically generated makefile to perform the build.   What I want to do is invoke the same process from my own makefile.  Is there a way to do this?