Terry Karlson <address@hidden> wrote:
During "make" of avr-libc 1.2.3, I got:
../../../common/macros.inc: Assembler messages:
../../../common/macros.inc:129: Error: Macro with this name was already
defined
See savannah bug #12033:
https://savannah.nongnu.org/bugs/index.php?func=detailitem&item_id=12033
If you want to use the latest binutils, you either have to use the
avr-libc source from CVS (I've just merged the fix into the branch
avr-libc-1_2-branch yesterday, so you could checkout that branch from
CVS), or as a quick hack, you could add the protection #ifdef into
macros.inc as the bug report abvoe suggested (but note that this is
not the official fix).