Rebuilding frameworks for Integrity

For C++ users, rebuild the product framework for the INTEGRITY environment by editing the build.bat file.

About this task

To rebuild the IBM® Rational® Rhapsody® framework for the INTEGRITY environment (C++ only):

Procedure

  1. Edit the <Rhapsody_install>\Share\LangCpp\IntegrityBuild.bat file to set the option :target to the target BSP name. For example:

    :target=mbx800
  2. Pass the INTEGRITY environment path and target BSP name as command-line parameters to the IntegrityBuild.bat file and run this batch file to build all the libraries for the specified target BSP. For example, to build libraries for mbx800, use the following command: <Rhapsody_install>\Share\LangCpp\IntegrityBuild.bat C:\GHS\int404 mbx800

Example

IntegrityOxfMbx800.a
IntegrityOxfInstMbx800.a
IntegrityAomAnimMbx800.a
IntegrityOmComApplMbx800.a
IntegrityAomTraceMbx800.a
IntegrityTomTraceMbx800.a
IntegrityOxfInstTraceMbx800.a
IntegrityWebComponentsMbx800.a

In addition, the build generates the following debug information files for each debug library:

IntegrityOxfMbx800.dba
IntegrityOxfInstMbx800.dba
IntegrityAomAnimMbx800.dba
IntegrityOmComApplMbx800.dba
IntegrityAomTraceMbx800.dba
IntegrityTomTraceMbx800.dba
IntegrityOxfInstTraceMbx800.dba
IntegrityWebComponentsMbx800.dba

What to do next

Once the libraries are built, you can compile, build, and run the samples referred to in Examining Rational Rhapsody samples.

Feedback