Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Synchronized project and remote building

I have a synchronized c++/fortran project between a remote linux server and a local Linux machine. This project includes a custom make file that handles all the mix language garbage. With me being new to eclipse, I'm having troubles with building the project. As I understand it I can build the project on the remote server instead of on the local server. So far I setup a config for the remote target and have set it as active. The problem is that when I build, eclipse can't find the make file. I ran a test using the build command as pwd to see what system the build is running on and it seems that it is still on the local machine. My question is can anyone give me direction as to how to build a project on the remote machine? Thanks much


Back to the top