source: final-system/sparc/elftoaout.xml @ 6db8b2c

Last change on this file since 6db8b2c was 6db8b2c, checked in by Jim Gifford <clfs@…>, 18 years ago

r995@server (orig r993): jim | 2006-01-03 15:33:16 -0800

r1257@server: jim | 2006-01-03 15:30:34 -0800
Elftoaout and Silo Fixes


  • Property mode set to 100644
File size: 2.0 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  %general-entities;
6]>
7
8<sect1 id="ch-system-elftoaout" role="wrap">
9  <?dbhtml filename="elftoaout.html"?>
10
11  <title>ELFtoaout-&elftoaout-version;</title>
12
13  <indexterm zone="ch-system-elftoaout">
14    <primary sortas="a-ELFtoaout">ELFtoaout</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The ELFtoaout package contains the Sparc ELF to a.out converter.</para>
21
22    <segmentedlist>
23      <segtitle>&dependencies;</segtitle>
24
25      <seglistitem>
26      <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
27      </seglistitem>
28    </segmentedlist>
29
30  </sect2>
31
32  <sect2 role="installation">
33    <title>Installation of ELFtoaout</title>
34
35    <para os="p1">The following patch fixes some 64 bit issues with
36    elftoaout:</para>
37
38<screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen>
39
40    <para os="a">Compile the ELFtoaout package:</para>
41
42<screen os="b"><userinput>make</userinput></screen>
43
44    <para os="c">Install the package:</para>
45
46<screen os="d"><userinput>make install</userinput></screen>
47
48  </sect2>
49
50  <sect2 id="contents-elftoaout" role="content">
51    <title>Contents of ELFtoaout</title>
52
53    <segmentedlist>
54      <segtitle>Installed programs</segtitle>
55
56      <seglistitem>
57        <seg>Unchecked</seg>
58      </seglistitem>
59    </segmentedlist>
60
61    <variablelist>
62      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63      <?dbfo list-presentation="list"?>
64      <?dbhtml list-presentation="table"?>
65
66      <varlistentry id="elftoaout">
67        <term><command>elftoaout</command></term>
68        <listitem>
69          <para>Need Description</para>
70          <indexterm zone="ch-system-elftoaout elftoaout">
71            <primary sortas="a-elftoaout">elftoaout</primary>
72          </indexterm>
73        </listitem>
74      </varlistentry>
75
76    </variablelist>
77
78  </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.