Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic linker generation #107

Open
perigoso opened this issue Dec 8, 2021 · 0 comments
Open

Dynamic linker generation #107

perigoso opened this issue Dec 8, 2021 · 0 comments
Labels
build system enhancement New feature or request

Comments

@perigoso
Copy link
Member

perigoso commented Dec 8, 2021

I'm working on the non volatile storage right now, which involves reserving sections of memory,
we really only need to reduce the rom size by how much space we want to reserve and provide a symbol or two, but having a dynamic linker would still be nice, there's also things like possible different offsets for the code for different bootloader sizes etc that would benefit from this.
We can hand edit linkers for each target so we aren't really limited right now anyway.

@perigoso perigoso added build system enhancement New feature or request labels Dec 8, 2021
@perigoso perigoso changed the title Dynamic linked generation Dynamic linker generation Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant