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
libgcc/libgcc2.c:2186:10: fatal error: windows.h: No such file or directory
#include <windows.h>
no idea, what's that.
x86_64-cross-w64-mingw32 will fail already in binutils: checking target system type... Invalid configuration x86_64-cross-w64-mingw32': system w64-mingw32' not recognized
The text was updated successfully, but these errors were encountered:
I guess we would need to support a different libc. I cannot imagine that glibc works for Windows. But I have never tried to build such a toolchain myself. I'm afraid you're in uncharted territory...
have u ever tried to get up a mingw toolchain in bob?
i tried this in
cross-toolchain.yaml
:error:
and this (
cross
instead ofw64
), thecross
should fix the issue above:error:
no idea, what's that.
x86_64-cross-w64-mingw32
will fail already in binutils:checking target system type... Invalid configuration
x86_64-cross-w64-mingw32': systemw64-mingw32' not recognized
The text was updated successfully, but these errors were encountered: