mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 10:13:55 +02:00
Page:
ARM64
Pages
256 Color Mode
3D Driver Issues
AFD
AMD64
ARM
ARM64
ARM64EC Toolchain
Acknowledgements
Android
Apps That Support Wine
Bottling Standards
Bug Triage
Bugs
Building Biarch Wine On Ubuntu
Building Wine
Buildroot
CentOS RHEL
Clang
Clean Room Guidelines
Cmd Conformance Tests
Code Coverage
Code Hygiene
Code In
Commands
Compatibility
Conformance Tests
Copy Protection
Create Fonts
Create Icons
Cygwin and More
DOSBox
Debian Ubuntu
Debug Channels
Debugging Hints
Designers
Developer FAQ
Developer Hints
Developers
DirectDraw
DirectPlay Games
DirectX D3DX9
Disassembly
Distributed build with icecream
Distrobox development environment
Documentation
Download
Emulation
FAQ
Fedora
Forum Posting Guidelines
Forums
FreeBSD
Gcc
Gecko
Git Wine Tutorial
Guest Unit Tests
Haiku
Hardware
Hurd
IRC
Importance of Wine
Known Issues
Licensing
MIDI
MacOS Building
MacOS FAQ
MacOS
Mageia
Make Test Failures
Man Pages
Multiarch
News
OpenSUSE
Ospp Summer Code
Outreachy
Packaging
Performance
Pop! os
Portable Wine
Preloader Page Zero Problem
Previous Summers of Code
Project Organization
Public Relations
Regression Testing
Reverse Regression Testing
Sound
Source Code
Source Tree Structure
Stable Rules
Static Analysis
Submitting Patches
Summer Of Code
Third Party Applications
Translating
Uniscribe
Usage Statistics
Useful Registry Keys
Vim Tips
Web Design Tasks
Who's Who
Wine Developer's Guide
Wine Features
Wine History
Wine ICU
Wine Installation and Configuration
Wine Mono
Wine Status
Wine TestBot VMs
Wine TestBot
Wine User's Guide
Wine and Valgrind
WineConf
WineGUI
Winelib User's Guide
Winelib
Winetricks
Winezeug
Writers
home
No results
2
ARM64
Alexandre Julliard edited this page 2024-09-17 14:03:05 +02:00
ARM64 support
Status
- Yes, It works! (TM)
- Backtraces work
- WOW64 setup works now
- Stubs
- Relay tracing
Todo
- wine-gecko/wine-mono ARM64 port.
ABI Problems
As of now, we found two ABI incompatibilities:
How to help
- Report bugs with winelib or Windows applications.
Compiling
In the likely case that you don't own ARM64 Hardware at the moment, have a look at Linaro Engineering: ARMv8 activity/downloads,
there you get a cross-toolchain, a bootable system and instruction on how to get the Foundation Model from ARM. (qemu should also work, but i haven't had much success with it yet) For the start run configure like:
../configure --host=aarch64-linux-gnu host_alias=aarch64-linux-gnu --with-wine-tools=../yourotherbuilddir/ --without-freetype --without-x --enable-win64
Running Windows arm64 Applications
The SDK for win10 includes some PEs for arm64, have a look at bug #38714.
You may run into ABI problems described above.
Running Windows/x86 Applications
See Emulation
See also
-
AArch32: ARM