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.

CCS6 is very slow...



CCS6 becomes slower and slower...

For testing the performance I installed new CCS6.1.1 on windows 7 SP1 (64-Bit). The CPU is 3GHz 8GB.
 
I created a new workspace and imported the project 'blinky' from the TIVAWARE examples.

When I start 'Build Project' it takes up to 80 seconds until the build process is started. The system is waiting, I dont know for what.

First the Build Project Window shows  'Invoking CDT-Builder on blinky'  for a long time, followed by some other messages:

After this (80 seconds) the build process starts, the build process itself is very fast.

How can I find out where the problem is?

  • frank.proebstl said:
    When I start 'Build Project' it takes up to 80 seconds until the build process is started.

    Is this a consistent behavior, (ie) does it happen every time you build the project? Also do other projects imported from TivaWare exhibit the same symptoms?

    One suggestion would be to ensure that no anti-virus software is running. Second is to try the same on another PC if at all you have access to one.
    This is an odd issue and not something we have experienced internally, so I wonder if it might be specific to one machine/environment.

  • Yes, it happens every time and with every project. The time depends on the project size and changes from day to day. Today I wait 30 seconds until the process starts. I can not disable antivirus software, in our company its not possibe.

    I found out something interesting:

    Using the 'External builder' (gmake) its very slow like described. When I use the 'Internal builder' the process starts immediately! and is in total much faster overall.


    Whats the reason for this behaviour??

  • frank.proebstl said:
    Using the 'External builder' (gmake) its very slow like described. When I use the 'Internal builder' the process starts immediately! and is in total much faster overall.

    Internal Builder uses a builder that essentially emulates make and comes with stock Eclipse, while External Builder delegates to an external gmake and a toolset such as the TI toolchain (and should be the correct one to use for CCS projects). 

    I still suspect something is coming in the way of invoking the external builder, perhaps the anti-virus or something else in the PC environment. If you are using Kaspersky anti-virus there are some known issues mentioned in this post.

  • I have the same problem. For every project, the build idles for a looong time (minutes!), displaying "Scoped incremental build before launch... Generating makefile for source folder <e.g. Release>" but not actually doing anything. This behavior suddenly appeared out of the blue, I'll see if it persists after rebooting my machine. Unfortunately, build times have now gone up from ~ 1 minute to somewhere > 1h.
  • Brief update: rebooting did not help. I filed a request to temporarily deactivate the anti-virus software, but I doubt that it will have any effect.
  • Another brief update: At least in my case, the problem was that the license server was down. CCS ran either using the "Free License" or "Unlicensed". Both were horribly slow, although that doesn't seem to be documented behavior.