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.

Launch debug session

Other Parts Discussed in Thread: CONTROLSUITE

This is a different question.

I've imported "Example_2806xSpi_FFDLB_int" from ControlSuite into the CCSv6 workspace, where there are two other projects. There were three projects but I deleted "Proj_lab01" (Instaspin Labs).

When I try to debug the new project  "Example_2806xSpi_FFDLB_int", I get an error message as in the attached image. Why is CCS looking for lab01 when I'm trying to debug a different project  ?

  • Geoff,

    I split your post into a new thread (and moved it to the CCS forum) as it was essentially a new question and is more of a CCS question than a compiler question. It is usually helpful to start a new post for new questions, not only so it doesnt get missed in an older thread, but also so it easier to search and find answers to specific questions.

    Regarding this specific question, does your Example_2806xSpi_FFDLB_int project have a target configuration file (.ccxml) associated with it? I suspect it does not, and CCS is trying to use the debug session that was last launched, (which used the .ccxml file within the proj_lab01 folder). but cannot find the .ccxml file as it was deleted. Please create a new target config file for this new project or link to an existing target config file and then you should be able to launch a debug session.