You should be able to build msvc ARM64 with

architecture=arm address-model=64

so long as you’re using B2 4.0+.

 

Thanks
Marc

 

From: Boost-build <boost-build-bounces@lists.boost.org> On Behalf Of ethn v via Boost-build
Sent: Tuesday, December 3, 2019 2:49 AM
To: boost-build@lists.boost.org
Cc: ethn v <ethnvine@gmail.com>
Subject: [EXTERNAL] [Boost-build] compiling for msvc arm64

 

Hi all,

  I was intending to compile boost for msvc arm64.

  When I execute the following command,

b2 toolset=msvc architecture=arm64 address-model=64

  I get an error saying that arm64 is not an valid architecture. Can someone pls point me to the correct way to build arm64 with msvc v141?

Thanks.