Skip to content

fix: Patch linker script to mark bss as NOLOAD.#13

Merged
Dummyc0m merged 1 commit intomainfrom
bugfix/linker-bss
Jul 4, 2025
Merged

fix: Patch linker script to mark bss as NOLOAD.#13
Dummyc0m merged 1 commit intomainfrom
bugfix/linker-bss

Conversation

@Codetector1374
Copy link
Copy Markdown
Member

@Codetector1374 Codetector1374 commented Jul 4, 2025

This is technically a NO-OP patch, I have verified with or without this patch the resulting binary size that actually gets flahsed does not acutally change.

I believe GNU LD actually has special treatment for .bss

Fixes #11

This is technically a NO-OP patch, I have verified with or without this
patch the resulting binary size that actually gets flahsed does not
acutally change.

I believe GNU LD actually has special treatment for .bss

This change should address issue #11
@Dummyc0m Dummyc0m merged commit 2443891 into main Jul 4, 2025
1 check passed
@Dummyc0m Dummyc0m deleted the bugfix/linker-bss branch July 4, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.bss section is loaded from FLASH

2 participants