Part Number: TMS320F28P650DK
Tool/software:
Is there any documentation on building the project using pure makefile, like gmake and cl2000? Or is it possible or efficient? We are trying to automate this build process.
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.
Part Number: TMS320F28P650DK
Tool/software:
Is there any documentation on building the project using pure makefile, like gmake and cl2000? Or is it possible or efficient? We are trying to automate this build process.
Note that the CCS build system is makefile based. Makefiles are generated under the hood and then gmake is called by CCS to build the makefile (which in turn calls the compiler):
You can call gmake directly on these generated makefiles or create your own custom ones.