mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
62d6a560b1
The xfa.ld script is incompatible with binutils > 2.35.2 and results in firmwares that wont boot. Sadly, I couldn't figure out an elegant way to fix the issue. Instead, I modified the linker script provided by binutils to also include XFA.
8 lines
164 B
Makefile
8 lines
164 B
Makefile
RAM_LEN = 16K
|
|
ROM_LEN = 128K
|
|
|
|
LINKER_SCRIPT ?= avr51.ld
|
|
|
|
# CPU depends on the atmega common module, so include it
|
|
include $(RIOTCPU)/atmega_common/Makefile.include
|