Symbian3/SDK/Source/GUID-33716081-180C-5DDB-A5D2-0EC61357250D.dita
changeset 13 48780e181b38
parent 12 80ef3a206772
child 14 578be2adaf3e
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-33716081-180C-5DDB-A5D2-0EC61357250D" xml:lang="en"><title>How
       
    13 to use the post-linker (elf2e32)</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The post-linker is a Symbian-specific build tool. Its principal function
       
    15 is to create executables (DLLs and EXEs) in the particular format required
       
    16 by Symbian platform, known as the <i>E32Image</i> format. Commercial compiler
       
    17 and linkers, such as ARM's RVCT and GNU GCC, cannot directly generate that
       
    18 format. Such compilers do however support a standard output format called
       
    19 the Executable and Linking Format (ELF) (defined at <xref href="http://www.caldera.com/developers/gabi/" scope="external">http://www.caldera.com/developers/gabi/</xref>). A tool is
       
    20 therefore needed to convert from the ELF format into the E32Image format,
       
    21 and this is the key role of the post-linker. The tool also contains the functionality
       
    22 to maintain and create the DEF files used for freezing the exports of libraries. </p>
       
    23 <p>In ordinary use, the post-linker is not used directly by users. It is called
       
    24 from the makefiles generated by <filepath>abld</filepath> on the command line,
       
    25 or from the build commands of an IDE. </p>
       
    26 <p>The tool can also be used to <xref href="GUID-6A5D3E05-B1F4-4DF6-9384-3CC471DCC267.dita">output
       
    27 a description</xref> of an existing E32Image file for analysis. </p>
       
    28 <p>This section contains the following topics:</p>
       
    29 <ul>
       
    30 <li><xref href="GUID-17C80FD1-0D2D-4A65-B199-FE2405AA7B77.dita">Post Linker Overview</xref></li>
       
    31 <li><xref href="GUID-9605B59D-F9DB-4BA3-8C87-1C5205976CBB.dita">How to create executables</xref></li>
       
    32 <li><xref href="GUID-5EF18ADF-018B-47BA-B60C-269EF2C9FF48.dita">How to create a
       
    33 DSO library file from a DEF file</xref></li>
       
    34 <li><xref href="GUID-6A5D3E05-B1F4-4DF6-9384-3CC471DCC267.dita">How to dump an
       
    35 E32Image file</xref></li>
       
    36 </ul>
       
    37 </conbody><related-links>
       
    38 <link href="GUID-CAC07A47-1475-5152-83AA-E59FD3AFF321.dita"><linktext>elf2e32 command
       
    39 syntax</linktext></link>
       
    40 <link href="GUID-75AFF4B9-1F95-585E-9354-EAA6271251FA.dita"><linktext>Troubleshooting
       
    41 post-linker (elf2e32) errors</linktext></link>
       
    42 </related-links></concept>