Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Every time I press F11 to debug the project, CC goes through a re-compile even though I just finished re-building the project. Is there a way to stop the re-compile when debugging?
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.
Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Every time I press F11 to debug the project, CC goes through a re-compile even though I just finished re-building the project. Is there a way to stop the re-compile when debugging?
Anil Singhal said:Every time I press F11 to debug the project, CC goes through a re-compile even though I just finished re-building the project.
I would not expect that behavior. It should be doing an incremental build (which would build and re-link only if source files were modified since last build) before starting the debugger.
Which version of CCS are you using? Do you see this happen with any of the TI example projects? And does it happen with multiple projects or just a specific one?
Anil Singhal said:for some reason, it still re-compilees
If you would like us to further investigate the root cause, then we would need the details I requested before and also if possible a simple test case that demonstrates the issue. Without those additional details there is unfortunately not much action we can take.