Message-ID: From: "davecramer (@davecramer)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 09 Jan 2025 10:19:05 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #36: Request: Add Windows for ARM support In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2579711443 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 36 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/36#issuecomment-2579711443 Content-Type: text/plain; charset=utf-8 > > Yes we upgraded to WIX 5 which is required for ARM. > > Thanks for your efforts, this and many efforts to maintain the build system up to date help very much to build ARM64 version at this time! Don't thank me, thank @chrullrich, he did all the work > > > Any help you can provide would be awesome. Unfortunately Github does not provide windows arm machines to build on so we would have to build it and upload it. > > Yes, you are right, and this is a severe problem for OSS developers. Currently, it isn't easy to get ARM64-based Windows on CI services, because, probably, Windows Server for Arm64 hasn't been produced yet. > > I built my psqlodbc_arm64.msi with cross-compilation on my dev PC. This brings a ton of pain problems to resolve. However, most problems are still unresolved for automated build purposes. (This means, it requires human hands to fix files manually and so on) Can you post the issues you ran into here or in a discussion? > > And there is still a big problem not resolved yet: I want to provide psqlODBC as **ARM64X** binaries. Again, please post the issues. > > For now, my psqlodbc_arm64.msi provides only ARM64 binaries. If you can upload it somehow I can make it available as a test. Thanks, Dave