-
Notifications
You must be signed in to change notification settings - Fork 168
BASEPRI and FAULTMASK break the standalone build on armv6m #98
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
japaric
added a commit
that referenced
this issue
Aug 2, 2018
The BASEPRI and FAULTMASK registers don't exist on that architecture closes #98
bors bot
added a commit
that referenced
this issue
Aug 2, 2018
102: don't assemble basepri*.s and faultmask.s for ARMv6-M r=japaric a=japaric The BASEPRI and FAULTMASK registers don't exist on that architecture closes #98 Co-authored-by: Jorge Aparicio <[email protected]>
The latest release (v0.5.3) contains a fix for this. BTW, @dtwood I see that you are overriding the assembler / compiler and the archiver. Did the default values not work for you? |
I haven't actually tried the default values - my windows machine has a copy of clang/lld that I've built from source, but no gcc or binutils |
adamgreig
pushed a commit
that referenced
this issue
Jan 12, 2022
98: v0.5.3 r=adamgreig a=japaric commit required to make a new release r? @rust-embedded/cortex-m (anyone) Co-authored-by: Jorge Aparicio <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: