Changes between Initial Version and Version 1 of Ticket #15968, comment 1
- Timestamp:
- Sep 18, 2024, 11:40:59 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15968, comment 1
initial v1 1 [https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/cross-compile This page] details what's needed to cross compile for arm64 on Windows (and Mac and Linux). It says that a machine has to have the "VS 2022 C++ ARM64/ARM64EC build tools (Latest)" Visual Studio component. I think that's available on GitHub Actions. In the README for the Windows 2022 runner, `Microsoft.VisualStudio.Component.VC.Tools.ARM64 17.11.35102.94` is listed as an installed component. `ARM64EC` is also installed.1 [https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/cross-compile This page] details what's needed to cross compile for arm64 on Windows (and Mac and Linux). It says that a machine has to have the "VS 2022 C++ ARM64/ARM64EC build tools (Latest)" Visual Studio component. I think that's available on GitHub Actions. In the [https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md README for the Windows 2022 runner], `Microsoft.VisualStudio.Component.VC.Tools.ARM64 17.11.35102.94` is listed as an installed component. `ARM64EC` is also installed.