Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have the following boxes:

a) A Windows box with Eclipse CDT(or PTP)

b) A Linux box,including Compiler, accessible for me only via SSH.

c) A Linux box, including SVN Source, accessible for me only via SSH

Both the compiler and the hardware required to build and run my project is only on machine B.

I'd like to work "transparently" from a Windows box on that project using Eclipse CDT -or PTP - and be able to build, run and debug the project remotely from within the IDE.

How do I set up that:

The building will work? Any simpler solutions than writing a local makefile which would rsync the project and then call a remote makefile to initiate the actual build? Does Eclipse managed build have a feature for that? The debugging will work? Preferably - the Eclipse CDT -or PTP-code indexing will work? Do I have to copy all required header files from machine B to machine A and add them to include path manually?
Posted
Updated 11-Aug-15 6:01am
v2
Comments
virusstorm 11-Aug-15 11:43am    
I think you are over complicating things. I would look at using a distributed source control system like Git. You can setup schedules and scripts that will pull code and execute builds as needed. Trying to manually copy things between the servers will cause headaches and nightmares.

http://betterexplained.com/articles/a-visual-guide-to-version-control/
Mohamad128 11-Aug-15 12:15pm    
@virusstorm : Thanks for link, but the problem is the Eclipse and not SVN, I do work with this SVN server and other one, by putty and vim, but I need more power IDE

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900