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.

CCS4 build question

Hello again,

My application is made of several libraries. One of my libraries is always rebuilt each time I build the main project even if the files have not been touched. I cannot find any options under Build properties... to control this behavior and just rebuild what needs to be rebuilt like for the other libraries.

Thanks.

  • Hi,

    I am assuming this is for CCSv4 and referring to project dependencies. The default behavior (in CCSv4) is to do an incremental build, not a full build. This will apply to the dependent projects also. Could you provide a test case so we can reproduce the issue? This will be very helpful in investigating your issue.

    Thanks

    ki

  • Well I do not think I can provide a small test case. I have 6 or 7 libraries. All build incrementally except for one that always do a full build. Maybe I will just destroy the project and recreate it from scratch.