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.

How to reduce the build time for CCS V6



Hello, I'm using CCSV6.2 recently, and I found it takes more time to build a project  than CCSV5.5, these two IDE using the same compiler(V7.4.4), anyone can tell me how to reduce the build time for CCS V6, thank you.

  • Be sure you use the parallel builds feature of CCS.

    If that doesn't solve the problem, there might be some issue in the compiler which causes the increased build time.  Please watch the build proceed in the Console view.  See if there is one file that takes up most of the time.  Once you have found that file, I'd appreciate if you would submit it.  That allows us to reproduce the problem ourselves, and find the root cause.  Don't submit the original source file, but a preprocessed one.  Show the build options exactly as the compiler sees them.  And indicate the version of the compiler (not CCS) you use.

    Thanks and regards,

    -George