I'm new to Code Composer, so please be patient.
I am inheriting a project that uses a TI C55 DSP with a CCSv4 development environment. The computer in our lab (which I don't plan to use for primary development or debugging) is able to successfully compile and run the debugger. A partial screenshot is here:
However, when I loaded CCS in my laptop and imported the project, the debugger cannot find the main program, and therefore does not run, as shown below. I am expecting the debugger to find the main() thread in startup.c, which is partially shown, but it does not. There's probably something fundamental that I am missing or needs to be changed in my compile/debug options, but can't seem to find it.
I am getting a <symbol is not available> message.
Thanks in advance for any help you may have.
Kevin