-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with nasm 2.14.02 fails on win64 #30
Comments
You should have got |
@gbtucker OK, I'll try to get yasm running. |
@gabrielschulhof, nasm should work now. You might give it another try. |
Hi @gbtucker , I get below error while building isa-l_crypto on win64 nasm --version nmake -f Makefile.nmake Creating library isa-l_crypto.lib and object isa-l_crypto.exp Do you know if this is a known issue or how to resolve it? |
@gbtucker its still failing. link -out:isa-l_crypto.dll -dll -def:isa-l_crypto.def -nologo -incremental:no -debug @C:\Users\akv\AppData\Local\Temp\nmBE1B.tmp I have actually tried the same fix before asking the question. |
Thanks again @arun-kv. I think I found a simple solution to this issue also. I'm pushing through testing now and trying to see why it wasn't caught.
|
@gbtucker thank you so much for the help, its getting compiled now. The test directory is not getting compiled, so i have made the below changed to make it work. --- a/tests/extended/Makefile.nmake tests: lib $(tests) |
Thanks for testing this. As openSSL changed the lib name in 1.1.0 we should change also. |
I get
isa-l_crypto\sha256_mb\sha256_mb_mgr_flush_avx2.asm:99: error: COFF format does not support any special symbol type
when I try to assemble this file on Windows.Is there a way around this?
The text was updated successfully, but these errors were encountered: