You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
I tried to compile it on an arm64 arch (raspberry pi4) but it's failing. /usr/bin/ld: ext/intel-ipsec-mb/lib/sse/sha512_one_block_sse.os: Relocations in generic ELF (EM: 62) /usr/bin/ld: ext/intel-ipsec-mb/lib/sse/sha512_one_block_sse.os: Relocations in generic ELF (EM: 62) /usr/bin/ld: ext/intel-ipsec-mb/lib/sse/sha512_one_block_sse.os: Relocations in generic ELF (EM: 62) /usr/bin/ld: ext/intel-ipsec-mb/lib/sse/sha512_one_block_sse.os: Relocations in generic ELF (EM: 62) /usr/bin/ld: ext/intel-ipsec-mb/lib/sse/sha512_one_block_sse.os: error adding symbols: file in wrong format collect2: error: ld returned 1 exit status scons: *** [build/obj/lib/libdps_ns3.so] Error 1 scons: building terminated because of errors.
I've tried with different compilers and even tried cross-compile with arm-linux-gnueabi-gcc and aarch64-linux-gnu-gcc but also having the same issue.