Skip to content

ImportantProjects/libdwarf

 
 

Repository files navigation

For a simple build of libdwarf and dwarfdump2 
and the other tools for personal use:
    ./configure
    make
    cp dwarfdump2/dwarfdump <somewhere>
    Optionally: cp libdwarf/libdwarf.a <somewhere>

To also build a shared libdwarf in the process, do:
    ./configure --enable-shared
    make
    cp libdwarf/libdwarf.so <somewhere>
    cp dwarfdump2/dwarfdump <somewhere>


When ready to create a new distro,
do
./CPTOPUBLIC
./BLDLIBDWARF yyyymmdd
where that would be
	./BLDLIBDWARF 20061224
as an example.

David Anderson.  December 2006.

About

libdwarf fork with experimental support for DWARF issue 110722.1. See http://www.dwarfstd.org/ShowIssue.php?issue=110722.1 for details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.3%
  • C++ 22.9%
  • Objective-C++ 11.6%
  • Roff 1.2%
  • Shell 0.9%
  • Objective-C 0.1%