[3f8be484] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3f8be484] | 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 |
|
---|
[ecd487bd] | 27 | <para os="p1">The following patch fixes some 64 bit issues with
|
---|
| 28 | elftoaout:</para>
|
---|
[3f8be484] | 29 |
|
---|
[ecd487bd] | 30 | <screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen>
|
---|
[3f8be484] | 31 |
|
---|
[ecd487bd] | 32 | <para os="a">Compile the ELFtoaout package:</para>
|
---|
[3f8be484] | 33 |
|
---|
[ecd487bd] | 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>
|
---|
[3f8be484] | 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>
|
---|
[040521bc] | 49 | <seg>elf2aout</seg>
|
---|
[3f8be484] | 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>
|
---|
[040521bc] | 61 | <para>Converts an ELF-formatted file to Sparc a.out format for use
|
---|
| 62 | with openprom</para>
|
---|
[3f8be484] | 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>
|
---|