-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Illegal instruction mcr
on ARM926EJ-S
#138666
Comments
Backtrace with symbols:
|
@rustbot transfer rust-lang/rust |
(Transferring since it looks like it's about rustup's use of Rust instead of rustup itself. Please correct me if this is not the case.) |
IIRC ARM926EJ-S is Armv5TE, so I think you have to use |
Using |
Hmm, maybe just changing the target is not enough, because if the linked library is armv6, the final binary will be too. Could you tell us the result of the |
Oh, sorry. That was a user error. I've uploaded the wrong binary. It works with |
Verification
Problem
Binaries compiled for ARM926EJ-S fail with SIGILL.
GDB output:
Steps
Illegal instruction
Possible Solution(s)
No response
Notes
No response
Rustup version
Installed toolchains
OS version
The text was updated successfully, but these errors were encountered: