MMTk port to SSCLI -> Documentation -> Building Rotor with RMTk
This document explains how to build Rotor with RMTk, specifically with RMTk built with the generational mark-sweep collector.
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.
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
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
Author: Andrew Gray; Date: 14 December 2004