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.

CCSv4 4.0.1.0.01001 forces rebuild of existing binaries on starting debug session

I noticed that when Standard Make project is created in CCSv4 and binaries are pre-build outside of CCS starting debug session causes rebuild of these binaries. This is quite undesirable for very big projects. Can this be disabled?

Eugene

  • Eugene,

    In the preferences dialog try the following setting:

    Under Run/Debug, go to "Launching" then near the bottom there is an option to "Build (if required) before launching".  Uncheck that.

    Regards,

    John

  • John,

    Yes, this fixes it. The question then will be how to make this behavior default for any new and clean workspace? The change only affects current workspace.

    There is no such a thing as "Save As Default" or similar in Eclipse that I was able to find.

    Eugene

  • Is there a way to make this default for all new work spaces? Is there a configuration file that can be edited? It is very inconvenient to go through multiple dialogs for each new workspace to disable rebuild.

    Eugene