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.

Attaching to running linux process on ARM (EVMK2H)

Hi

We are using CCS6 on windows and are running an application on a remote ARM cpu which has linux running on it.

How can we attach to a process which is already running on the remote cpu?

In the debug configuration modes we only have C/C++ Application mode but no C/C++ Attach to Application  (as is written in eclipse documentation).

Thanks.

  • Hi,

    Just checking. What you see in the Debug Configurations is:

    Therefore, you need to install the CDT GNU support from the CCS App Center (Code Composer Studio Add-ons --> See more) :

    Once this is installed, go to menu Window --> Preferences --> General --> Capabilities and enable CDT GDB Debugging. simply go back to Debug configurations and check that all C/C++ debugging configurations are active:

    Hope this helps,

    Rafael