Wed 02 Mar 2016 12:14:30 AM CET
In file iom128a.h XRAMEND is defined as RAMEND which according to the comments in io.h indicated the device does not support external memory. Per the ATmega128A datasheet it does support external memory. Please correct by defining XRAMEND as 0xFFFF.
error:
line 1019: #define XRAMEND RAMEND
correction:
#define XRAMEND 0xFFFF
This issue was migrated from https://savannah.nongnu.org/bugs/?47318