Error in cross compile: linking with C:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc.exe
failed: exit code: 1
#65988
Labels
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hi, I'm currently trying to run the triangle example by Vulkano-rs, unfortunately I'm getting the following error:
Full error here
I followed this workaround by peope who faced a similar issue, but I didn't had luck.
I'm trying to cross compile using:
cargo build --target x86_64-pc-windows-gnu --bin triangle
. My current toolchain isstable-x86_64-pc-windows-msvc
. I haveC:\msys64\mingw64\bin
in my PATH.This is inside my
./cargo./config
file:What am I missing? What am I doing wrong? I'm running out of ideas. I kindly ask for suggestions.
The text was updated successfully, but these errors were encountered: