This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Please advice,
Spotted that there is an option for REMOTE application debugging ONLY, no local. I just want to stop at main and go in my C application step by step like I did in previous version of code composer. These is no such option in previous version I have used: N201012231000.
During the debugging run there is an attempt to download configuration. There is no target and I cancel this option getting the following error from gdb:
Error in final launch sequence
Failed to execute MI command:
-target-select remote LOCALHOST:2345
Error message from debugger back end:
LOCALHOST:2345: Connection timed out.
LOCALHOST:2345: Connection timed out.
Do I have to return to previous code composer or there is a support for that ?
Regards
Yakir
Hello Yakir,
I am unclear what your environment is like. Since you mention remote and GDB, I am assuming you are trying to do run mode debug of a Linux application using GDB (as described: http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5#Run_Mode_Debug). Is this correct?
Thanks
ki
Sorry, solved the problem yesterday. Seems that in my new version of eclipse there were some basic Launchers not added in viewing perspective, so I have found where to add them from. Since this moment, they appeared in the Debug Configurations menu. I was required to use Launcher named "C/C++ Application" and before that, I saw only "C/C++ Remote Application".
Cheers!