smhasher icon indicating copy to clipboard operation
smhasher copied to clipboard

failure to build on arm

Open brettowe opened this issue 1 year ago • 1 comments

while attempting to build this I get the below linking error:

[ 98%] Linking CXX executable SMHasher /usr/bin/ld: /tmp/SMHasher.NXV2q9.ltrans0.ltrans.o: in function t1ha0_ia32aes_noavx_test(void const*, int, unsigned int, void*)': <artificial>:(.text+0x8518): undefined reference to t1ha0_ia32aes_noavx' /usr/bin/ld: SMHasher: hidden symbol `t1ha0_ia32aes_noavx' isn't defined /usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/SMHasher.dir/build.make:104: SMHasher] Error 1 make[2]: Leaving directory '/root/smhasher/build' make[1]: *** [CMakeFiles/Makefile2:125: CMakeFiles/SMHasher.dir/all] Error 2 make[1]: Leaving directory '/root/smhasher/build' make: *** [Makefile:160: all] Error 2 make: Leaving directory '/root/smhasher/build'

device is a odroid hc4 cat /proc/cpuinfo processor : 0 BogoMIPS : 48.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x1 CPU part : 0xd05 CPU revision : 0

brettowe avatar Jan 12 '23 22:01 brettowe