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.

Building from outside the IDE and Debug

Other Parts Discussed in Thread: CODECOMPOSER

Hello,

I'm a newbie. I'm using CodeComposer Version: 5.4.0.00091 with MSP430F5438A.

I have a legacy build system using Makefiles that creates an .out file outside the CodeComposer IDE. I want to use the IDE for Debug. What do I need to do be be able to load the .out file explicitly and start Debug.

What happens now when I Click on Run->Debug is that CodeComposer tries to build the sources automatically, which fails because I'm not set up for it. I would like CC to not try to build, but allow me to load the .out file of my choice.

Thanks,

Jai