Rebuilding the framework for VxWorks

You might rebuild the IBM® Rational® Rhapsody® framework for the VxWorks environment.

About this task

To rebuild the framework for VxWorks:

Procedure

  1. Call the file <Tornado_dir>\host\x86-win32\bin\torVars.bat. For example:

    D:\Tornado\host\x86-win32\bin\torVars.bat
  2. Navigate to the <Rhapsody_install>\Share\Lang<lang> directory and execute the following command: make all -f vxbuild.mak CPU=<cputype>PATH_SEP=<path_separator>
  3. Change the CPU environment variable to the preferred CPU. Do not precede the CPU switch with -D. The CPU can be set, for example, to I80386, I80486 (the default), PPC860, or MC6800.

What to do next

Note: Set the PATH_SEP switch, for example, use \\ for NT.
The makefile vxbuild.mak rebuilds the framework libraries.

Feedback