MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Manual de servicio Pagina 70

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 282
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 69
2
Working with the Target Language
2-50
Target Language Compiler
Command Line Arguments
To call the Target Language Compiler, use:
tlc [switch1 expr1 switch2 expr2 ] filename.tlc
Table 2-5 lists the switches you can use with the Target Language Compiler.
Order makes no difference.
Table 2-5: Target Language Compiler Switches
Switch Meaning
–r filename
Reads a database file (such as a .rtw file). Repeat this
option multiple times to load multiple database files into
the Target Language Compiler. Omit this option for
target language programs that do not depend on the
database.
–v[number]
Sets the internal verbose level to <number>. Omitting
this option sets the verbose level to
1.
–Ipath
Adds the specified directory to the list of paths to be
searched for
.tlc files.
–Opath
Specifies any and all output produced should be placed in
the designated directory, including files opened with
%openfile and %closefile, and .log files created in
debug mode. To place files in the current directory, use
–O. (dash Capital O period)
–m[number]
Specifies the maximum number of errors to report is
<number>. If no –m argument appears on the command
line, it defaults to reporting the first five errors. If the
<number> argument is omitted on this option, 1 is
assumed.
Vista de pagina 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 281 282

Comentarios a estos manuales

Sin comentarios