ic960 Compiler Driver
3-1
3
This chapter describes how to use the ic960 driver program to control the
compilation system. This chapter also explains how to:
• invoke the compiler with the ic960 command-line options
• modify compiler operation using environment variables
• write a program that uses macros defined by the compiler
• use the ic960 driver to produce an output file
Controlling the Compilation System with ic960
iC-960-style translation and linking requires use of the ic960 driver,
preprocessor, compiler, assembler, and linker. The ic960 driver:
•
invokes the preprocessor for C source text
•
invokes the compiler to check syntax of C source text and generate
assembly language
• manages the subsequent assembly and linking of a program
Command-line options and environment variables allow you to control the
compilation.