Gcc960 Sample Command Lines - Intel i960 User Manual

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

Advertisement

gcc960 Compiler Driver
path
NOTE. Although Windows pathnames require backslashes (
manual shows paths using the forward slash required by UNIX (
filename
@ response-file

gcc960 Sample Command Lines

This section provides examples of how the compiler is commonly invoked.
All these examples assume that you have C source files named
and that you are generating code for the i960 CA architecture.
t2.c
identifies the directory containing the file named
by
. Not specifying
filename
causes gcc960 to search in the current
filename
directory. Each
filename
directory requires a separate
is the name of a source, preprocessed source,
assembly-language, or other file (e.g., linker
directive file) to be processed by the compilation
system. The gcc960 command line allows
specification of more than one
.
[ path /] filename
Open the named response file and read in its
contents as if they had been typed on the
command line. Response files are a convenient
way to store commonly-used command line
options, and a way to get around the 128-
character limit in Windows command lines.
Response files can contain comments. Lines
whose first non-whitespace character is # are
treated as comment lines, and ignored.
for a
path
not in the current
specification.
path
), this
\
).
/
and
t1.c
2
2-3

Advertisement

Table of Contents
loading

Table of Contents