Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
I want to compile using gmake without using CCS.
I use makefile generated by ccs.
To compile after adding a new file, I have to modify the makefile. In CCS, the makefile is automatically updated. (**** Build of configuration seems to be executed in the compile log.)
Is there a way to do "**** Build of configuration" without using CCS?
(Is there a way to update newly added file information in makefile using command prompt?)