-
Notifications
You must be signed in to change notification settings - Fork 231
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
make
fails with svd2rust version 0.18.0
#547
Comments
Thanks for reporting! As you mentioned, this isn't a surprise due to a number of changes in svd2rust; stm32-rs is really tied to one version of svd2rust at a time and we haven't updated yet. There's some open issues and PRs (#539, #540, #544, #546) that starts to solve the problems, so hopefully fixed fairly soon. I'll leave this issue open until it's resolved though to help anyone else running into it. |
Issue stm32-rs#547 mentions this but it would be nice to have this information in this prominent place.
557: Mention actually required version of svd2rust r=adamgreig a=sirhcel Issue #547 mentions this but it would be nice to have this information in this prominent place. Version 0.17.0 works for me. Co-authored-by: Christian Meusel <[email protected]>
I also had problems and found out my
|
This is now fixed after #540. |
svd2rust
recently released version0.18.0
which contains some breaking changes. This is the version downloaded and installed when runningcargo install svd2rust
.When running
make
for this crate using this version I am hit with this error:Reinstalling version
0.17.0
ofsvd2rust
and rerunningmake
works as expected.The text was updated successfully, but these errors were encountered: