-
Notifications
You must be signed in to change notification settings - Fork 168
Unable to debug application when using library version 0.7.0 #309
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
Comments
I'm able to reproduce. |
EDIT: It only seems fixed when passing |
OK great, thanks @jonas-schievink |
318: Use LTO instead of removing the panic handler manually. Closes #309 r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
@jonas-schievink so to be clear if I pass |
This is now fixed by the new 0.7.1 release (containing #318). |
Hopefully 0.7.1 solves the issue! Thanks for reporting the bug, sorry we couldn't get it fixed sooner. |
309: Forward-port v0.6.12/13 changelog r=adamgreig a=jonas-schievink Fixes rust-embedded/cortex-m-rt#299 Co-authored-by: Jonas Schievink <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
First, I'am able to successfully flash the
STM32F303x
and run the application.The issue I'm facing is attempting to debug the application with
GDB
/OpenOCD
.When issuing a
cargo run
I see the following messages (emphasis mine):As a result I'am unable to set break points or use
layout src
inGDB
.This only occurs when using
cortex-m
version0.7.0
.If I use version
0.6.4
I'am able to successfully debug the application.Aside from the
memory.x
file is there additional configuration needed for the newest version of the library?Are specific versions of the library only compatible with specific
MCU
's?Does the version of the
cortex-m
library require a specific version ofGDB
?Below is my
memory.x
file if it helps:The text was updated successfully, but these errors were encountered: