Thread

  1. Re: [PATCH] Add native windows on arm64 support

    Dave Cramer <davecramer@postgres.rocks> — 2024-01-25T21:52:30Z

    On Thu, 25 Jan 2024 at 16:32, Andrew Dunstan <andrew@dunslane.net> wrote:
    
    >
    > On 2024-01-25 Th 16:17, Dave Cramer wrote:
    >
    >
    >
    > On Thu, 25 Jan 2024 at 16:04, Anthony Roberts <anthony.roberts@linaro.org>
    > wrote:
    >
    >> Hi David,
    >>
    >> Unix "file" or "dumpbin /headers" in vcvarsall are your best bets.
    >>
    >> Thanks,
    >> Anthony
    >>
    >
    >
    > So there is another way, select the file in Windows Explorer and right
    > click, in the compatibility tab if the "Windows on ARM" is greyed out it is
    > an arm binary.
    >
    > So far mine are not :(
    >
    >
    > Yeah, I think the default Developer Command Prompt for VS2022 is set up
    > for x86 builds. AIUI you should start by executing "vcvarsall x64_arm64".
    >
    
    Yup, now I'm in the same state you are
    
    Dave