Merged
Conversation
|
I will update the .devcontainer-script once this is merged. |
Collaborator
Author
Thanks for the reminder. I forgot to look in |
Collaborator
Author
|
For the en_US translation:
So it looks like the size difference is not some linking problem, but growth due to changes in the A long time ago in #3752 we added |
ae967ee to
d85a4fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-- Fixes #10521
Update to ARM toolchain gcc 15.2Rel1.
Note that we use our own copy of libgcc for SAMD21 builds. The one that comes with the toolchain is compiled with
-O2, but using a-Osversion saves about 100 bytes. @tannewt extracted it from the Archarm-none-eabi-gccpackage. That package, as of this writing, has not yet been updated to gcc 15; see https://archlinux.org/packages/extra/x86_64/arm-none-eabi-gcc/.circuitpython/ports/atmel-samd/Makefile
Line 120 in 8d17d0c
While trying this by hand, I saw size improvements except on on
nordic, where the size was about 6kB greater, which sounds like some kind of linking problem. I will investigate that after getting everything to build properly.