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/CC3220SF-LAUNCHXL: Makefile won't work when trying to debug

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hey guys,

I am trying to use Code Composer Studio with a makefile to debug my CC3220SF Launchpad. If I'm in Code Composer Studio and click "Project->Build Project" it runs "make Build_CCS/Makefile" and everything seems to work perfectly fine. But when I debug, it runs "make Build_CCS/Makefile" and thinks that there is nothing to be done. I've tried modifying multiple files and then clicking the Debug icon, and it never seems to think I've changed anything. Why would this run differently than a regular build? It's really annoying to have to remember to build every time before I try to debug, especially when I know clicking Debug used to successfully run make just yesterday.

Any help is appreciated.

Thanks in advance,

Charles