-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 compile mbedtls 3.5.0 with mingw-w64 clang17 #8332
Comments
Thanks for the bug report. We will look at fixing it before the next release. If you think you have a fix that does not impact other platforms, please submit a PR. |
@Andarwinux Can you see if it works for you, with commit 5ca3f0b, replacing line 38 (
|
This still doesn't work, but #8339 does solve the problem. |
Thanks for testing |
Closing this as OP reports #8339 fixes the problem, and it is now merged |
Summary
System information
Mbed TLS version (number or commit id): 5ca3f0b
Operating system and version: build on wsl2 archlinux, host is x86_64-w64-mingw32
Configuration (if not default, please attach
mbedtls_config.h
):Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
clang 17 with mingw-w64 git master
Additional environment information:
use https://github.com/shinchiro/mpv-winbuild-cmake
Expected behavior
Successfully compiles without any errors.
Actual behavior
Steps to reproduce
Additional information
Our Temporary Fixes:
shinchiro/mpv-winbuild-cmake@2fc10df
You can also use llvm-mingw directly to reproduce the problem without build llvm.
The text was updated successfully, but these errors were encountered: