I am using Code Composer v. 4.2.1 with a Stellaris LMS2965 eval board. I have an application that successfully builds and runs on my desktop using the evaluation version of Code Composer. I want to move the project to a laptop with the licensed version of CC. The code compiles fine (no errors or warnings) but when I go to debug, the run and step buttons are grayed out. I made sure I am in the "Debugger View". When I "Halt" the program, I get the message "0 <symbol is not available> 0xd3020830" in my Debug tab. In the disassembly tab, all the addresses show a value of "???????". My main program starts at address 0x0000474. I am pretty new to this so I am not sure what to do from here.
Thanks.