Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] remote compiling

This doesn't answer the question, but I still thought it might be of interest...

The latest version of GNAT's Ada95 IDE, GPS 3.0.0, supports remote
building. It requires you to have a mounted network drive of the
remote system's workspace (e.g. NFS or Samba). The way it works is
that in GPS (on the client node) the project is loaded from the
mounted network drive (with the files on the target node). For builds
GPS uses a SSH connection to the target node and simply runs the gcc
commands through that. The resulting .o files are then again visible
through the mounted network drive.

It works quite well and is very simple. I suppose something similar
should be easy to do with CDT, no?

--knut

On 7/7/05, Doug Schaefer <dschaefer@xxxxxxxxxx> wrote:
> The quick answer is "no".
> 
> The more elaborate answer is that no one has documented how. I can
> imagine ways but until I have the need to try them, I'm not sure of the
> details. If anyone comes up with a good strategy, we'd be happy to add
> it to the user documentation.
> 
> Cheers,
> Doug.
> 
> Majed CHATTI wrote:
> 
> > The os running on the Itanium box is a Linux Readhat
> > and I use a linux Debian in my local machine.
> >
> > so is it possible to make a remote compilation with eclipse??
> >
> > thanks for help
> >
> > Majed CHATTI.
> >
> > McKale, Alex G wrote:
> >
> >> You don't mention which OS you are running on your Itanium box.
> >> We are developing a solution targetted for HP-UX. If you
> >> wish to be part of the beta program for that, let me
> >> know.
> >>
> >> alex mckale
> >>
> >>
> >>
> >>
> >>
> >> ------------------------------------------------------------------------
> >> --------
> >> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> >> On Behalf Of Majed PRISM
> >> Sent: Wednesday, July 06, 2005 3:06 AM
> >> To: cdt-dev@xxxxxxxxxxx
> >> Subject: [cdt-dev] remote compiling
> >>
> >>
> >> I work with a P4 macine and I want to compile my C code over an ITANIUM
> >> II machine which is a remote one.
> >> Is it possible with eclipse??? and if it is how can I do that??
> >>
> >> Thanks for help
> >>
> >> Majed CHATTI.
> >>
> >>
> >>
> >>
> >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> 
> 
> --
> Doug Schaefer, Senior Software Developer
> IBM Rational Software, Ottawa Lab
> Kanata, Ontario, Canada
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top