Tool/software: Code Composer Studio
Hi
I'm using CCS for my project. In that I have more than 20 source files to compile. On each time, the Build process compiling all the source files instead of only compiling the the source file i edited. It consuming more time and make tired of programming. Is there any way to do the selective build process (i.e., compiling only the files i edited and linking all the source files and creating .out file)
Thank you