source: BOOK/final-system/sparc/elftoaout.xml@ 46d4942

clfs-3.0.0-systemd systemd
Last change on this file since 46d4942 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • 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.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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 </sect2>
23
24 <sect2 role="installation">
25 <title>Installation of ELFtoaout</title>
26
27 <para os="p1">The following patch fixes some 64 bit issues with
28 elftoaout:</para>
29
30<screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen>
31
32 <para os="a">Compile the ELFtoaout package:</para>
33
34<screen os="b"><userinput>make</userinput></screen>
35
36 <para os="c">Install the package:</para>
37
38<screen os="d"><userinput>make install</userinput></screen>
39
40 </sect2>
41
42 <sect2 id="contents-elftoaout" role="content">
43 <title>Contents of ELFtoaout</title>
44
45 <segmentedlist>
46 <segtitle>Installed programs</segtitle>
47
48 <seglistitem>
49 <seg>elf2aout</seg>
50 </seglistitem>
51 </segmentedlist>
52
53 <variablelist>
54 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
55 <?dbfo list-presentation="list"?>
56 <?dbhtml list-presentation="table"?>
57
58 <varlistentry id="elftoaout">
59 <term><command>elftoaout</command></term>
60 <listitem>
61 <para>Converts an ELF-formatted file to Sparc a.out format for use
62 with openprom</para>
63 <indexterm zone="ch-system-elftoaout elftoaout">
64 <primary sortas="a-elftoaout">elftoaout</primary>
65 </indexterm>
66 </listitem>
67 </varlistentry>
68
69 </variablelist>
70
71 </sect2>
72
73</sect1>
Note: See TracBrowser for help on using the repository browser.