Ic960 Options - Intel i960 User Manual

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

Advertisement

ic960 Compiler Driver
The following examples illustrate the creation and use of output filename
extensions:
The command
object files
proto1.L
The command
produces the object file
The command
executable file

ic960 Options

This section describes the ic960 compiler driver options that allow control
of various aspects of compilation:
Input processing
and output
Specifying included
source text
Defining macros
ic960 -c -zs proto.c proto1.i
and
proto.o
proto1.o
.
ic960 -c -o proto_v1.o -zs
proto.o
ic960 -ACA -Tcycx proto.c
.
a.out
The
,
,
,
c
E
n
They stop the translation and linking process
after the preprocessing, syntax checking,
compilation, or assembly phase. A Stop-after
option causes the compilation system to save the
intermediate output of the last phase to execute.
The
(Keep-comments) and
C
affect the contents of the output file. The
(Output) option allows specification of the output
filename.
The
(Preinclude) and
i
prepend and find include files of C source text.
The
(Define) and
D
specification of macros for conditional
compilation.
produces the
and the listing files
proto.L
proto.c
and the listing file
proto.L
produces the
,
, and
are the Stop-after options.
P
Q
S
(Mix) options
M
(Searchinclude) options
I
(Undefine) options allow
U
3
and
.
o
3-15

Advertisement

Table of Contents
loading

Table of Contents