Agilent Technologies 93000 SOC Series Training Manual page 582

User training part 1
Hide thumbs Also See for 93000 SOC Series:
Table of Contents

Advertisement

Linux Commands
Linux gcc option
-o filename
–O2
–p
–pg
-print-file-name=library
–print–libgcc–file–name
-print-prog-name=program
–print–search–dirs
–Q
–s
–S
-specs=file
–static
–traditional
-U name
–v
-V version
–w
582
Table 5
gcc (Linux) compiler options (Continued)
HP-UX equivalent
-o filename
-O, +O2
–p
–G
not available
not available
not available
not available
not available
–s
–S
not available
–noshared
–Ac
-U name
–v
not available
–w
Agilent 93000 SOC Series User Training Part 1, October 2004
Description
Rename executable or object file to filena-
me .
Optimize at optimization level 2.
Insert information required by the prof pro-
filer in the object file.
Insert information required by the gprof
profiler in the object file.
Print the full name of the library file library
that would be used when linking. Do not do
anything else.
Equivalent to print-file-
name=libgcc.a (see above).
Print the full name of the program file pro-
gram that would be used when linking
(such as cpp ). Do not do anything else.
Print the name of the configured installa-
tion directory and a list of program and li-
brary directories searched for by gcc . Do
not do anything else.
Make the compiler print out each function
name as it is compiled, and print some sta-
tistics about each pass when it finishes.
Strip the symbol table from the executable
file.
Generate an assembly language source
file.
Process file after the compiler reads in the
standard specs file.
Create statically-bound executables.
Disable ANSI C compliance.
Undefine name in the preprocessor
Enable verbose mode.
Specify which version of GNU CC to run
(defined by the argument version ).
Suppress warning messages.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents