Tool/software: Code Composer Studio
I have the processor training hands on with Linux SDK.
In the section for debugging with CCS and GDB it covers how to make the connection and debug with GDB debugger.
In the case of a file being built, the source code being provided, how do I use code composer to 'run' the application on the Linux AM5728 platform and debug it with code composer?
Can I somehow 'load the symbolic debug information' and point to where the C files are and be able to step through the code, even though I haven't compiled it through code composer? ie: I haven't create a project file.... the file was compiled directly with a make file no code composer.
We are talking about building an application that runs on the Linux on the AM5728.
Or must I create a project file, compile it with code composer, copy the file to the target system, run it with GDB Debugger, and then debug it?