Subversion Repositories tendra.SVN

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!-- Crown Copyright (c) 1998 -->
<HTML>
<HEAD>
<TITLE>tcc User's Guide: The Function of tcc</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#400080" ALINK="#FF0000">
<A NAME=S1>
<H1>tcc User's Guide</H1>
<H3>January 1998</H3>
<A HREF="tcc3.html"><IMG SRC="../images/next.gif" ALT="next section"></A>
<A HREF="tcc1.html"><IMG SRC="../images/prev.gif" ALT="previous section"></A>
<A HREF="tcc1.html"><IMG SRC="../images/top.gif" ALT="current document"></A>
<A HREF="../index.html"><IMG SRC="../images/home.gif" ALT="TenDRA home page">
</A>
<IMG SRC="../images/no_index.gif" ALT="document index"><P>
<HR>

<H1>1.  The Function of tcc</H1>
Like most compilation systems, the TDF C system consists of a number
of components which transform or combine various types of input files
into output files. <CODE>tcc</CODE> is designed to be a compilation
manager, coordinating these various components into a coherent compilation
scheme. It is also the normal user's interface to the TDF system on
Unix machines: direct use of the various components of the system
is not recommended. Therefore it is worth familiarising oneself with
<CODE>tcc</CODE> before attempting to use the TDF system. To aid this
familiarisation <CODE>tcc</CODE> has been designed to have the same
look and feel as the system C compiler <CODE>cc</CODE>, but with added
functionality to deal with the additional features of the TDF system.
This does not mean that <CODE>tcc</CODE> can be necessarily regarded
as a direct replacement for <CODE>cc</CODE> ; the extra portability
checks performed by the TDF system require the precise compilation
environment to be specified to <CODE>tcc</CODE> in a way that it cannot
be to <CODE>cc</CODE>.<P>
There are two basic components to this paper. The first describes
the TDF compilation strategy and how it is implemented by <CODE>tcc</CODE>.
The second is a Quick Reference section at the end of the paper, which
is intended to be a <CODE>tcc</CODE> user's manual. For even quicker
reference, <CODE>tcc</CODE> will print a list of all its command-line
options (with a brief description) if invoked with the <B>-query</B>
option.<P>
<HR>
<P><I>Part of the <A HREF="../index.html">TenDRA Web</A>.<BR>Crown
Copyright &copy; 1998.</I></P>
</BODY>
</HTML>