RTOS+AVR+Bootloader

I’am trying to compile program with bootloader, but still have an error: ld.exe: section .bootloader [00005afe -> 00005b0b] overlaps section .data [00005afe -> 00005ca1] make.exe: *** [test1.elf] Error 1 program: void boot_loader (void) __attribute__ ((section (".bootloader"))); makefile: # Bootloader support LDFLAGS += –section-start=.bootloader=0x0E000 Any ideas, what’s wrong? Irek

RTOS+AVR+Bootloader

Thread closed,