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.

EK-TM4C123GXL: New project - config file error

Part Number: EK-TM4C123GXL

Greetings,

I have an new EK-TM4C123GXL board and have it up and running. I did so by importing a project per suggestion of a forum member.

I have tried to create a new CCS empty project with main.c named "scratch". It build OK but I get an error when I try to debug. I do not know why it wants to use blinky's config file. The error message is:

Unable to launch debug session based on current selection.
The specified file: "C:\Users\jb\workspacec_v11\Blinky\NewTargetConfiguration.ccxml" does not exist in the the file system.

Suggestions appreciated.

John

  • Hello John,

    You may need to find the .ccxml file in the new project you made, right click it, and select 'Set as Active Target Configuration'. Also we typically recommend you use import project0 from TivaWare to start with as it has all the links configured and you can just drop your code in there. But if you want to make a project from scratch our Getting Started Guide I referred to before walks through how to add file and library links (re-linking in case you see this post first): https://www.ti.com/lit/pdf/spmu373

    Best Regards,

    Ralph Jacobi

  •  Thanks again, Ralph,

    project0 it shall be, I am not for re-inventing the wheel. Hopefully it is easy to rename a project, seems like save just saves a single file. Gotta dig a bit more.

  • Hi John,

    Hopefully it is easy to rename a project, seems like save just saves a single file.

    It's very simple! Just make sure all files in the project are saved (there is a 'save all' button in CCS too) and then highlight the project folder and press 'F2'. Then you can rename the project and afterwards you can import project0 again!

    Best Regards,

    Ralph Jacobi