Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Standard C/C++ Project using Remote Tools resource won't 'Make'

Wyatt
You need to get a copy of rdt-server.jar from the server.dstore plugin either from the update site or the EPP package and put it in the server.dstore plugin in your workspace. 

Greg

On Jun 20, 2011, at 1:59 PM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:

When I hit the 'next' button in the wizard to create the Remote C/C++ project I get three duplicate errors in rapid succession:
Unable to locate payload "rdt-server.jar" in bundle "org.eclipse.ptp.rdt.server.dstore"
This seems to happen whenever I do a file-system operation in the project too. 

The 'build' command works, but there doesn't seem to be any way to specify or use additional make targets, besides clean.  The remote project doesn't show up with the regular make targets.

Thanks,
Wyatt

On Mon, Jun 20, 2011 at 10:45 AM, Beth Tibbitts <tibbitts@xxxxxxxxxx> wrote:

Wyatt,
Did you do a New --> Remote C/C++project?
Can you select the project then hit the hammer icon at the top to build?


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511


<graycol.gif>Wyatt Spear ---06/20/2011 01:27:27 PM---I believe my previous problem was that I had specified a project type other than 'remote make'. Wit

<ecblank.gif>
    From:
<ecblank.gif>
Wyatt Spear <wspear@xxxxxxxxxxxxxx>
<ecblank.gif>
    To:
<ecblank.gif>
PTP User list <ptp-user@xxxxxxxxxxx>
<ecblank.gif>
    Date:
<ecblank.gif>
06/20/2011 01:27 PM
<ecblank.gif>
    Subject:
<ecblank.gif>
Re: [ptp-user] Standard C/C++ Project using Remote Tools resource won't 'Make'
<ecblank.gif>
    Sent by:
<ecblank.gif>
ptp-user-bounces@xxxxxxxxxxx




I believe my previous problem was that I had specified a project type other than 'remote make'.  With that corrected I've got a new problem.  I've created my remote make c project and the resources are showing up on the remote system as expected.  I've created a makefile and it shows up correctly in the outline view.  However this project isn't showing up in the Make Targets view at all and the 'Make Targets' menu items are greyed out for the project's makefile.  So there's no way for me to initiate a remote build.  I'm using a PTP from the workspace, not a whole install, but I loaded up the latest HEAD-all-committer PSF so it should have all the plugins it needs for a remote build, right?  Am I missing something?

Thanks,
Wyatt

On Mon, Jun 20, 2011 at 7:32 AM, Chris Recoskie <recoskie@xxxxxxxxxx> wrote:
    What kind of system are you on? Maybe it's trying to use the wrong make... e.g. maybe you are using POSIX make on a GNU makefile?

    ===========================
    Chris Recoskie
    Team Lead, IBM CDT and RDT
    IBM Toronto

    <graycol.gif>Wyatt Spear ---06/17/2011 09:02:46 PM---Yep, it has an 'all' and works fine on the command line. =Wyatt

<ecblank.gif>
From:
<ecblank.gif>
Wyatt Spear <
wspear@xxxxxxxxxxxxxx>
<ecblank.gif>
To:
<ecblank.gif>
PTP User list <
ptp-user@xxxxxxxxxxx>
<ecblank.gif>
Date:
<ecblank.gif>
06/17/2011 09:02 PM
<ecblank.gif>
Subject:
<ecblank.gif>
Re: [ptp-user] Standard C/C++ Project using Remote Tools resource won't 'Make'
<ecblank.gif>
Sent by:
<ecblank.gif>
ptp-user-bounces@xxxxxxxxxxx





    Yep, it has an 'all' and works fine on the command line.
    =Wyatt


    On Fri, Jun 17, 2011 at 5:44 PM, Corey Ashford <
    cjashfor@xxxxxxxxxxxxxxxxxx> wrote:
      On 06/17/2011 04:52 PM, Wyatt Spear wrote:
      > Greetings,
      >
      > I'm createing regular new C, C++ and Fortran projects on my remote
      > machine using the Remote Tools.  I'm encountering the same trouble in
      > all cases: When I try to do 'make' I get "no rule to make target: all"
      > in the console and that's it.  Everything I do in the UI shows up on the
      > remote system (editing/movng files, etc).  The make targets show up in
      > the UI and the make command works fine on the remote system's command
      > line.  The RSE seemed to be working for remote Make builds when I was
      > using it earlier, however it is not installed in the version of Eclipse.
      >
      > Any ideas?


      Sorry if this is a dumb question, but does your remote Makefile have an
      "all" target?

      The default target is "all", but you can change it via the project's
      build properties.

      If the Makefile does have an "all" target, sorry, I don't know what's
      going on there.  I have only limited experience using Remote Tools myself.

      - Corey
      _______________________________________________
      ptp-user mailing list

      ptp-user@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/ptp-user
    _______________________________________________
    ptp-user mailing list

    ptp-user@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/ptp-user



    _______________________________________________
    ptp-user mailing list

    ptp-user@xxxxxxxxxxx
    https://dev.eclipse.org/mailman/listinfo/ptp-user
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

Back to the top