Tried to compile the emulator using the described ways and in both cases I got the same bunch of warnings and the question if #include <cstdint> is missing in arm_disasm.hpp.
And indeed, after adding that, compiling went through on Arch Linux x86_64.
Tried to compile the emulator using the described ways and in both cases I got the same bunch of warnings and the question if
#include <cstdint>
is missing inarm_disasm.hpp
. And indeed, after adding that, compiling went through on Arch Linux x86_64.