[PATCH 14/16] [PATCH] Update necessary elfutils version.
Atsushi Kumagai
kumagai-atsushi at mxc.nes.nec.co.jp
Thu Aug 30 03:58:55 EDT 2012
From: Atsushi Kumagai <kumagai-atsushi at mxc.nes.nec.co.jp>
Date: Thu, 30 Aug 2012 11:28:36 +0900
Subject: [PATCH 14/16] [PATCH] Update necessary elfutils version.
For some vmlinux, -g option needs new elfutils(0.142 or later).
Therefore, this patch updates the version in README file.
Signed-off-by: Atsushi Kumagai <kumagai-atsushi at mxc.nes.nec.co.jp>
---
README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 7ae3872..caebc3c 100644
--- a/README
+++ b/README
@@ -6,13 +6,13 @@
* REQUIREMENTS
Please download the following library file and install it exactly as below;
do NOT use "make install".
- - elfutils-0.137.tar.gz
+ - elfutils-0.142.tar.gz
The "make install" of elfutils installs some commands (ld, readelf, etc.),
and compiling problems sometimes happen due to using the installed
commands. To install only the library & header files, use the following
method:
- # tar -zxvf elfutils-0.137.tar.gz
- # cd elfutils-0.137
+ # tar -zxvf elfutils-0.142.tar.gz
+ # cd elfutils-0.142
# ./configure
# make
#
--
1.7.9.2
More information about the kexec
mailing list