User`s guide
Building Generic Real-Time Programs
2-19
grt_unix.tmf is designed to be used by GNU Make, which is located in
matlabroot/bin/arch/make (except for Linux systems, which provide GNU
Make by default).
PC Template Makefiles
The template makefiles grt_vc.tmf and grt_msvc.tmf are designed to be used
with the Microsoft Visual C/C++ compiler. To use either of these template
makefiles, you must verify that the Visual C/C++ environmental variables are
defined and that
nmake is on your search path. To use grt_vc.tmf or
grt_msvc.tmf, you must verify:
• That the
MsDevDir environmental variable is defined
• That the Visual C/C++ compiler is correctly installed. See “Microsoft Visual
C/C++” in the “Forward” section of this book for more information.
Thetemplatemakefile
grt_watc.tmf is designed to be used with the Watcom
C/C++ Compiler and the Watcom make utility,
wmake.Tousegrt_watc.tmf,
you must verify:
• That the
WATCOM environment variable is defined.
• That the Watcom compiler is correctly installed. See “Watcom” in “Forward”
for more information.
Thetemplatemakefile
grt_bc.tmf is designed for use with the Borland C/C++
compiler. To use
grt_bc.tmf,makesure:
•That the BORLAND environment variable is correctly defined.
• That the Borland compiler is correctly installed. See “Borland” in the
“Foreword” for more information.