Part Number: C2000-GANG
I'm getting the following error when I'm trying to debug the project. The target config required is set as active but still it says that it doesn't have a target configuration file. What do I do?
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: C2000-GANG
I'm getting the following error when I'm trying to debug the project. The target config required is set as active but still it says that it doesn't have a target configuration file. What do I do?
Hi Krishna,
Is this a C2000-GANG issue or a CCS issue? It seems you are trying to open the project in CCS, what CCS version are you using?
Are you able to generate a standalone target config for the device and debug with that?
Thanks and regards,
Charles
I'm getting the following error when I'm trying to debug the project. The target config required is set as active but still it says that it doesn't have a target configuration file. What do I do?
How are you trying to launch a debug session? And can you confirm that their is a valid ccxml file in the project?
The version I'm using is CCS20.1.1. I'm able to generate a standard config but I'm able to debug with it. I get the same error.
I'm trying to launch a debug session by pressing F5. There is a valid ccxml file present and it is active.
Hi Krishna,
What device is the config made for? Can you right-click the ccxml file and start a project-less debug session?
If not, do you see this issue present in a more recent version of CCS?
Thanks and regards,
Charles
I was able to fix it by making a .theia folder and add launch.json in it. The normal method in which you press the gear symbol was creating the launch.json outside the folder I was working in.