-
Notifications
You must be signed in to change notification settings - Fork 366
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 cross-compile for Windows from Linux using MINGW64. #504
Comments
# 1 is easy, but # 2 will require some real work. |
Is |
It should be for any windows build with |
gcc version <= 7? That sounds like a bit of a pain but doable. |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782 indicates that this fixed in GCC 8 |
Do you know why |
No idea |
@isuruf can you compile with |
|
So there wasn't an error compiling kernels/haswell/3/bli_gemm_haswell_asm_d6x8.o? |
Nope. That compiled fine. |
|
Those files compile fine with a recent version on macOS:
|
Reposted from #463, as reported by @isuruf:
There are more errors with that cross compiling build though.
__MINGW64__
macro and add that flag). gcc bug linkThe text was updated successfully, but these errors were encountered: