Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.0, 6.8.0
-
None
-
Windows 11, MSVC 2022
Description
At the momement, only ARM64 platform is listed as supported on Windows on ARM. Microsoft promotes the use of ARM64EC (see https://blogs.windows.com/windowsdeveloper/2021/06/28/announcing-arm64ec-building-native-and-interoperable-apps-for-windows-11-on-arm/ and https://learn.microsoft.com/en-us/windows/arm/arm64ec ) as another ABI for Windows on ARM, on Windows 11 in particular, which provides better interoperability between x86_64 and ARM code.
There meanwhile multiple attempts to get Qt running with ARM64EC and problem reports from different parties ranging from build problems to runtime issues. At the time of writing this, Qt 6.7.0 fails to run "configure" when ARM64EC is used.
It should also be investigated if and how ARM64EC can be supported on Qt 6.8 which has its Feature Freeze very soon.
Attachments
Issue Links
- relates to
-
QTBUG-113583 Problem when compiling a C++ project with MSVC 2019 with the target ABI ARM64EC for Windows 11 on ARM.
- Reported
-
QTBUG-119233 Problems when Building a Project for Windows that uses QtWebEngine for ARM64EC in Debug Mode
- Reported
-
QTCREATORBUG-28729 QTCreator failed to build due to error MSB3073 on windows with MSVC Target ARM64EC
- Closed