Community
Participate
Working Groups
I'm developing for Linux/ia64. Because of bug 27577 I cannot run Eclipse locally on that machine. Thus I'm running Eclipse on my desktop Linux/ia32, but building / running on the (remote) IA64 machine. For my needs, running over ssh would be just fine (as I have the same directories available on both machines). Also, I have ssh set up so that I don't need any username / password for connecting to it. Thus, something like the "C/C++ Local" launcher but with an additional tab for the remote machine info would be great!
Well, just my two cents ;) I use PuTTY on windows and build over SSH on my remote Linux machine. I did rightclick on the project, went to the "C/C++ Project"->"Build Settings" Page and changed from the default build command to: plink <sessionname> "cd workspace/<project> && make -f Makefile" Maybe that helps, if you didn't know. Henning
Thanks, I do that already. That helps me build remotely, but it doesn't help me launch on the remote machine from within Eclipse. Of course I can ssh over to it and launch from the command line (which is what I do), but that kind of takes the 'I' out of 'IDE'... Hence this feature request.
PR was not targeted to any particular release. Changing target milestone to 2.1
This bug can be closed. Remote building and debugging is supported now.