intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
289 stars 87 forks source link

symbol `vmovdqu32' redefined #11

Closed kcmohanprasad closed 7 years ago

kcmohanprasad commented 7 years ago

Hi,

I am trying to compile this code in Centos 7(3.10.0-514.10.2.el7.x86_64), getting this below error in .45 and .44 versions, is there any workaround for this issue mb_mgr_hmac_sha_256_submit_avx512.asm:170: error: parser: instruction expected mb_mgr_hmac_sha_256_submit_avx512.asm:171: error: symbol `vmovdqu32' redefined mb_mgr_hmac_sha_256_submit_avx512.asm:171: error: parser: instruction expected make: *** [obj/mb_mgr_hmac_sha_224_submit_avx512.o] Error 1

Thanks, Mohan

sgmonroy commented 7 years ago

Hi,

What nasm version are you using?

Required tools:

Thanks, Sergio

On 08/06/2017 10:26, kcmohanprasad wrote:

Hi,

I am trying to compile this code in Centos 7(3.10.0-514.10.2.el7.x86_64), getting this below error in .45 and .44 versions, is there any workaround for this issue mb_mgr_hmac_sha_256_submit_avx512.asm:170: error: parser: instruction expected mb_mgr_hmac_sha_256_submit_avx512.asm:171: error: symbol `vmovdqu32' redefined mb_mgr_hmac_sha_256_submit_avx512.asm:171: error: parser: instruction expected make: *** [obj/mb_mgr_hmac_sha_224_submit_avx512.o] Error 1

Thanks, Mohan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/01org/intel-ipsec-mb/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ALniy-JigtbDEr7luVYyxI6EcBgh-Hlmks5sB74ygaJpZM4NzzXS.

isoke commented 7 years ago

Thank you for the reply.

Upgraded nasm and got it fixed, thank you

tkanteck commented 7 years ago

thanks for the update and let me close this issue for now.