building ipp-crypto fails
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
I'm attempting to test hardware accelerated openssl libraries, and am following the steps outlined in:
https://github.com/intel/ipp-crypto/blob/develop/BUILD.md
This is being built under vmware workstation 15 with an x64 Ubuntu 20 guest on a windows 10 pro host box running amd ryzen 3950 processor. It appears from docs i should be able to build (not run) on a non-intel system, or am i mistaken?
cmake setup works, but build fails before completion:
```
[ 75%] Building ASM_NASM object sources/ippcp/CMakeFiles/ippcp_s_k0-asmobjs.dir/__/__/asm_sources/k0/asm_intel64/pcpsha256l9as.asm.o
/var/dev/github/ipp-crypto/_build/asm_sources/k0/asm_intel64/pcpsha256l9as.asm:462: error: mismatch in operand sizes
/var/dev/github/ipp-crypto/_build/asm_sources/k0/asm_intel64/pcpsha256l9as.asm:490: error: mismatch in operand sizes
make[2]: *** [sources/ippcp/CMakeFiles/ippcp_s_k0-asmobjs.dir/build.make:368: sources/ippcp/CMakeFiles/ippcp_s_k0-asmobjs.dir/__/__/asm_sources/k0/asm_intel64/pcpsha256l9as.asm.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:497: sources/ippcp/CMakeFiles/ippcp_s_k0-asmobjs.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
```
Update: set up a build environment on a dell r740 running ubuntu 20 x64. same issue.
Contributor guide
Assessment
This issue has not been assessed yet.