-
Notifications
You must be signed in to change notification settings - Fork 25
Cargo xbuild fails to build with older rustc nightly #74
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
Cargo-xbuild uses the |
|
llvm_asm just included in recent version of rust, and I have no problems compile core crate in the past (about 2 months ago). So I think cargo xbuild must pull new version of rust-src |
looking at compiler builtins version, i'm sure that it tries to compile latest rust-src |
By the way, the very reason i'm trying to use old nightly is that nightly-2020-05-12 don't let me link my kernel to higher haft address, it's just throw alots of R_x86_64_32 relocations errors. |
The problem is that the This library just received an update that switches to To fix this issue, we need to update
|
That worked! But I still have problems linking code to higher address when using cargo xbuild, guess I will open new issue for this. Thanks! |
Great, I will merge the PR then! |
I'm using nightly-2020-02-24, but cargo xbuild tries to build core crate with lastest rust-src, which failed. cargo xbuild need a way to specify which rust-src to use when building core crate.
The text was updated successfully, but these errors were encountered: