You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
4.9 KiB
HTML
115 lines
4.9 KiB
HTML
4 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<!-- Created by GNU Texinfo 6.4, http://www.gnu.org/software/texinfo/ -->
|
||
|
<head>
|
||
|
<title>Top (Embed with GNU)</title>
|
||
|
|
||
|
<meta name="description" content="Top (Embed with GNU)">
|
||
|
<meta name="keywords" content="Top (Embed with GNU)">
|
||
|
<meta name="resource-type" content="document">
|
||
|
<meta name="distribution" content="global">
|
||
|
<meta name="Generator" content="makeinfo">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<link href="#Top" rel="start" title="Top">
|
||
|
<link href="leds_002ec.html#SEC_Contents" rel="contents" title="Table of Contents">
|
||
|
<link href="../dir/index.html" rel="up" title="(dir)">
|
||
|
<link href="Libgloss.html#Libgloss" rel="next" title="Libgloss">
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
a.summary-letter {text-decoration: none}
|
||
|
blockquote.indentedblock {margin-right: 0em}
|
||
|
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
|
||
|
blockquote.smallquotation {font-size: smaller}
|
||
|
div.display {margin-left: 3.2em}
|
||
|
div.example {margin-left: 3.2em}
|
||
|
div.lisp {margin-left: 3.2em}
|
||
|
div.smalldisplay {margin-left: 3.2em}
|
||
|
div.smallexample {margin-left: 3.2em}
|
||
|
div.smalllisp {margin-left: 3.2em}
|
||
|
kbd {font-style: oblique}
|
||
|
pre.display {font-family: inherit}
|
||
|
pre.format {font-family: inherit}
|
||
|
pre.menu-comment {font-family: serif}
|
||
|
pre.menu-preformatted {font-family: serif}
|
||
|
pre.smalldisplay {font-family: inherit; font-size: smaller}
|
||
|
pre.smallexample {font-size: smaller}
|
||
|
pre.smallformat {font-family: inherit; font-size: smaller}
|
||
|
pre.smalllisp {font-size: smaller}
|
||
|
span.nolinebreak {white-space: nowrap}
|
||
|
span.roman {font-family: initial; font-weight: normal}
|
||
|
span.sansserif {font-family: sans-serif; font-weight: normal}
|
||
|
ul.no-bullet {list-style: none}
|
||
|
-->
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body lang="en">
|
||
|
<h1 class="settitle" align="center">Embed with GNU</h1>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="format">
|
||
|
<pre class="format">START-INFO-DIR-ENTRY
|
||
|
* Embed with GNU: (porting-). Embed with GNU
|
||
|
END-INFO-DIR-ENTRY
|
||
|
</pre></div>
|
||
|
<p>Copyright (c) 1993, 1994, 1995 Cygnus Support
|
||
|
</p>
|
||
|
<p>Permission is granted to make and distribute verbatim copies of
|
||
|
this manual provided the copyright notice and this permission notice
|
||
|
are preserved on all copies.
|
||
|
</p>
|
||
|
<p>Permission is granted to copy and distribute modified versions of this
|
||
|
manual under the conditions for verbatim copying, provided also that
|
||
|
the entire resulting derived work is distributed under the terms of a
|
||
|
permission notice identical to this one.
|
||
|
</p>
|
||
|
<p>Permission is granted to copy and distribute translations of this manual
|
||
|
into another language, under the above conditions for modified versions.
|
||
|
</p>
|
||
|
<a name="Top"></a>
|
||
|
<div class="header">
|
||
|
<p>
|
||
|
Next: <a href="Libgloss.html#Libgloss" accesskey="n" rel="next">Libgloss</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> [<a href="leds_002ec.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<a name="Embed-with-GNU"></a>
|
||
|
<h1 class="top">Embed with GNU</h1>
|
||
|
|
||
|
<p><strong>Rough Draft</strong>
|
||
|
</p>
|
||
|
<p>The goal of this document is to gather all the information needed to
|
||
|
port the GNU tools to a new embedded target in one place. This will
|
||
|
duplicate some info found in the other manual for the GNU tools, but
|
||
|
this should be all you’ll need.
|
||
|
</p>
|
||
|
<table class="menu" border="0" cellspacing="0">
|
||
|
<tr><td align="left" valign="top">• <a href="Libgloss.html#Libgloss" accesskey="1">Libgloss</a>:</td><td> </td><td align="left" valign="top">Libgloss, a library of board support packages.
|
||
|
</td></tr>
|
||
|
<tr><td align="left" valign="top">• <a href="GCC.html#GCC" accesskey="2">GCC</a>:</td><td> </td><td align="left" valign="top">Porting GCC/G++ to a new embedded target.
|
||
|
</td></tr>
|
||
|
<tr><td align="left" valign="top">• <a href="Libraries.html#Libraries" accesskey="3">Libraries</a>:</td><td> </td><td align="left" valign="top">Making Newlib run on an new embedded target.
|
||
|
</td></tr>
|
||
|
<tr><td align="left" valign="top">• <a href="GDB.html#GDB" accesskey="4">GDB</a>:</td><td> </td><td align="left" valign="top">Making GDB understand a new back end.
|
||
|
</td></tr>
|
||
|
<tr><td align="left" valign="top">• <a href="Binutils.html#Binutils" accesskey="5">Binutils</a>:</td><td> </td><td align="left" valign="top">Using the GNU binary utilities.
|
||
|
</td></tr>
|
||
|
<tr><td align="left" valign="top">• <a href="Code-Listings.html#Code-Listings" accesskey="6">Code Listings</a>:</td><td> </td><td align="left" valign="top">Listings of the commented source code from the
|
||
|
text.
|
||
|
</td></tr>
|
||
|
</table>
|
||
|
|
||
|
<hr>
|
||
|
<div class="header">
|
||
|
<p>
|
||
|
Next: <a href="Libgloss.html#Libgloss" accesskey="n" rel="next">Libgloss</a>, Up: <a href="../dir/index.html" accesskey="u" rel="up">(dir)</a> [<a href="leds_002ec.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|