Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Execute eclipse in Windows, but compile and execute in another Linux machine
Execute eclipse in Windows, but compile and execute in another Linux machine [message #674766] Sat, 28 May 2011 11:05 Go to next message
Tom  is currently offline Tom Friend
Messages: 4
Registered: May 2011
Junior Member
Hi,

There is a project built using makefiles. This project has to be compiled and executed in a linux machine for several reasons.

The problem with this machine is that I can only use the terminal, and there is no chances to install anything, so this is the only way I can access the machine.

What I can do is mount the this in windows.

My idea is to install eclipse on Windows and modify the code from there.

But I want to take full profit of eclipse, specially the debugger, and what I'm wondering is if it is possible to configure eclipse so that it stablish, let's say a ssh conection with the machine, and when I tell eclipse compile, it has issue a make command throw the ssh. The same for the dubbging/running. Eclipse runs the application on the external machine, and all the breakpoints I just created in eclipse are send throw the ssh link to the gdb.

This is my idea, maybe eclipse have something else.

What i cannot use a cross compiler and compile the code in windows. There are several dependencies I cannot fullfil and also my Windows machine is much more slower than the Linux one.

Any idea?

Thanks,
Tom
Re: Execute eclipse in Windows, but compile and execute in another Linux machine [message #674792 is a reply to message #674766] Sat, 28 May 2011 14:54 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.05.28 5:05, Tom wrote:
> Hi,
>
> There is a project built using makefiles. This project has to be
> compiled and executed in a linux machine for several reasons.
>
> The problem with this machine is that I can only use the terminal, and
> there is no chances to install anything, so this is the only way I can
> access the machine.
>
> What I can do is mount the this in windows.
>
> My idea is to install eclipse on Windows and modify the code from there.
>
> But I want to take full profit of eclipse, specially the debugger, and
> what I'm wondering is if it is possible to configure eclipse so that it
> stablish, let's say a ssh conection with the machine, and when I tell
> eclipse compile, it has issue a make command throw the ssh. The same for
> the dubbging/running. Eclipse runs the application on the external
> machine, and all the breakpoints I just created in eclipse are send
> throw the ssh link to the gdb.
>
> This is my idea, maybe eclipse have something else.
>
> What i cannot use a cross compiler and compile the code in windows.
> There are several dependencies I cannot fullfil and also my Windows
> machine is much more slower than the Linux one.
>
> Any idea?
>
> Thanks,
> Tom

This is more relevant to Eclipse CDT. Ask in that forum.
Re: Execute eclipse in Windows, but compile and execute in another Linux machine [message #674798 is a reply to message #674792] Sat, 28 May 2011 15:22 Go to previous message
Tom  is currently offline Tom Friend
Messages: 4
Registered: May 2011
Junior Member
Thanks Russel Smile
Previous Topic:How to make Web page call Java class or Java Pkg?
Next Topic:Importing program, trouble with libraries most likely
Goto Forum:
  


Current Time: Thu Apr 25 04:09:42 GMT 2024

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

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

Back to the top