📄 st20cc2.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Quadralay WebWorks Publisher Professional Edition 6.0.5">
<meta name="TEMPLATEBASE" content="book_html">
<meta name="LASTUPDATED" content="12/04/03 13:43:59">
<title>9.1 Introduction to st20cc</title>
<STYLE TYPE="text/css">
<!--
span.Signal { text-transform: uppercase; font-family: Verdana }
-->
</STYLE>
</head>
<body link="#3366CC" vlink="#9999CC" text="#000000" alink="#0000CC" bgcolor="#FFFFFF"
background="images/backgrnd.gif">
<p><img src="images/stlogo.gif" width="106" height="83" align="left"
alt="logo here!"> </p>
<table width="331" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><a href="a_userto.htm"><img src="images/navtoc.gif" width="84" height="23"
border="0" alt="TOC"> </a></td>
<td><a href="st20cc.htm"><img src="images/navprev.gif" width="80" height="23"
border="0" alt="PREV"> </a></td>
<td><a href="st20cc3.htm"><img src="images/navnext.gif" width="83" height="23"
border="0" alt="NEXT"> </a></td>
<td><a href="a_userix.htm"><img src="images/navidx.gif" width="84" height="23"
border="0" alt="INDEX"> </a></td>
</tr>
</table>
<p><br clear="all">
</p>
<hr align="left">
<blockquote>
<h2>
<a name="1206581"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">9.1 Introduction to st20cc</font>
</h2><hr>
<p>
<a name="1206582"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">This chapter describes the compile/link tool <strong>st20cc</strong>. It describes different modes of invoking the tool and gives details of the command line options.</font>
</p>
<p>
<a name="1206583"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><strong>st20cc</strong> is the driver program to an ANSI C compiler, C++ preprocessor and a compacting linker. <strong>st20cc</strong> provides a simple single tool interface which enables you to compile and link your source files to generate:</font>
</p>
<ul>
<p> <font size=2 face="Verdana, Arial, Helvetica, sans-serif"><li ><a name="1206585"> </a>a fully developed design in the form of a ROM image suitable for blowing into ROM, debugging and running on an ST20 processor,</font></p>
<p> <font size=2 face="Verdana, Arial, Helvetica, sans-serif"><li ><a name="1206587"> </a>a development system in the form of a linked unit, which can then be debugged, and loaded and run on a variety of ST20 targets including a simulator and processor cores,</font></p>
<p> <font size=2 face="Verdana, Arial, Helvetica, sans-serif"><li ><a name="1206588"> </a>a relocatable code unit (RCU) that can be dynamically loaded at run-time.</font></p>
</ul>
<p>
<a name="1206589"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><strong>st20cc</strong> takes as input user code in the form of C, C++ or assembly source, object files or libraries, and produces object files, linked units, ROM image files or relocatable code units. <strong>st20cc</strong> is driven by both command line options and a powerful command language which determine the compilation and linkage performed and the type of output file produced.</font>
</p>
<p>
<a name="1206590"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">This chapter describes using <strong>st20cc</strong> on the command line. In addition to this a graphical user interface (<strong>st20dev</strong>) is provided which can be used to call <strong>st20cc</strong> and to set the options that are passed to it. The graphical interface is described in <a href="compilin.htm#1207641"><font color="#0000ff" face="Verdana, Arial, Helvetica, sans-serif"><i>Chapter
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -