From aee84229c503f16c6b4535cd75d08507cebdf138 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Mon, 16 Sep 2013 15:05:44 +0000 Subject: [PATCH] Mention the libelf/libelf-devel requirement for the ELF feature. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1234 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cfbbaf3f..bd2d619d 100644 --- a/NEWS +++ b/NEWS @@ -41,7 +41,9 @@ Current: - The -U option now accepts ELF files as input files, and extracts the appropriate section contents that matches the requested memory - region. + region. To enable this feature, the host system used for the + compilation must have a libelf around, including the respective + header files (i.e., package "libelf-devel" on many Linux systems). - Programmers and parts lists