You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nasm -f elf64 -D LINUX -X gnu $(libcrc_SOURCES_DIR)$(@:.lo=.S) -I$(libcrc_SOURCES_DIR) -o $@ -prefer-non-pic
endif
The text was updated successfully, but these errors were encountered:
thiagomacieira
changed the title
Fails to build from source: nasm: fatal: unable to open input file `quickassist/lookaside/access_layer/src/common/compression/crc64_ecma_norm_by8.S' No such file or directory
Fails to build from source: crc64_ecma_norm_by8.S' No such file or directory
Oct 16, 2023
Steps to reproduce:
Output:
The rule in the Makefile.am is probably wrong:
qatlib/Makefile.am
Lines 123 to 130 in 7429ee2
The text was updated successfully, but these errors were encountered: