i960 Processor Compiler User's Guide
3-2
3
Invoking the Compiler with ic960
The ic960 command-line syntax is:
ic960 [-
option
]... [
path
]
filename
...
ic960
is the compiler driver executable filename.
option
is a compiler option. Case is significant in
options and their arguments.
On UNIX, the compiler driver recognizes a letter
preceded by a hyphen (
-) as an option. In
Windows, the driver recognizes a letter preceded
by either a hyphen (
-) or a slash (/) as an option.
For a complete description of the ic960 options,
see the ic960 Option Reference section. You can
also use linker invocation options in an ic960
command; see Table 3-1 for a summary of these
options.
path
identifies the directory containing the file named
by
filename
. Not specifying
path
for a
filename
causes ic960 to search in the current
directory. Each
filename
not in the current
directory requires a separate specification of
path
.
NOTE. Although Windows pathnames require backslashes (
\
), this
manual shows paths using the forward slash required by UNIX (
/
).