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.

CCS: Buliding selective files on frequent compliation

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

  • Hello!

    You might be doing something wrong. Incremental build, i.e. building modified files is default behaviour most of us do observe. What you describe is usually expected with ReBuild. However, I feel no confidence I could suggest a check up remotely. Sorry.

  • As rrlagic mentioned, the default behavior of CCS is to do an incremental build, (ie) only build files that are modified since last build.

    Which version of CCS are you using? And do you observe the "Rebuild" type of behavior for just this one project or for all projects?