-
Notifications
You must be signed in to change notification settings - Fork 214
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
mulodi4 debug assertion #148
Comments
The problem actually originates from: __divdi3(-9223372036854775808, -480093263) |
fix debug assertion in divdi3 fixes #148 r? @alexcrichton
can you publish a new snapshot that includes this fix? |
@oli-obk that snapshot crate was a hack. The compiler-builtins crate truly belongs in the sysroot; it's just that the rust-lang/rust version of that crate has too few intrinsics so I decided to directly depend on this crate (because I didn't want to use the C implementations of the intrinsics). Xargo has been capable of putting custom crates in the sysroot for a while and this crate is now "thumb friendly" due to recent changes. I suggest that you remove the direct dependency to compiler-builtins from your dependency graph and instead build it as part of the Xargo sysroot. Example If you want to continue using the snapshot crate, I'd be happy to transfer ownership of it to you so you can update / maintain it. |
STR
The command hangs and doesn't return but that could be a Cross bug ... I don't know.
The text was updated successfully, but these errors were encountered: