-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Unable to link mingw64 + rust nightly undefined reference to `__imp___acrt_iob_func' #59604
Comments
The Vulkano readme states:
so this looks like a user error to me, even if it did happen to work in the past? |
Ah right, I missed that bit. Thanks. |
This was referenced Jan 21, 2020
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
Chris00
added a commit
to Chris00/rust-crlibm
that referenced
this issue
Dec 20, 2021
These targets are not supported by the Rust language. See rust-lang/rust#59604
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to compile https://github.com/vulkano-rs/vulkano on
nightly
.OS: Windows 10 + mingw64,
pacman -Syu
to latest mingw64 from MSYS2Toolchain:
nightly-x86_64-pc-windows-gnu
rustc
1.35.0-nightly (bc44841ad 2019-03-14)
Building onBuilding onstable
succeeds but I neednightly
for development.stable-*-msvc
works.The text was updated successfully, but these errors were encountered: