I'm stuck after step 3 in trying to setup remote cross-debugging with Eclipse/RSE:
- Installed RSE 3.1 on Eclipse 3.5
- Setup a SSH connection profile to my remote device
- built binaries using a cross-compiler
Now I can't find the Eclipse option to transfer the binaries to my device and debug using gdb. Under Debug Configurations, I can't find find a "Remote CDT Launch" or " C/C++ Remote Application" referenced by other tutorials.
The only Debug Configuration options I see are the standard "C/C++ Application", "C/C++ Attach", "C/C++ PostMoterm", and "Launch Group".
What should I do next?