Since the function CallCPUID function contains x86 assembler, it breaks the build on other architectures. I’ve changed line 2770 in main.cpp to
#if defined(GNUC) && defined(CRYPTOPP_X86_ASM_AVAILABLE)
to make it compile again, at least on ARM.
Since the function CallCPUID function contains x86 assembler, it breaks the build on other architectures. I’ve changed line 2770 in main.cpp to
#if defined(GNUC) && defined(CRYPTOPP_X86_ASM_AVAILABLE)
to make it compile again, at least on ARM.