Intel i960 User Manual page 131

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

Advertisement

ic960 Compiler Driver
Example
The following example puts the preprocessed source for
file
proto.i
proto1.i
ic960 -P proto.c proto1.c
Related Topics
(Output)
o
Q (Dependencies)
Print include-file
dependencies;
terminate.
Q
Discussion
If you specify
preprocessing and the compiler writes a list of dependency lines to
standard output. The dependency lines take the form
where
object
source file and
file. The preprocessor generates one line for each
object file depends, including the primary C source file. Preprocessor
directives for conditional compilation affect the output of the dependency
lines.
and the preprocessed source for
:
Stop-after options
(Dependencies), the compilation process terminates after
Q
is an object filename derived from the name of a primary C
is the name of a file needed to create the object
subfile
in the
proto.c
in the file
proto1.c
object : subfile
on which the
subfile
3
3-55

Advertisement

Table of Contents
loading

Table of Contents