Skip to content

No ARM/ARM64 support on Windows with Visual Studio 2022 #108

@chuckchopp

Description

@chuckchopp

Multiple build failures occur when "01-generate.bat" is modified or the commands independently executed with the architecture "x64" replaced with "ARM" or "ARM64":

cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 17 2022" -A x64 ..

The following errors were reported when building "cppcommon.vcxproj" with any configuration for the ARM64 architecture:

C:\Projects\FastBinaryEncoding\modules\CppCommon\source\errors\exceptions_handler.cpp(501,1): error C1189: #error: Unsupported architecture

C:\Projects\FastBinaryEncoding\modules\CppCommon\source\math\math.cpp(309,1): error C4716: 'CppCommon::Math::MulDiv64': must return a value

C:\Projects\FastBinaryEncoding\modules\CppCommon\source\time\timestamp.cpp(219,12): error C3861: '__rdtsc': identifier not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions