Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Remote builder
Remote builder [message #179967] Fri, 17 November 2006 08:38 Go to next message
Eclipse UserFriend
I have a problem in order to define a remote builder in managed make C
Project.
Is there any plugin wich allow to make it ?
I try to use "rsh" in the builder command line but it doesn't work very
well.

Thanks for your help.
Re: Remote builder [message #179983 is a reply to message #179967] Sat, 18 November 2006 02:38 Go to previous messageGo to next message
Eclipse UserFriend
I have a shared workspace on another windows machine in our network and I
use psexec
( http://www.microsoft.com/technet/sysinternals/Security/PsExe c.mspx) to run
command on remote machine. This method may help you. We have our own build
system and I use standard make projects.

By the way, I usually do not work like that. I just wanted to try it and it
works. The only problem I came across is the console outputs. You may lose
console outputs. I do not know why. Running psexec from command line does
not have a problem.

Regards,
Burak

"olivier receveur" <olivier.Receveur@jdsu.com> wrote in message
news:ejke14$opq$1@utils.eclipse.org...
>I have a problem in order to define a remote builder in managed make C
>Project.
> Is there any plugin wich allow to make it ?
> I try to use "rsh" in the builder command line but it doesn't work very
> well.
>
> Thanks for your help.
Re: Remote builder [message #180028 is a reply to message #179983] Mon, 20 November 2006 04:28 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your answer Ali,

I'm using a Linux client machine and I want to compile on a Linux server,
so I cannot use your command.

At this time I use rsh in order to launch GCC on the server. Makefiles are
always managed on the client side and I think it's not the good way for
remote
compilation.

I want to know if some people have developped a plugin ( based on CDT
managed makefiles plugin ) where you can select the Host IP adress.

Olivier
Re: Remote builder [message #180366 is a reply to message #180028] Sat, 25 November 2006 02:26 Go to previous message
Eclipse UserFriend
Well, I think this tool may be what you want.
http://sourceforge.net/projects/uniwin/
This tool works with SSH and SFTP, so make sure you have these tools
installed.
But this tool have some flaws with content assistant. If some one can help,
may be this plugin could be a perfect one to build remote project.
"olivier receveur" <olivier.receveur@jdsu.com>
??????:800cd6292af3df2404faf3ebc5f4feb5$1@www.eclipse.org...
> Thanks for your answer Ali,
>
> I'm using a Linux client machine and I want to compile on a Linux server,
> so I cannot use your command.
>
> At this time I use rsh in order to launch GCC on the server. Makefiles are
> always managed on the client side and I think it's not the good way for
> remote
> compilation.
>
> I want to know if some people have developped a plugin ( based on CDT
> managed makefiles plugin ) where you can select the Host IP adress.
>
> Olivier
>
Previous Topic:How to Replacing the Command Line Generator
Next Topic:.exe GNU on Windows
Goto Forum:
  


Current Time: Mon Jun 09 07:57:47 EDT 2025

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

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

Back to the top