Skip to content

frdwarf/libunwind-eh_elf

 
 

Repository files navigation

libunwind, eh_elf flavour

This repository is a fork of libunwind. The original README file is preserved as README.original.

Compiling

./autogen.sh
./configure --enable-maintainer-mode --enable-debug
make -j

It is also advised to install this libunwind version to some place of your system, for instance $HOME/local/libunwind-eh_elf. For this purpose, pass an additional --prefix=~/local/libunwind-eh_elf to ./configure, and after building the library, run make install (possibly with root permissions if you installed it to /usr/local/...).

About

libunwind official github repo

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.2%
  • Shell 7.8%
  • Assembly 4.6%
  • Makefile 1.9%
  • Other 1.5%