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</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#400080" ALINK="#FF0000">
<H1>tcc User's Guide</H1>
<H3>January 1998</H3>
<A HREF="tcc3.html"><IMG SRC="../images/next.gif" ALT="next section"></A>
<IMG SRC="../images/no_prev.gif" ALT="previous section">
<IMG SRC="../images/no_top.gif" ALT="current document">
<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>
<DL>
<DT><A HREF="#intro"><B>1</B> - The Function of tcc</A><DD>
<DT><A HREF="tcc3.html#S2"><B>2</B> - The TDF Compilation Strategy</A><DD>
<DT><A HREF="tcc4.html#S3"><B>3</B> - The Overall Design of tcc</A><DD>
<DT><A HREF="tcc5.html#S14"><B>4</B> - tcc Environments</A><DD>
<DT><A HREF="tcc6.html#S20"><B>5</B> - The Components of the TDF System</A><DD>
<DT><A HREF="tcc7.html#S43"><B>6</B> - Miscellaneous Topics</A><DD>
<DT><A HREF="tcc8.html#S49"><B>7</B> - tcc Reference Guide</A><DD>
</DL>
<HR>

<H1><A NAME="intro">1.  The Function of tcc<A></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>