3.
Invocation
and
Operation
of
the
TMS3401
0 C
Compiler
The TMS3401 0 C compiler consists
of
three parts:
• Preprocessor (GSPCPP)
• Parser (GSPCC)
• Code
generator (GSPCG)
The
output
of
the code generator must be assembled
with
the
TMS34010
COFF
(common
object file format) assembler and linked
with
TMS34010
C
Run-Time
Support
using the COFF linker
(GSPLNK)
to
produce executable
object
code. Refer
to
the
TMS34010
User's Guide and
UNIX
COFF
doc-
umentation for details
of
the
object file format.
Note:
Each
of
the tools discussed here has
options
available for use in the
in-
vocation (command) line. These
options
are unique among themselves
and must be used
as
shown
herein.
Any
other items included in the
in-
vocation may
be
ignored or may cause errors.
3-1