Temporary Files; Output Files - Intel i960 User Manual

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

Advertisement

3
3-12
i960 Processor Compiler User's Guide
The
preprocessor directive causes a search of the directory or
#include
directories indicated by the
the
option, ic960 searches the current directory, the directory defined by
I
the
environment variable, or the
I960INC
NOTES. The include files
for on-chip cache and timer control are not supported with the
option.

Temporary Files

The compiler, assembler, and linker automatically create and delete
temporary work files. You need not remove temporary work files unless
your host system loses power or some other abnormal termination prevents
the compilation system from cleaning up its work files.
The compiler selects a directory for temporary work files as follows:
,
,
G960TMP
TEMP
TMPDIR
(Unix).

Output Files

Specifying a Stop-after option (
compilation system to produce a separate output file representing the
output of the last phase that completes for each primary input file. An
output file can be a preprocessed source file, an assembly-language file, a
listing file, a map file, or an unlinked object file. If no errors occur during
processing, the output files created by the stop-after option are usable as
input to a future ic960 invocation. Table 3-2 lists the compilation phases
and their inputs and outputs.
Specifying the
(Listname) option allows specification of a list file
Z
filename; ic960 places all listings in the single file specified. If you do not
use
, ic960 produces a separate list file for each primary C source file.
Z
(Searchinclude) option. In the absence of
I
I960BASE/include
,
icache.h
dcache.h
,
,
(Windows),
TMP
.\
/tmp
,
,
,
,
-n
-Q
-E
-P
-S
directory.
, and
used
timer.h
-ARP
(Unix),
/usr/tmp
, or
) causes the
-c

Advertisement

Table of Contents
loading

Table of Contents