From 0094ab73d181c6170d1d9544c647cdf4634136e1 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@1234 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avrdude/NEWS b/avrdude/NEWS index cfbbaf3f..bd2d619d 100644 --- a/avrdude/NEWS +++ b/avrdude/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