Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Remote Build Location

please forgive me if this question has already been asked.  I haven't been able to find a solution.  I have Eclipse for Parallel Application Developers (Mars) installed on a Windows 7 machine and all the updates from https://download.eclipse.org/tools/ptp/updates/mars.  When I create a synchronized C/C++ Makefile project and try to build the project I get the following error:

Make all
make: *** No rule to make target 'all'. Stop.

I'm pretty confident this is an issue with eclipse trying to build in the wrong path.  When I remove the default build command and enter 'pwd' in Build (Incremental build) on the behavior tab it displays my home folder on the remote machine instead of the project path.  When I try to manually specify the build directory eclipse appends my home directory path and c: to the manually entered path.  When I click the 'file system' button to specify the build path it opens a file browser for my local windows file system.  Shouldn't it open a file browser for the remote file system?

Any help anyone can provide would be greatly appreciated!

Thank you,
Greg

Back to the top