Skip to content

64k problems: trampolines pushed past 64k boundry... #175

Open
@WestfW

Description

@WestfW

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions