Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
<!-- Crown Copyright (c) 1998 -->
2
<HTML>
3
<HEAD>
4
<TITLE>tcc User's Guide</TITLE>
5
</HEAD>
6
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#400080" ALINK="#FF0000">
7
<H1>tcc User's Guide</H1>
8
<H3>January 1998</H3>
9
<A HREF="tcc3.html"><IMG SRC="../images/next.gif" ALT="next section"></A>
10
<IMG SRC="../images/no_prev.gif" ALT="previous section">
11
<IMG SRC="../images/no_top.gif" ALT="current document">
12
<A HREF="../index.html"><IMG SRC="../images/home.gif" ALT="TenDRA home page">
13
</A>
14
<IMG SRC="../images/no_index.gif" ALT="document index"><P>
15
<HR>
16
<DL>
17
<DT><A HREF="#intro"><B>1</B> - The Function of tcc</A><DD>
18
<DT><A HREF="tcc3.html#S2"><B>2</B> - The TDF Compilation Strategy</A><DD>
19
<DT><A HREF="tcc4.html#S3"><B>3</B> - The Overall Design of tcc</A><DD>
20
<DT><A HREF="tcc5.html#S14"><B>4</B> - tcc Environments</A><DD>
21
<DT><A HREF="tcc6.html#S20"><B>5</B> - The Components of the TDF System</A><DD>
22
<DT><A HREF="tcc7.html#S43"><B>6</B> - Miscellaneous Topics</A><DD>
23
<DT><A HREF="tcc8.html#S49"><B>7</B> - tcc Reference Guide</A><DD>
24
</DL>
25
<HR>
26
 
27
<H1><A NAME="intro">1.  The Function of tcc<A></H1>
28
Like most compilation systems, the TDF C system consists of a number
29
of components which transform or combine various types of input files
30
into output files. <CODE>tcc</CODE> is designed to be a compilation
31
manager, coordinating these various components into a coherent compilation
32
scheme. It is also the normal user's interface to the TDF system on
33
Unix machines: direct use of the various components of the system
34
is not recommended. Therefore it is worth familiarising oneself with
35
<CODE>tcc</CODE> before attempting to use the TDF system. To aid this
36
familiarisation <CODE>tcc</CODE> has been designed to have the same
37
look and feel as the system C compiler <CODE>cc</CODE>, but with added
38
functionality to deal with the additional features of the TDF system.
39
This does not mean that <CODE>tcc</CODE> can be necessarily regarded
40
as a direct replacement for <CODE>cc</CODE> ; the extra portability
41
checks performed by the TDF system require the precise compilation
42
environment to be specified to <CODE>tcc</CODE> in a way that it cannot
43
be to <CODE>cc</CODE>.<P>
44
There are two basic components to this paper. The first describes
45
the TDF compilation strategy and how it is implemented by <CODE>tcc</CODE>.
46
The second is a Quick Reference section at the end of the paper, which
47
is intended to be a <CODE>tcc</CODE> user's manual. For even quicker
48
reference, <CODE>tcc</CODE> will print a list of all its command-line
49
options (with a brief description) if invoked with the <B>-query</B>
50
option.<P>
51
<HR>
52
<P><I>Part of the <A HREF="../index.html">TenDRA Web</A>.<BR>Crown
53
Copyright &copy; 1998.</I></P>
54
</BODY>
55
</HTML>