MMTk port to SSCLI -> Documentation -> Building Rotor with RMTk

Building Rotor with RMTk

This document explains how to build Rotor with RMTk, specifically with RMTk built with the generational mark-sweep collector.

Prerequisites

To build Rotor with RMTk, you need the patched Rotor source code and RMTk. Getting and patching the Rotor source and building RMTk are described in Building RMTk.

Environment variables

Set the JMTK_BUILD environment variable to the same value as it had when building RMTk. This is the RMTk build directory. For example:

export JMTK_BUILD=~/jmtkBuild

Build

To build Rotor with RMTk, change to the sscli directory of the Rotor source and use the following commands:

. env.sh checked genMS
./buildall -c

Previous: Building RMTk | Next: Running Rotor with RMTk

Author: Andrew Gray; Date: 14 December 2004