-
Notifications
You must be signed in to change notification settings - Fork 93
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
Cross compiling from Linux to Windows with disabled default features for std is giving error #313
Comments
The error is caused here: Line 67 in 23c6fd2
You need to install the
How are you building the standard library using normal cargo? |
I'm not building the standard library using normal cargo and I've x86_64-pc-windows-gnu installed, otherwise I wouldn't be able to compile it using standard cargo. |
Then what do you mean by "I can compile just fine using normal cargo"? I thought you meant building the standard library, now I am not sure.
Hm, can you check if the file "crt2.o" exists anywhere in |
Looks like these days the files reside at
|
FWIW, the PR that broke this is probably rust-lang/rust#72999. |
The pull request works. Thanks for your help. |
I'm getting this error when trying to build with xargo with default std features off, I can compile just fine using normal cargo.
The text was updated successfully, but these errors were encountered: