chipsalliance / VeeR-ISS

Apache License 2.0
120 stars 34 forks source link

Illegal Instruction Error #23

Closed HamzaShabbir517 closed 2 years ago

HamzaShabbir517 commented 2 years ago

Previously I install the same Whisper ISS on my ubuntu machine but when i am performing the same procedure for my another machine but i am getting this error i have tried to build it several times but getting the same error. I am attaching the snap of the error

Screenshot from 2022-07-08 21-02-58

HamzaShabbir517 commented 2 years ago

Need help with this issue

jrahmeh commented 2 years ago

Please run under gdb and report the back trace: gdb whisper run backtrace

HamzaShabbir517 commented 2 years ago

@jrahmeh i have run the commands as you mention and i got the following output

Screenshot from 2022-09-07 10-34-46

avishaitvila commented 2 years ago

Did you compile with -mfma (check in Makefile), if so, maybe your machine doesn't support fma instruction. Please remove it and add -mtune=native

HamzaShabbir517 commented 2 years ago

thanks @avishaitvila it work for me