I got stuck after step 3 when trying to configure remote cross-debugging using Eclipse / RSE:
- Installed RSE 3.1 on Eclipse 3.5
- Configure an SSH connection profile on my remote device.
- embedded binaries using cross-compiler
Now I can not find the Eclipse option to transfer binary files to my device and debug using gdb. In the "Debug Configurations" section, I cannot find "Remote CDT Launch" or "Remote C / C ++ Application" referenced by other tutorials.
The only Debug configuration options that I see are the standard “C / C ++ applications”, “C / C ++ Attach”, “C / C ++ PostMoterm” and “Launch Group”.
What should I do next?
source
share