Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Tool Chains and Synchronized Projects - must select remote toolchain on initial project creation

I create a local project (checked out from CVS, but that shouldn't matter)
If I select the toolchain that I eventually want for my remote sync project, all is well
    (e.g. Remote XLC/C++ toolchain)
But if I select no toolchain...
Then convert to sync project
Switch to remote build config

I even try to edit the toolchain in Project properties
C/C++ Build / Tool Chain Editor, uncheck "display compatible toolchains only" and select toolchain "Remote Xl C/C++ Tool Chain" and select current builder: Sync Builder"
On the Error parser page I see it correctly selected the CDT XLC error parser
But when I build (either before or after switching the toolchain)  it seems to hang.

This is in my .log, not sure if it is related.  Think so based on timestamp
!MESSAGE Synchronization canceled
!STACK 1
org.eclipse.core.runtime.CoreException: Synchronization canceled
at org.eclipse.ptp.rdt.sync.git.core.GitServiceProvider.synchronize(GitServiceProvider.java:306)
at org.eclipse.ptp.rdt.sync.core.SyncManager.scheduleSyncJobs(SyncManager.java:329)
at org.eclipse.ptp.rdt.sync.core.SyncManager.sync(SyncManager.java:284)
at org.eclipse.ptp.rdt.sync.core.SyncManager.syncBlocking(SyncManager.java:272)
at org.eclipse.ptp.rdt.sync.core.remotemake.SyncCommandLauncher.execute(SyncCommandLauncher.java:195)

I would file a bug but I have a sneaking suspicion it's something I'm doing wrong.


...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


Back to the top