Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] synchronized projects ** progress indication for remote compile

Hi Christoph,

> Any way to tell eclipse to run "make -d" rather than "make"

In the Project Explorer, right-click on the project containing the
Makefile, choose Properties from the context menu, click C/C++ Build
in the category list on the left, uncheck the "Use default build
command" checkbox, and change the "Build command" field from "make" to
"make -d".

> I also found out that apparently eclipse is doing a remote make prior to each
> remote launch.

You can turn off "build before launch" by clicking Window >
Preferences, navigating to the Run/Debug > Launching category on the
left, and unchecking the "Build (if required) before launching"
checkbox.  Note that this setting applies to your entire workspace,
however, including local projects.

Hope this helps.

Jeff


Back to the top