Stop-After Option Phases And Output - Intel i960 User Manual

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

ic960 Compiler Driver
object file depends, including the primary C source file. Preprocessor
directives for conditional compilation affect the output of the dependency
lines.
Table 3-5

Stop-after Option Phases and Output

Name
Option
Syntax-check
n
Dependencies Q
Preprocess -
E
stdout
Preprocess -
P
file
Save-
S
assembly
Create-object
c
If you specify
after preprocessing and the compiler writes preprocessor output with line
number directives to standard output. The
affect output from
If you specify
after preprocessing and the compiler writes preprocessor output without
line number directives to a file. If you do not specify a filename with the
(Output) option, the compiler writes preprocessor output to
o
filename .i
extension.
Processing Phases
preprocessing, syntax-
checking
preprocessing
preprocessing
preprocessing
preprocessing, compilation
preprocessing, compilation,
and assembly
(Preprocess - stdout), the compilation process terminates
E
.
E
(Preprocess - file) the compilation process terminates
P
, where
is the source filename without its
filename
Output
a list of diagnostic messages,
written to standard error
a list of file-dependence lines,
written to standard output
preprocessed source text with line
number directives, written to
standard output
preprocessed source text without
line number directives, written to
files
assembly language, written to files
object modules, written to files
(Output) option does not
o
3
3-59

Advertisement

Table of Contents
loading

Table of Contents