I have a tool that I need to compile for the ARM64 CPU on Windows. I know, there is x64 emulator on Windows for ARM64, but it won't work for me since the tool makes use of a native ARM64 DLL and a system driver.
Now the list of supported platforms
lists Windows for ARM64, but does anyone know how to build the cross-compiler x86-arm64?
Or is there any other way to build an Windows ARM64 binary with lazarus?