Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Pb to build SDM

Title: sincerely_yours.txt
Le 06/04/2010 16:22, Beth Tibbitts a écrit :

To build the sdm (scalable debug manager) please follow the instructions in the release notes,
in particular
http://wiki.eclipse.org/PTP/release_notes/3.0#Install_PTP_and_its_Pre-requisite_features
Step 2 says:

1. To complete the installation on the target system, change to the org.eclipse.ptp.<os>.<arch>_3.0.0.YYYYMMDDHHMM directory and run the command:
     sh BUILD
This will create a bin/ directory under that plugin's directory, and the 'sdm' executable will be there.
This is what you put in the launch configuration for sdm executable.
However, here is a cheat: a valid sdm is only needed for debugging, but you have to fill in *something* for just running a parallel app.
Put any executable there e.g. /bin/ls - and you can run. Much better to actually build sdm as show above, though, then you'll be all ready to debug!

Thanks,

In fact I saw these instructions before but I did not find that org.eclipse.ptp.<os>.<arch>_3.0.0.YYYYMMDDHHMM directory (I tried a "find" command probably with a wrong base directory).
Anyway, now it works. Sorry for that.
--
Sincerely yours,

Michel DEVEL

Back to the top