Open
Description
The .trampolines section is supposed to get located in the first 64k of memory, but the normal linker scripts put the section AFTER the .progmem sections, so if there is more than (about) 64 of user-defined pgmspace data, they will cease to operate properly.
This might be fixed by changing the linker scripts.
This might be fixed or different in the new avr-gcc toolchain included with the Arduino IDE 1.5.7 and later.
Metadata
Metadata
Assignees
Labels
No labels