ic960 Compiler Driver
3-9
3
The linker looks for libraries, startup modules,
and configuration files in the
lib directory under
the directory specified by
I960BASE.
I960AS specifies a non-default pathname for the
assembler. The pathname must include the name
of the executable. In the absence of
I960AS,
ic960 looks for the assembler in
bin under the
directory specified by
I960BASE.
I960CPP specifies an alternate name for the preprocessor.
The default pathname is
I960BASE/lib/cpp.960 on UNIX or cpp.exe
in Windows.
I960CC1 specifies an alternate name for the compiler.
The default pathname is
I960BASE/lib/cc1.960 or cc1.exe in
Windows.
I960DM specifies an alternate name for the gcdm960
optimization decision maker.
I960ERR The assembler, linker, and other tools can
redirect errors to the standard error stream
(
stderr). To use this capability, set the
Windows environment variable
I960ERR to any
string, as in:
SET I960ERR="Enable stderr"
Leaving I960ERR unset directs error output to
the standard output stream (
stdout).
I960INC specifies a non-default pathname for the
directory containing include files. In the absence
of
I960INC, the driver looks for include files in
the
include directory in the directory specified
under
I960BASE.