@2008-01-19, Friedrich Lobenstock: [] > Let us now put the puzzle together and change our program in the following > way when declaring the .vectors section: > ; Interrupt Vector Table > .section .vectors, "a" > > Note the added "Alloc" flag.
Is it possible to do with `objcopy`? I've used this for some flash section: objcopy --set-section-flags .flashsection="alloc,code,readonly" -O elf32-avr a.out out.elf when i did AVR stuff. _____
