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

FIX_MOUNTED_PROBE error #68

Open
hopatz opened this issue May 5, 2020 · 7 comments
Open

FIX_MOUNTED_PROBE error #68

hopatz opened this issue May 5, 2020 · 7 comments

Comments

@hopatz
Copy link

hopatz commented May 5, 2020

when enable FIX_MOUNTED_PROBE i got error 👍

c:/users/pc/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio\build\STM32F103RC_btt\firmware.elf section .rodata' will not fit in region rom'
c:/users/pc/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: region `rom' overflowed by 3668 bytes
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\STM32F103RC_btt\firmware.elf] Error 1

i need add proximity probe autolevel, please help fix this?

@MohanMaker
Copy link
Contributor

The error says that you are out of space on your board, so the new features cannot compile. If you watch this video from Teaching Tech, he explains how to reduce the space Marlin uses as 13:20.

Additionally, some BTT SKR E3 DIP boards ship with different chips, so you could try editing the "default_envs" in platformio.ini from STM32F103RC_btt to STM32F103RC_btt_512K, which would give you more space.

@oldman4U
Copy link

Please help the community and close the ticket once you do not need it anymore. Thank you

5 similar comments
@oldman4U
Copy link

oldman4U commented Oct 1, 2020

Please help the community and close the ticket once you do not need it anymore. Thank you

@oldman4U
Copy link

oldman4U commented Oct 7, 2020

Please help the community and close the ticket once you do not need it anymore. Thank you

@oldman4U
Copy link

oldman4U commented Oct 9, 2020

Please help the community and close the ticket once you do not need it anymore. Thank you

@oldman4U
Copy link

Please help the community and close the ticket once you do not need it anymore. Thank you

@oldman4U
Copy link

Please help the community and close the ticket once you do not need it anymore. Thank you

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

3 participants