-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there,
I was trying to run the AdamAttack using the make file as directed in the README. I get this error as shown in the image. fatal error: 'gmp.h' file not found

To fix it,
I used the locate command to find the path of gmp and used the path in the include header so that it could point to the gmp as required.
#include </opt/homebrew/include/gmp.h>
It worked but now I am getting another set of errors which I am unable debug.
Could it be because the program is supposed to be run on an x86 machine and I am trying to run it on an Apple silicon M1 Mac?
I see x86-specific SIMD intrinsics like "ia32" in their names.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
