avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
35 stars 11 forks source link

[patch #26] Fix build error if ENABLE_TARGET_PROGRAMMING is on #60

Open avrs-admin opened 2 years ago

avrs-admin commented 2 years ago

m-j-h 2014-03-21 17:03:01.797000

New versions of bfd.h break build on Linux and Mac OS systems. Including bfd.h requires constants to be defined, that are provided by autoconf. Including autoconf.h into the files fixes the error.

This issue was migrated from https://sourceforge.net/p/avarice/patches/26/

avrs-admin commented 2 years ago

joerg_wunsch 2020-08-31 21:19:33.115000

avrs-admin commented 2 years ago

joerg_wunsch 2020-08-31 21:19:33.509000

Applied in rev 381, thanks!