Skip to main content

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

Maybe this works, I did this about a year ago with a previous
Eclipse/CDT-combination.

You might be able to use a ssh-connection to your itanium box.
Mount a share from your itanium box in your win-box. Add this 
to your project. When compiling use e.g. ssh itbox -C cd <projectdir> &&
make as your build command. Debugging should be going using the GDB-Server.
You need to start gdbserver on your it-box, then use the eclipse-gdbserver
run/debug-configuration.

> --- Ursprüngliche Nachricht ---
> Von: Majed CHATTI <majed.chatti@xxxxxxxxxxxxx>
> An: cdt-dev@xxxxxxxxxxx
> Betreff: Re: [cdt-dev] remote compiling
> Datum: Thu, 07 Jul 2005 14:49:11 +0200
> 
> 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
> 

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl


Back to the top