• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/share/doc/arm-arm-none-eabi/html/getting-started/
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>7.3.�Manuals for GNU Toolchain Components</title><link rel="stylesheet" href="cs.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="Sourcery CodeBench Lite"><link rel="up" href="chap-next-steps.html" title="Chapter�7.�Next Steps with Sourcery CodeBench"><link rel="prev" href="sec-example-programs.html" title="7.2.�Example Programs"><link rel="next" href="chap-release.html" title="Appendix�A.�Sourcery CodeBench Lite Release Notes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7.3.�Manuals for GNU Toolchain Components</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-example-programs.html">Prev</a>�</td><th width="60%" align="center">Chapter�7.�Next Steps with Sourcery CodeBench</th><td width="20%" align="right">�<a accesskey="n" href="chap-release.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id530854"></a>7.3.�Manuals for GNU Toolchain Components</h2></div></div></div><p>
2   Sourcery CodeBench Lite includes the full user manuals for each of the GNU 
3   toolchain components, such as the compiler, linker,
4   assembler, and debugger.  Most of the manuals include tutorial
5   material for new users as well as serving as a complete reference
6   for command-line options, supported extensions, and the like.
7  </p><p>
8   When you install Sourcery CodeBench Lite, links to both the PDF and HTML versions
9   of the manuals are created in the shortcuts folder you select.  If
10   you elected not to create shortcuts when installing Sourcery CodeBench Lite, the
11   documentation can be found in the
12   <code class="filename">share/doc/sourceryg++-arm-none-eabi/</code>
13   subdirectory of your installation directory.
14  </p><p>
15   In addition to the detailed reference manuals, Sourcery CodeBench Lite includes 
16   a Unix-style manual page for each toolchain component.
17   You can view these by invoking the <code class="command">man</code> command  
18   with the pathname of the file you want to view.  For example, you can
19   first go to the directory containing the man pages:
20   </p><pre class="screen">&gt; cd $INSTALL/share/doc/sourceryg++-arm-none-eabi/man/man1</pre><p>
21   Then you can invoke <code class="command">man</code> as:
22   </p><pre class="screen">&gt; man ./arm-none-eabi-gcc.1</pre><p>
23   Alternatively, if you use <code class="command">man</code> regularly, you'll 
24   probably find it more convenient to add the directory containing the
25   Sourcery CodeBench man pages to your <code class="envar">MANPATH</code> environment variable.
26   This should go in your <code class="filename">.profile</code> or equivalent
27   shell startup file; see <a class="xref" href="sec-setting-up-environment.html" title="2.6.�Setting up the Environment">Section�2.6, &#8220;Setting up the Environment&#8221;</a> for
28   instructions.  Then you can invoke <code class="command">man</code> 
29   with just the command name rather than a pathname.
30 </p><p>
31   Finally, note that every command-line utility program included with
32   Sourcery CodeBench Lite can be invoked with a <code class="option">--help</code> option.  
33   This prints a brief description of the arguments and options to the 
34   program and exits without doing further processing.
35  </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-example-programs.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="chap-next-steps.html">Up</a></td><td width="40%" align="right">�<a accesskey="n" href="chap-release.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7.2.�Example Programs�</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">�Appendix�A.�Sourcery CodeBench Lite Release Notes</td></tr></table></div></body></html>
36