tfogal / libdwarf

fork of libdwarf that works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of libdwarf from:

git://git.code.sf.net/p/libdwarf/code

There were issues getting it to build in the correct way. You probably want upstream.

-tom (Original README follows below)

To just build libdwarf and dwarfdump one might do: ./configure make dd #You may need to be root to do the following copy commands cp dwarfdump/dwarfdump /usr/local/bin cp dwarfdump/dwarfdump.conf /usr/local/lib #The following is optional, not needed to run dwarfdump #when doing the default build. cp libdwarf/libdwarf.a /usr/local/lib

For a simple build of libdwarf, dwarfdump, and dwarfdump2 and the other tools: ./configure make cp dwarfdump2/dwarfdump #Optionally: cp libdwarf/libdwarf.a

To build all the tools (including dwarfgen and dwarfexample) use 'make all'. There are known small compile-time issues with building dwarfgen on MaxOSX and most don't need to build dwarfgen. ./configure make all

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

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

David Anderson. Updated February 2, 2014.

About

fork of libdwarf that works.


Languages

Language:C 65.2%Language:C++ 21.8%Language:Objective-C++ 12.3%Language:Shell 0.5%Language:Python 0.1%Language:Objective-C 0.1%Language:Awk 0.0%