Tool/software: Code Composer Studio
Greetings,
In preparing to checkin some new code, I have moved my development code into a different folder which contains our latest code. The resulting code seems to work. But when I click the debug button, I get the following errors. Note that the folder in the first group does not exist, and the Target Configuration has been setup to use a folder, in the new code, which does contain the files.
C28xx_CPU1: GEL: Error loading file 'C:\ti\GelFiles\f28379d_cpu1.gel': unable to open GEL file 'C:\ti\GelFiles\f28379d_cpu1.gel'
C28xx_CPU2: GEL: Error loading file 'C:\ti\GelFiles\f28379d_cpu2.gel': unable to open GEL file 'C:\ti\GelFiles\f28379d_cpu2.gel'
C28xx_CPU1: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x804a2: (Error -1066 @ 0x804A2) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 8.2.0.00004)
C28xx_CPU2: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x802e6: (Error -1066 @ 0x802E6) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 8.2.0.00004)
What could I have done to cause this?
Thank you,
Ed