Building the C or C++ framework in two steps

About this task

To build the framework:

Procedure

  1. If necessary, set any environment variables required by the target
    cross-compiler. For example, running $OMROOT\etc\vcvars32.bat sets the environment for the Microsoft™ compiler.
    Note: The <env>build.mak makefile builds all run-time libraries and saves them to the $OMROOT\lib directory.
  2. Change directory to the $OMROOT\Lang<lang> directory and issue the appropriate make command for the target environment with the <env>build.mak file as an argument. For example:
    > make -f vxbuild.mak PATH_SEP=<path separator>

Results

The path separator for VxWorks is defined as either \\ or /.


Feedback