User`s guide
Installing Real-Time Workshop
1-13
• Replace %INTELC71% with the root directory of the Intel Compiler
installation.
LCC
The freeware LCC C compiler is shipped with MATLAB, and is installed with
the product. If you want to use LCC to build programs generated by Real-Time
Workshop, use the version that is currently shipped with the product.
Information about LCC is available at
http://www.cs.virginia.edu/~lcc-win32/.
Microsoft Visual C/C++
Use the MATLAB command
mex -setup
to define the environment for Visual C/C++ Versions 5, 6, and 7.1
On Windows platforms, S-function targets and Model reference simulation
targets are generated as DLL files via the MATLAB
mex command. The
compiler support for these targets is thus limited to that which
mex provides.
Watcom
Note The Watcom C compiler is no longer available from the manufacturer.
Development of this compiler has been taken over by the Open Watcom
organization (
http://www.openwatcom.org), which, as of this printing, has
released a binary patch update (11.0c) for existing Watcom C/C++ and Fortran
customers. Real-Time Workshop continues to ship with Watcom-related target
configurations. However, this policy may be subject to change in the future.
Make sure that your Watcom environment variable is defined and correctly
points to the directory in which your Watcom compiler resides. To check this,
type
set WATCOM
at the DOS prompt. The return from this includes the selected directory.