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'm trying to build for Windows ARM64 from Linux and this LLVM MinGW toolchain I got from https://github.com/mstorsjo/llvm-mingw seems to be the best choice.
However, I've tried on and off to build this, even with the x86_64 version, and it keeps showing me this (I've tried versions going back to 2018 and it shows the same thing):
I'm trying to build for Windows ARM64 from Linux and this LLVM MinGW toolchain I got from https://github.com/mstorsjo/llvm-mingw seems to be the best choice.
However, I've tried on and off to build this, even with the x86_64 version, and it keeps showing me this (I've tried versions going back to 2018 and it shows the same thing):
If I remove -nostdlib and -soname, it shows me this:
I know that the linux-mingw64 config assumes GCC and this is probably clang, but I'm not sure what modifications to make.
The text was updated successfully, but these errors were encountered: