source: BOOK/final-system/sparc/elftoaout.xml @ 0babf98

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 0babf98 was 0babf98, checked in by Jim Gifford <clfs@…>, 18 years ago

r664@server (orig r662): manuel | 2005-11-08 14:13:28 -0800
Removing SBUs and DUs. Chapter final-system, round 2.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-system-elftoaout" role="wrap">
11  <?dbhtml filename="elftoaout.html"?>
12
13  <title>ELFtoaout-&elftoaout-version;</title>
14
15  <indexterm zone="ch-system-elftoaout">
16    <primary sortas="a-ELFtoaout">ELFtoaout</primary>
17  </indexterm>
18
19  <sect2 role="package">
20    <title/>
21
22    <para>The ELFtoaout package contains the Sparc ELF to a.out converter.</para>
23
24    <segmentedlist>
25      <segtitle>&dependencies;</segtitle>
26
27      <seglistitem>
28      <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
29      </seglistitem>
30    </segmentedlist>
31
32  </sect2>
33
34  <sect2 role="installation">
35    <title>Installation of ELFtoaout</title>
36
37    <para>Compile the ELFtoaout package:</para>
38
39<screen><userinput>make</userinput></screen>
40
41    <para>Install the package:</para>
42
43<screen><userinput>make install</userinput></screen>
44
45  </sect2>
46
47  <sect2 id="contents-elftoaout" role="content">
48    <title>Contents of ELFtoaout</title>
49
50    <segmentedlist>
51      <segtitle>Installed programs</segtitle>
52
53      <seglistitem>
54        <seg>Unchecked</seg>
55      </seglistitem>
56    </segmentedlist>
57
58    <variablelist>
59      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
60      <?dbfo list-presentation="list"?>
61      <?dbhtml list-presentation="table"?>
62
63      <varlistentry id="elftoaout">
64        <term><command>elftoaout</command></term>
65        <listitem>
66          <para>Need Description</para>
67          <indexterm zone="ch-system-elftoaout elftoaout">
68            <primary sortas="a-elftoaout">elftoaout</primary>
69          </indexterm>
70        </listitem>
71      </varlistentry>
72
73    </variablelist>
74
75  </sect2>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.