http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47696
Anitha Boyapati <anitha.boyapati at atmel dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anitha.boyapati at atmel
| |dot com
--- Comment #1 from Anitha Boyapati <anitha.boyapati at atmel dot com>
2011-02-12 18:32:28 UTC ---
(In reply to comment #0)
> changing file gcc/config/avr/avr-devices.c line #190 from:
> { "atmega2560", ARCH_AVR6, "__AVR_ATmega2560__", 0, 0x0200,
> "m2561" },
>
> To:
> { "atmega2560", ARCH_AVR6, "__AVR_ATmega2560__", 0, 0x0200,
> "m2560" },
>
> seems to solve the problem:
The fix is correct. The last column points to corresponding library. I presume
this is a typo.
Thanks for the analysis!