Hello,

I'm trying to build openssl-1.0.2 for windows. I successfully built win32 binaries, but I can't seem to build win64a. I get reasonably far into the build, but then it fails doing AES nasm calls. Previous nasm calls succeed.

perl Configure VC-WIN64A --prefix=Output\Win64\Release

ms\do_win64a

nmake -f ms\nt.mak

...

nasm -f win64 -DNEAR -Ox -g -o tmp32\aesni-sha256-x86_64.obj tmp32\aesni-sha256-x86_64.asm tmp32\aesni-sha256-x86_64.asm:113: error: symbol `__imp_RtlVirtualUnwind' undefined tmp32\aesni-sha256-x86_64.asm:130: error: symbol `L$SEH_begin_aesni_cbc_sha256_enc_xop' undefined tmp32\aesni-sha256-x86_64.asm:131: error: symbol `L$SEH_end_aesni_cbc_sha256_enc_xop' undefined tmp32\aesni-sha256-x86_64.asm:132: error: symbol `L$SEH_info_aesni_cbc_sha256_enc_xop' undefined tmp32\aesni-sha256-x86_64.asm:134: error: symbol `L$SEH_begin_aesni_cbc_sha256_enc_avx' undefined tmp32\aesni-sha256-x86_64.asm:135: error: symbol `L$SEH_end_aesni_cbc_sha256_enc_avx' undefined tmp32\aesni-sha256-x86_64.asm:136: error: symbol `L$SEH_info_aesni_cbc_sha256_enc_avx' undefined NMAKE : fatal error U1077: '"C:\Program Files (x86)\NASM\nasm.EXE"' : return code '0x1'

Any ideas?

thanks,

Joey
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to