source: chapter08/libelf.xml@ d6f618b

xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1
Last change on this file since d6f618b was 04ab6d0f, checked in by Xi Ruoyao <xry111@…>, 13 months ago

loongarch: Patch libelf for LoongArch support

  • Property mode set to 100644
File size: 3.0 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-libelf" role="wrap">
9 <?dbhtml filename="libelf.html"?>
10
11 <sect1info condition="script">
12 <productname>libelf</productname>
13 <productnumber>&elfutils-version;</productnumber>
14 <address>&elfutils-url;</address>
15 </sect1info>
16
17 <title>Libelf from Elfutils-&elfutils-version;</title>
18
19 <indexterm zone="ch-system-libelf">
20 <primary sortas="a-Libelf">Libelf</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>Libelf is a library for handling ELF (Executable and Linkable Format)
27 files.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&elfutils-fin-sbu;</seg>
35 <seg>&elfutils-fin-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Libelf</title>
43
44 <para>Libelf is part of the elfutils-&elfutils-version; package. Use
45 the elfutils-&elfutils-version;.tar.bz2 file as the source tarball.</para>
46
47 <para>Add LoongArch support for this package:</para>
48
49<screen><userinput remap="pre">patch -Np1 -i ../&elfutils-loongarch-patch;
50autoreconf -fi</userinput></screen>
51
52 <para>Prepare Libelf for compilation:</para>
53
54 <screen><userinput remap="configure">./configure --prefix=/usr \
55 --disable-debuginfod \
56 --enable-libdebuginfod=dummy</userinput></screen>
57
58 <para>Compile the package:</para>
59
60<screen><userinput remap="make">make</userinput></screen>
61
62 <para>To test the results, issue:</para>
63
64<screen><userinput remap="test">make check</userinput></screen>
65
66 <para>Install only Libelf:</para>
67
68<screen><userinput remap="install">make -C libelf install
69install -vm644 config/libelf.pc /usr/lib/pkgconfig
70rm /usr/lib/libelf.a</userinput></screen>
71
72 </sect2>
73
74 <sect2 id="contents-elfutils" role="content">
75 <title>Contents of Libelf</title>
76
77 <segmentedlist>
78 <segtitle>Installed Library</segtitle>
79 <segtitle>Installed Directory</segtitle>
80
81 <seglistitem>
82 <seg>
83 libelf.so
84 </seg>
85 <seg>
86 /usr/include/elfutils
87 </seg>
88 </seglistitem>
89
90 </segmentedlist>
91
92 <variablelist>
93 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
94 <?dbfo list-presentation="list"?>
95 <?dbhtml list-presentation="table"?>
96
97 <varlistentry id="libelf">
98 <term><filename class="libraryfile">libelf.so</filename></term>
99 <listitem>
100 <para>Contains API functions to handle ELF object files</para>
101 <indexterm zone="ch-system-libelf libelf">
102 <primary sortas="c-libelf">libelf</primary>
103 </indexterm>
104 </listitem>
105 </varlistentry>
106
107 </variablelist>
108
109 </sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.