hfsinspect: src/crc32c/crc32c.c:29:13: error: instruction requires: Not 64-bit mode

Ken Cunningham ken.cunningham.webuse at gmail.com
Tue May 5 13:49:15 UTC 2020


you are building a 64 bit executable, but trying to include 32 bit Intel asm, which won't work.

hopefully there is 64 bit asm somewhere you should include instead, or some #define to set for 64 bit builds, or some way to turn off the asm, or ... some other way to not include 32 bit asm in a 64 bit build.

K


More information about the macports-dev mailing list