Two probably related issues with using Windows on ARM64 using Parallels:
- When using B2 the output of configuration checks is:
- default address-model : 64-bit [1]
- default architecture : none [1]
If you specify architecture=arm on the command line things build and run just fine
- When using CMAKE the configuration step successfully completes, but the build always fails with:
unknown command-line argument or argument value -DBOOST_CONTEXT_EXPORT=
I am able to build and run CMAKE using the x64 cross compiler after manually specifying the architecture and the assembler in Visual Studio.
Two probably related issues with using Windows on ARM64 using Parallels:
If you specify
architecture=armon the command line things build and run just fineunknown command-line argument or argument value -DBOOST_CONTEXT_EXPORT=I am able to build and run CMAKE using the x64 cross compiler after manually specifying the architecture and the assembler in Visual Studio.