Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/develop/setup

< PTP
Revision as of 15:18, 13 August 2007 by Unnamed Poltroon (Talk) (Environment Setup for compiling/debugging PTP)

PTP Developer Environment Setup

Prerequisites

  1. Java 1.5 or later (Note: for Linux, must be Sun or IBM's)
  2. Eclipse 3.3.x
  3. CDT 4.0
  4. OpenMPI 1.2 (the earlier 1.0.2 version is also supported)
  5. gdb 6.3 or later (earlier versions may also work)

Setup

  1. Download and Install Eclipse 3.3
  2. Install CDT 4.0
  3. Setup CVS Access
  4. Checkout everything from core, debug, releng, execpt simulation and old
  5. Build OpenMPI Proxy
  6. Create an eclipse application launch configuration


References

Eclipse Downloads [1] CDT Downloads Page [2] PTP Release Notes [3]

Back to the top