-
Notifications
You must be signed in to change notification settings - Fork 98
Description
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