FR 1427


FR Number


Problem Description


1427


Setup.pl files in the TargetRTS must not contain references to OT paths.


Full Description

When compiling the TargetRTS it may be necessary to change the files in:

$OBJECTIME_HOME/C++/TargetRTS/config/(targetName)/setup.pl

This file contains information necessary to setup the environment for compilation.

Typically the lines needed by the TargetRTS are:

  • $preprocessor = (preprocessor);
  • $supported = 'Yes';

    The other lines are site specific. These should be checked before starting the TargetRTS source compilation.