-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Can't compile bmp for stlinkv2 target #1800
Comments
This is a known issue. Please either use the Meson build system and disable a target or two you're not planning to use, or edit There's nothing in particular the project can do about this as we're just simply reaching the limits of the Flash on these devices, and keeping a complete list of all the permutations and combinations of probes the firwmare has been ported to completely updated with what targets need disabling to make it fit (and hoping those aren't the ones the user wants(!)) is not something we've got the bandwidth to do. The Meson option is by far the best on this score because you can so easily customise what set of targets you want your build to support with |
well, that worked perfectly fine. Thank's a lot. I understand the limitations. Maybe it would be a good idea to add a note to the readme about that? I guess a lot of people could fancy this tip while using these cheap debuggers. |
Yes, having a note in the README would be a good idea - you'd be welcome to contribute that if you'd like, or it'll go on our pile to fix when we get a moment to address it. Happy to hear you're up and working now though. |
It'll be my pleasure. I'lldo this tonight, after work 😄 |
Hi,
I'm trying to update the formware of a stlinkv2 clone as the README says, on Debian11.
Issue:
The linking fails with this error message:
Reproduce:
various toolchain's version tests
(hope based on this issue: ST-Link v2 with SWIM as UART configured is too big to fit #1579 )
build
make clean
make PROBE_HOST=stlink ST_BOOTLOADER=1
I tryed multiple none-eabi toolchains as mentioned in multiple topics on the subject, those 102% of rom are the best i got.
Can someone help me with this?
Thanks for your great work, and have a nice day.
The text was updated successfully, but these errors were encountered: