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?