The elfutils package contains set of utilities and libraries for handling ELF (Executable and Linkable Format) files.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): https://fedorahosted.org/releases/e/l/elfutils/0.160/elfutils-0.160.tar.bz2
Download MD5 sum: 7527f22dff8b1ac8c122cfc4d3d3bb1e
Download size: 5.2 MB
Estimated disk space required: 72 MB (additional 3 MB for the tests)
Estimated build time: 0.7 SBU (additional 0.2 SBU for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/elfutils
Install elfutils by running the following commands:
./configure --prefix=/usr --program-prefix="eu-" && make
If you wish to run the test suite, first fix it to skip two failing tests:
sed -i '/srcdir/ iexit 77\n' \ tests/run-backtrace-native.sh \ tests/run-backtrace-native-core.sh
To test the results, issue: make check.
Now, as the root
user:
make install
--program-prefix="eu-"
:
This switch renames installed programs to avoid conflict with
Binutils programs installed in
LFS.
Last updated on 2014-09-10 06:19:10 -0700