Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Convert to Synchronized project using remote xlC compiler toolchain

Sounds like it's still using the local toolchain, and so when it tries to invoke xlc for scanner discovery of builtins, it fails because xlc doesn't exist on your local machine.

Any "convert to remote" type of operation needs to take into account that you need to convert to a remote toolchain. My guess is the wizard you are using doesn't do that.

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

Inactive hide details for Beth Tibbitts ---09/21/2011 11:51:19 AM---I'm having trouble converting a local C/C++ project to a syBeth Tibbitts ---09/21/2011 11:51:19 AM---I'm having trouble converting a local C/C++ project to a sync project that needs the xlC toolchain o


From:

Beth Tibbitts <tibbitts@xxxxxxxxxx>

To:

ptp-dev@xxxxxxxxxxx

Date:

09/21/2011 11:51 AM

Subject:

[ptp-dev] Convert to Synchronized project using remote xlC compiler toolchain

Sent by:

ptp-dev-bounces@xxxxxxxxxxx




I'm having trouble converting a local C/C++ project to a sync project that needs the xlC toolchain on the remote system.
I made the original local project specify the xlC/C++ toolchain (not remote). The remote machine is Linux.
I did not modify the default locations of xlc or the version
It's an MPI program, not that it matters. "Shallow" our typical PTP tutorial exercise.
when i convert it, get the makefile to get called and no build errors,

I have the remote project building
but am getting some errors like "Cannot run program '/xlc' and 'xlC' "
and what looks like some other problems.
Any ideas?
I do not get this problem when i specify e.g. Mac GCC toolchain on the local project, then the remote system in Linux and GCC.
l

I still get the above even If I change project properties, C/C++ Build, XlC/C++ compiler, compiler root path to be correct.
(xlC is in my path and can be found by command line on the remote sys)
This part of project properties looked like it dealt with local only, but does the sync project take it to use it?

It does appear to have built ok, i have .o's and executable.

Any idea what's going on?


...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_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image

GIF image

JPEG image


Back to the top