Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote C development on a UNIX machine from a Windows machine using eclipse

I have terminal access to an AIX machine using ssh/telnet (No root access). I need to develop programs using C and compile it using the xlc compiler. Currently I can open remote files in eclipse(Juno) using RSE and edit files, but code-completion and error checking won't work. Can anyone please, help me to setup eclipse, so that code-completion would work and also, I would be able to compile the code from my Windows machine. Any help would be deeply appreciated.

like image 609
jvc Avatar asked Aug 03 '12 05:08

jvc


1 Answers

You could try this, http://wiki.eclipse.org/PTP/rdt-setup or.. check out...

How to build a c++ project on a remote computer in Eclipse?

Somewhat similar. If you look at the 3rd answer.

Also you could try X11 Forwarding -

http://tartarus.org/~simon/putty-snapshots/htmldoc/Chapter3.html#using-x-forwarding

like image 140
Fred Avatar answered Nov 03 '22 19:11

Fred