intel / isa-l

Intelligent Storage Acceleration Library
Other
946 stars 300 forks source link

build break #257

Closed 2287358678 closed 10 months ago

2287358678 commented 1 year ago

When I finished the previous steps and run the "make" command, it report make --no-print-directory all-am MKTMP crc/crc32_ieee_by16_10.s CCAS crc/crc32_ieee_by16_10.lo
./include//reg_sizes.asm:207: warning: Unknown section attribute 'note' ignored on declaration of section .note.gnu.property' [-w+other] crc/crc32_ieee_by16_10.s:458: error: invalid combination of opcode and operands make[1]: *** [Makefile:3658: crc/crc32_ieee_by16_10.lo] Error 1 rm crc/crc32_ieee_by16_10.s make: *** [Makefile:2284: all] Error 2 and I chick the nasm version is 2.14.2, and gcc version is 9.4.0. Thank You For Your Help!

pablodelara commented 1 year ago

Thanks for reporting this issue. It looks like an actual compilation issue, so I am going to reopen it. Working on a fix now.