User`s guide
Implementation Overview
8-17
Build Command Options. You can specify build command options on the Code
Generation Options
dialog box. Click the Options buttonontheReal-Time
Workshop to activate this dialog box.
The Real-Time Workshop provides flags that set the appropriate macros in the
template makefile, causing any necessary additional steps to be performed
during the build process.
The flags and switches are as follows:
External mode — to enable the use of external mode in the generated
executable, check
External Mode. You can optionally enable a verbose mode
of external mode by appending
-DVERBOSE to the OPTS flag in the make
command. For example,
make_rtw OPTS="-DVERBOSE"
causes parameter download information to be printed to the console of the
VxWorks system.
• StethoScope — to enable the use of StethoScope with the generated
executable, check
StethoScope. There are two command line arguments,
when starting
rt_main, that control the block names used by StethoScope;
you can use them when starting the program on VxWorks. See the section,
“Running the Program” on page 8-19 for more information on these
arguments.