Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/builds/2.1.0"

< PTP‎ | builds
(RDT (Remote Development Tools))
(RDT (Remote Development Tools))
Line 60: Line 60:
 
|}
 
|}
  
See [[PTP/planning/remote | RDT planning page]] and [PTP/rdt-setup | RDT setup info]] for more information.
+
See [[PTP/planning/remote | RDT planning page]] and [[PTP/rdt-setup | RDT setup info]] for more information.
  
 
[[Category:PTP]]
 
[[Category:PTP]]

Revision as of 10:25, 20 September 2008

This page contains pre-release builds of PTP 2.1. For installation details see PTP/release_notes/2.1 - or, a quick version is below.

The release can be installed by downloading the update site archive file below. Then using Eclipse 3.4 (plus CDT 5.0.1) use Help > Software Updates .... Then Add Site and add this file as an Archive.

Build Date Download Link Comments
M3 200809191902 ptp-master-2.1.0-I200809191902.zip M3 build. Excludes Fortran TAU component
M2 200809152050 ptp-master-2.1.0-I200809152050.zip M2 build. Excludes Fortran TAU component
M1b 200809101609 ptp-master-2.1.0-I200809101609.zip M1a re-spin to fix proxy problem
M1a 200809092109 ptp-master-2.1.0-I200809092109.zip Includes performance tools framework and Photran dependency
M1 200809081559 ptp-master-2.1.0-I200809081559.zip Excluding performance tools framework

 

RDT (Remote Development Tools)

The RDT plugins are available in the PTP builds above.

RDT also requires server components specific to the remote operating system. These components can be downloaded from the following links.

O/S Download Link
Linux rdt-server-linux-1.0.tar
MacOS X rdt-server-macosx-1.0.tar
Unix rdt-server-unix-1.0.tar
Windows rdt-server-windows-1.0.zip

See RDT planning page and RDT setup info for more information.

Quick installation instructions

  • Get Eclipse 3.4
  • Download cdt-master archive for 5.0.1 (for example from here: http://download.eclipse.org/tools/cdt/builds/5.0.1/index.html)
  • Download ptp-master archive (see link above) for PTP 2.1
  • Launch eclipse.
  • Help > Software updates...
  • Click on 'Available Software'
    • Select CDT: Click "Add Site..." and click "Archive..." and point to cdt-master for 5.0.1. Select what you want (everything?)
    • Select PTP: Click "Add Site..." and click "Archive..." and point to ptp-master. Select what you want (everything?)
      • Note: if you don't have Photran, UNCHECK the "Tau Fortran enabler"
    • Select RSE: (To test RDT) Expand "Ganymede" item at top of dialog; expand "Remote Access and Device Development"
      • Select "Remote System Explorer End-User Runtime"
      • (Optional??) Select "RSE User Actions"
  • Click "Install..." in upper right of dialog
  • Assuming there are no other missing pre-reqs, click through the rest of the install.
  • If you want to use RDT, you will need the remote server software. We are looking at how to distribute this. See RDT Setup above for how to build it yourself.

Back to the top