build icon indicating copy to clipboard operation
build copied to clipboard

How to build boost libraries for arm64 by MSVC on windows

Open PhoebeHui opened this issue 6 years ago • 2 comments

Anyone who knows how to build boost libraries for arm64 by MSVC on windows?

The Environment: 64 bit OS + x64-based processor + windows 10 + Visual studio 2017 15.4.2 + boost 1.67.0 + b2

I find a args 'architecture' before and use msvc arm64 compiler, and it seems worked before, however it doesn't have 'arm64' value, and the below command doesn't work anymore.

The command: .\bootstrap .\b2 headers variant=release --build-dir=..\out\Release_x64 --address-model=64 .\b2 architecture=arm --variant=release --toolset=msvc-14.0

PhoebeHui avatar May 09 '18 09:05 PhoebeHui

Anyone who know this?

PhoebeHui avatar Nov 28 '18 07:11 PhoebeHui

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

stale[bot] avatar Jun 11 '21 01:06 stale[bot]