Gast
#75242
hallo! Weiss jemand die GENAUE Syntax, wie ich dem Linker die startadresse einer Section angeben muss?? habe schon alle probiert, aber es will nicht klappen: avr-gcc ..\O\main.o -Wl,-Map=..\M\bootldr.map -o ..\M\bootldr.elf --cref --section-start.bootloader=0x3C00 -mmcu=atmega162 oder muss es heissen --section-start".bootloader"=0x3C00 oder: --section-start = .bootloader=0x3C00 oder: --section-start".bootloader" 3C00 oder: Wl,--section-start".bootloader"=0x3C00 oder: ??????????????????? Gruß Martin