Ic960 And Environment Variables - Intel i960 User Manual

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

Advertisement

3
3-8
i960 Processor Compiler User's Guide

ic960 and Environment Variables

Environment variables specify default directories for input files,
temporary files, libraries, the assembler, and the linker. In addition, the
environment variable specifies the default architecture. The
I960ARCH
compilation system uses the following environment variables to set
defaults:
I960ARCH
I960BASE
specifies an architecture other than the i960 KB
processor for code generation. The possible
definitions for
I960ARCH
,
,
,
,
,
,
KA
KB
RP
SA
SB
JA
(Architecture) option overrides the architecture
specified in
. In the absence of
I960ARCH
and the Architecture option, the
I960ARCH
compiler selects the i960 KB processor
architecture.
contains the pathname of the top-level directory
containing the files and directories needed by the
compiler. This environment variable is
necessary for every phase of compilation. The
driver uses
to find the preprocessor,
I960BASE
compiler, assembler, linker, and include files.
To invoke the preprocessor and compiler, the
ic960 driver looks in the
.
I960BASE
To invoke the assembler and linker, the driver
looks in the
directory under the directory
bin
specified by
I960BASE
To find include files, the driver looks in the
directory under the directory specified
include
by
.
I960BASE
are
,
,
,
,
CA
CF
HA
HD
HT
, or
. The
JD
JF
A
directory under
lib
.
,

Advertisement

Table of Contents
loading

Table of Contents