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

macports at parvis.nl macports at parvis.nl
Tue May 5 17:28:23 UTC 2020


> On 2020-05-05, at 15:49, Ken Cunningham <ken.cunningham.webuse at gmail.com> wrote:
> 
> 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

OK, imagined something like that. have done many assemblers for many architectures but never intel.

BUT, how is it possible that a manual compile works with the same code that doesnt work in macports?


More information about the macports-dev mailing list