i960 Processor Compiler User's Guide
3-54
3
• If you specify the c (Create-object) option, the final output is the
object module generated by the assembler.
• Otherwise, the final output is the result of linking.
The compiler issues an error message if you use the o (Output) option and
do not invoke the linker when processing more than one input file.
Related Topic
Stop-after options
P (Preprocess-file)
Preprocess; write output
to file; terminate.
P
Default
After the link phase of the compilation process is complete, the
compilation system produces an executable file.
Discussion
If you specify the P, (Preprocess-file) option, the compilation process
terminates after preprocessing and the compiler writes preprocessor output
without line number directives to a file. If you do not specify a filename
with the
o (Output) option, the file is
filename
.i, where
filename
is the
source filename without its extension.