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

.test won't fit in FLASH #1

Open
mdjones opened this issue Feb 3, 2024 · 1 comment
Open

.test won't fit in FLASH #1

mdjones opened this issue Feb 3, 2024 · 1 comment

Comments

@mdjones
Copy link

mdjones commented Feb 3, 2024

Really cool idea. Who wouldn't want another plaits on demand? I am getting the following error on make. Any ideas? I have the patch.init() with 64MB SDRAM, STM32 H7 processor

/Library/DaisyToolchain/0.2.0/arm/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: build/plaits.elf section .text' will not fit in region FLASH' /Library/DaisyToolchain/0.2.0/arm/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld: region FLASH' overflowed by 5292 bytes`

hemmer added a commit that referenced this issue Feb 19, 2024
@hemmer
Copy link
Owner

hemmer commented Feb 19, 2024

It only just fit before, I re-compiled and get the same issue. Must be arm toolchain (which I've updated recently) produces slightly larger binaries. I've pushed a fix that drops the final bank of speech synthesis LUTs, so seems to fit now:

/Applications/ArmGNUToolchain/12.3.rel1/arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: warning: build/plaits.elf has a LOAD segment with RWX permissions
Memory region Used Size Region Size %age Used
FLASH: 130436 B 128 KB 99.51%
DTCMRAM: 0 GB 128 KB 0.00%

hemmer added a commit to hemmer/pichenettes-eurorack-patch that referenced this issue Feb 19, 2024
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

No branches or pull requests

2 participants