Tool/software: Code Composer Studio
When I try to launch my program, CCS says "Unable to launch ... [because] The specified file ... EVMOMAPL138.ccxml does not exist in the file system."
That file does not exist, because I deleted it (via CCS), as I previously set EXPKITOMAPL138.ccxml as my Active/Default targetConfig file. (EXPKITOMAPL138 is likewise set in the project properties -> CCS General -> Variant, with "Manage the project's target-configuration automatically" checked.)
Nonetheless, CCS is "Unable to launch". And I am baffled why CCS cannot correct this automatically.
I tried a project "clean", but that didn't solve the problem.
So I inspected the various CCS files in my project folder, and found the .launch file contains many (now mistaken) references to the (now deleted) file "EVMOMAPL138.ccxml" I believe this launch file is where the mix-up is occurring. But I cannot get CCS to correct this file. I am tempted (to use a text editor) to just change all its references to the new filename "EXPKITOMAPL138.ccxml". Or is there a better solution? Should I just delete the .launch file, and then it will automatically be recreated correctly?
Thanks for your help.