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.

CCS/TMS320F28069: How to incremental build project when import it

Part Number: TMS320F28069


Tool/software: Code Composer Studio

Hi Champion

My customer complain every time they import a project, then Build it, it will rebuild the project and take so long time. 

Whether have any setting that can use incremental build when import the project, which have build before.

Thank you!

  • Eric,

    After importing the first build is going to be a complete build. There is no setting to avoid this. Is there a reason that they are importing projects frequently? Maybe we can help find a solution for that.

    John
  • Hi John
    In project development, they will do some project backup version, so they would import the old version project for comparison test, they complain each time import the old project, they need to wait for 3~ mins for complete build.

    Eric
  • Eric,

    When doing their comparison test are they just running the application and comparing results?  If so then just skip the build.  The .out should still be in the project.  Instead of clicking the bug button to build, launch the debug session and load, have them launch the debug session manually then load the program.  This way they skip the build step completely and save the time.

    Here is a quick video on how to do that:

    Regards,

    John

  • Hi John
    That's nice, Thank you very much.