Tool/software: Code Composer Studio
Dear community,
I have difficult in the functioning of the GDB through CCS.
I have a Ubuntu 18.04 VM on which I have installed: Code Composer Studio 10.1.0.00010, PROCESSOR-SDK-LINUX-AM335X 06_03_00_106.
I have a BeagleBone Black with the latest image, AM3358 Debian 10.3 2020-04-06 4GB SD IoT, installed.
I have followed the Processor SDK Linux guide ( https://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Training:_Hands_on_with_the_Linux_SDK#Transferring_Files_with_RSE ) for build my first CCS project. The project is a simple Hello World project, so I have built it without errors, I have transferred the executable file in the BBB through the Remote System Explorer and finally I have run the executable from a CCS terminal.
However, when I try to debug my executable through the GDB, the GDB buttons remain greyed out :
Anyone have any suggestions to give me to be able to debug with GDB?.
Thanks in advance for any kinds of help.
Regards