Zilog ZUSBOPTS Manual de usuario Pagina 384

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 520
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 383
Librarian Command Line Options UM017105-0511
356
Zilog Developer Studio II – ZNEO™
User Manual
Librarian Command Line Options
Table 25 describes the librarian command line options.
If you use DOS, use double quotation marks for the -stdinc and -usrinc commands for
the C compiler.
For example,
-stdinc:"C:\ez8\include"
If you use cygwin, use single quotation marks on both sides of a pair of braces for the
-
stdinc
and -usrinc commands for the C compiler.
For example,
-stdinc:'{C:\ez8\include}'
-usrinc:"path" Sets the search path for user include files. This defines the location of include files
using the #include "file.h" syntax. Multiple paths are separated by semicolons.
For example:
-usrinc:"c:\rtl;c:\myinc"
In this example, the compiler looks for the include file in
1. the current directory
2. the c:\rtl directory
3. the c:\myinc directory
If the file is not found after searching the entire path, the compiler flags an error.
Omitting this switch tells the compiler to search only the current directory.
-version Prints the version number of the compiler.
Table 25. Librarian Command Line Options
Option Name Description
-help Displays the librarian help screen.
-list Generates an output listing with the .lst extension. This is the default setting.
-noquiet Displays the title information.
-nowarn Suppresses warning messages.
Table 24. Compiler Command Line Options (Continued)
Option Name Description
Notes:
Vista de pagina 383
1 2 ... 379 380 381 382 383 384 385 386 387 388 389 ... 519 520

Comentarios a estos manuales

Sin comentarios