Other Parts Discussed in Thread: CCSTUDIO
I recently moved all of my projects from CCS4 to CCS5, and all of these projects are roughly the same number of LOC. In all cases, the CCS4 compilation time was ~30 seconds, and now on CCS5 it is ~3 minutes. I have experimented with different project creation schemes (copying into workspace or not), new project versus import, optimization levels, syntax checks, pre-processing options, and have made to real difference.
The one observation I have, which may help someone guide me, is in CCS5 the Console window states "Invoking: C2000 Compiler" for EVERY C file (~40 times). In CCS4, the compile was only invoked maybe 5 times -- and in both of these cases the build was a clean-build.
I believe the project settings between the CCS4 and CCS5 projects are the same. Any comments or suggestions will be appreciated.