RTI Connext DDS Micro
Version 2.4.11
|
As mentioned, it is recommended to create a unique directory for each build configuration. A build configuration can be created to address specific architectures, compiler settings, or different RTI Connext DDS Micro build options.
RTI recommends to assign a descriptive name to each build configuration, using a common format. While there are no requirements to the format for functional correctness, the tool-chain files in Cross Compiling RTI Connext DDS Micro uses the RTIME_TARGET_NAME variable to determine various compiler options and selections.
RTI uses the following name format:
{cpu}{OS}{compiler}_{config}
In order to avoid a naming conflict with RTI, the following name format is recommended:
{prefix}_{cpu}{OS}{compiler}_{config}
Some examples:
Files built by each build configuration will be stored under RTIMEHOME/build/[Debug | Release]/<name>. These directories are referred to as build directories or RTIMEBUILD. The structure of the RTIMEBUILD depends on the generated build files and should be regarded as an intermediate directory.