User`s guide

3 Working with Real-Time Workshop
3-18
The content of many of the succeeding messages depends on your compiler
and operating system. The final message is
### Successful completion of Real-Time Workshop build procedure
for model: f14rtw
3 The working directory now contains an executable, f14rtw.exe (on PC) or
f14rtw (on UNIX). In addition, a build directory, f14rtw_grt_rtw, has
been created in your working directory.
To observe the contents of the working directory after the build, type the
dir command from the Command Window.
dir
. f14rtw.exe f14rtw_grt_rtw
.. f14rtw.mdl slprj
4 To run the executable from the Command Window, type
!f14rtw
The “!” character passes the command that follows it to the operating
system, which runs the stand-alone
f14rtw program.
The program produces one line of output in the Command Window:
**starting the model**
No data is output.
5 Finally, to see the files created in the build directory, type
dir f14rtw_grt_rtw
Contents of the Build Directory
The build process creates a build directory and names it model_target_rtw,
concatenating the name of the source model and the chosen target. In this
example, the build directory is named
f14rtw_grt_rtw.