新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

新蒲京娱乐场官网8555cc最新网站提醒您:您的浏览器版本过低或者使用了兼容模式,为了获得更好的浏览体验,建议使用IE10以上的浏览器或使用极速模式。 请升级浏览器以获得更好的体验!

新蒲京娱乐场官网-www.8555cc.com|最新网站NO.1-2

首页 > 下载中心 > 其他资料 > COFF 文件转 ELF 文件

COFF 文件转 ELF 文件

软件大小:196 KB 软件性质: 免费软件
更新时间:2013/10/15 11:27:16 应用平台:Win9X/Win2000/WinXP
下载次数:11173 下载来源:新蒲京娱乐场官网8555cc最新网站
软件语言:英文 软件类别:其他资料 >
下载
README.TXT $Revision: 1.9 $

COFF2ELF
========


Overview

--------

The coff2elf utility converts (PE)COFF files to ELF.  The utility will also convert any debugging information to DWARF2.  As the ARM ADS debuggers require the use of ELF/DWARF2 files this provides a means of using these debuggers with PECOFF/STABS files that are generated by various other compilation tools (e.g. certain versions of GCC).


Supported Formats
-----------------
The Common Object File Format (COFF) varies slightly between various
implementations.   The coff2elf utility provides conversion for the
following formats:


1. PECOFF/STABS


   The STABS debugging information is used to generate DWARF2 debugging
   information.


2. TI COFF.


   The debugging information in the COFF symbol table is used to generate
   DWARF2 debugging information.


The (PE)COFF files to be converted must be fully linked files with no
relocation entries.


Using coff2elf
--------------
The coff2elf utility is simple to use.   In order to convert a file all
that is necessary is to specify the output and input files names, e.g.


        coff2elf -output outfile.elf infile.coff


The coff2elf utility can also be used to produce a textual dump of the
COFF symbol table, line number table, relocation table and string
table.  This is useful if it is necessary to compare the information
in the original COFF file with that produced in the output ELF file.


Command Line Options
--------------------


Conversion options:


-elf            Specifies that the output format is ELF (the default).
-output  Specifies the name of the output file.
-nodebug        Prevents the generation of DWARF2 sections in the output image.
-noinline       Prevents the generation of line numbers for inlined code.
-nozero         Prevents the output of sections which are zero bytes long.
-codeonly       Only code areas to be marked for loading in the output image.
-dosdrive       Rewrite pathname with a DOS drive letter
-producer string        Specify the contents of the DWARF2 producer string.
-producerfile filename  Read the DWARF2 producer string from the file.


Text options:
-text           Specifies that the output format is text.
-d              Print the contents of the data sections.
-l              Print the line number tables.
-r              Print the relocation tables.
-s              Print the COFF symbol table.
-t              Print the COFF string table.