[openssl-dev] problems building openssl-1.0, 2 win64a binaries with vs2013 on windows 7

Joey Yandle dragon at dancingdragon.be
Thu Mar 5 21:19:44 UTC 2015


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


More information about the openssl-dev mailing list