Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse/CDT Remote System Development
Eclipse/CDT Remote System Development [message #193551] Tue, 19 June 2007 17:55 Go to next message
Eclipse UserFriend
Originally posted by: jodonnell.tiversa.com

Hello!

I am new to Eclipse. So new that I have not yet even downloaded the client
to play with it, just beginning the Proof of Concept stage. I will be doing
that soon. I had a question about configuration.


I want to develop a Linux C++ application in Eclipse on my Windows PC. My
vision of an ideal configuration is to setup Eclipse to open files directly
on the Linux server or ftp them down behind the scenes, save them back on
the server (or ftp), perform the compilation (make/ant) on the server
(through the standard eclipse build button), and enable debugging remotely.


Is this currently configurable in Eclipse or is there a plug-in that will
enable me to do this?

Can anyone answer my question or at least point me to the right place to
look?

Thanks!
Re: Eclipse/CDT Remote System Development [message #193577 is a reply to message #193551] Tue, 19 June 2007 18:36 Go to previous messageGo to next message
Chris Recoskie is currently offline Chris RecoskieFriend
Messages: 163
Registered: July 2009
Senior Member
sccr13plyr wrote:
> Hello!
>
> I am new to Eclipse. So new that I have not yet even downloaded the client
> to play with it, just beginning the Proof of Concept stage. I will be doing
> that soon. I had a question about configuration.
>
>
> I want to develop a Linux C++ application in Eclipse on my Windows PC. My
> vision of an ideal configuration is to setup Eclipse to open files directly
> on the Linux server or ftp them down behind the scenes, save them back on
> the server (or ftp), perform the compilation (make/ant) on the server
> (through the standard eclipse build button), and enable debugging remotely.
>
>
> Is this currently configurable in Eclipse or is there a plug-in that will
> enable me to do this?
>
> Can anyone answer my question or at least point me to the right place to
> look?
>
> Thanks!
>
>

I would take a look at the Remote Systems Explorer (RSE) from the Device
Software Development Project (DSDP). They have a sub-project called
Target Management, of which RSE is a part.

CDT is not fully tolerant of remote files yet, but RSE is a start.

See http://www.eclipse.org/dsdp/tm/

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt
Re: Eclipse/CDT Remote System Development [message #193651 is a reply to message #193551] Wed, 20 June 2007 09:23 Go to previous messageGo to next message
Jens Seidel is currently offline Jens SeidelFriend
Messages: 88
Registered: July 2009
Member
sccr13plyr wrote:

> I want to develop a Linux C++ application in Eclipse on my Windows PC. My

Isn't an obvious solution to start Eclipse on the remote host and redirect
the output? Just install an X server (e.g. from cygwin) and do a
$ ssh -X yourLinuxHost eclipse

Jens
Re: Eclipse/CDT Remote System Development [message #193682 is a reply to message #193651] Wed, 20 June 2007 16:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Jens Seidel wrote:
> sccr13plyr wrote:
>
>> I want to develop a Linux C++ application in Eclipse on my Windows PC. My
>
> Isn't an obvious solution to start Eclipse on the remote host and redirect
> the output? Just install an X server (e.g. from cygwin) and do a
> $ ssh -X yourLinuxHost eclipse
>
> Jens

It would depend on your network, but that is definitely one alternative.
If you are doing this over the Internet, it's actually disturbing to do
something like this (sorry I'm still getting the flashback of random
subwindows trying to pop up and one second delays after typing each
character :( ).

The feeling I'm starting to get is that developers may also want to work
disconnected and only transfer their files for build and debug. I think
there's exciting features we could build with the RSE and EFS to support
something like this. It would probably also lead us down the path of
doing real error reporting with our built-in parser, just like JDT does,
so you can find your compile errors before sending it to the build.

Doug.
Re: Eclipse/CDT Remote System Development [message #1758692 is a reply to message #193682] Fri, 31 March 2017 16:46 Go to previous message
J.R. Heisey is currently offline J.R. HeiseyFriend
Messages: 10
Registered: July 2013
Junior Member
This thread is ten years old.
Has any one implemented the concept of transferring files to a remote just prior to building on the remote?
Is there a standard name for this feature?
Previous Topic:Difficulty downloading IDE
Next Topic:Import CubeMx project in Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 22:17:56 GMT 2024

Powered by FUDForum. Page generated in 0.03432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top