You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the cross-compilation for windows following procedures on this page. Using Rust in Wine as a sort of cross-compiler
In procedure No.3, I got an internal compiler error, like that.
Currently the compiler can't link against artifacts produced by a different version of the compiler, so it may be the case that the libraries for i686-pc-windows-gnu are produced by a different version than 5aca49c69 (the host compiler). Syncing the two together should cause this to go away.
I tried the cross-compilation for windows following procedures on this page.
Using Rust in Wine as a sort of cross-compiler
In procedure No.3, I got an internal compiler error, like that.
(Directory named 'test_cross' made by "cargo new test_cross --bin")
I'm using Mac OS X Yosemite 10.10.5.
rustc version:
Sorry for poor my english.
Thank you.
The text was updated successfully, but these errors were encountered: