2.3. Building Connext Micro¶
This section is for users who are already familiar with CMake and may have built earlier versions of Connext Micro. The sections following describe the process in detail and are recommended for everyone building Connext Micro.
This section assumes that the Connext Micro source-bundle has been downloaded and installed,
that CMake (version 2.8.4 or higher) has been added to your PATH environment
variable, and that the $RTIMEHOME environment variable has been set to the installation directory
path for Connext Micro.
Make sure CMake (2.8.4+) is installed and available on your path.
Run the
rtime-makescript.On UNIX®, Linux®, and macOS® systems:
$RTIMEHOME/resource/scripts/rtime-make --config Debug --target self \ --name i86Linux2.6gcc4.4.5 -G "Unix Makefiles" --buildOn Windows® systems:
$RTIMEHOME\resource\scripts\rtime-make --config Debug --target self \ --name i86Win32VS2010 -G "Visual Studio 10 2010" --buildNote
rti-makeuses a series of arguments to build Connext Micro for the appropriate environment. Please refer to Building Connext Micro with rtime-make for details.
You will find the compiled Connext Micro libraries here:
On UNIX-based systems:
$RTIMEHOME/lib/i86Linux2.6gcc4.4.5On Windows systems:
$RTIMEHOME\lib\i86Win32VS2010Note
rtime-makeuses the platform specified with--nameto determine a few settings needed by Connext Micro. Please refer to Preparing for a Build for details.For help, enter:
$RTIMEHOME\resource\scripts\rtime-make --helpTo list available targets, enter:
$RTIMEHOME\resource\scripts\rtime-make --listFor help with a specific target, except self, enter:
$RTIMEHOME\resource\scripts\rtime-make --target <target> --help