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

scons: *** [rtthread.elf] Error 1 #4

Open
VINCE-HA opened this issue Nov 15, 2023 · 1 comment
Open

scons: *** [rtthread.elf] Error 1 #4

VINCE-HA opened this issue Nov 15, 2023 · 1 comment

Comments

@VINCE-HA
Copy link

LINK rtthread.elf
/tools/gcc/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x140db2 of rtthread.elf section .rodata' is not within region flash'
/tools/gcc/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: rtthread.elf section .opus.low.data' will not fit in region flash'
/tools/gcc/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x1417f2 of rtthread.elf section .rodata' is not within region flash'
/tools/gcc/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x1417f2 of rtthread.elf section .rodata' is not within region flash'
/tools/gcc/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: region `flash' overflowed by 21628 bytes
collect2: error: ld returned 1 exit status
scons: *** [rtthread.elf] Error 1
scons: building terminated because of errors.

@daniel-dona
Copy link
Owner

Hi, looks like the image created is too big, what code are you trying to compile?

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