-
Notifications
You must be signed in to change notification settings - Fork 183
Illegal instruction #34
Comments
Hi, can you give me the output of:
best /daniel |
after following @Chris-Ariel make i end up getting this ./rebar shell when i run ./bin/ss7MAPer console i got this bash: ./bin/ss7MAPer: No such file or directory how can this be fixed, and thanks chris your make really help me get somewhere |
Hi, please do not hijack issues, but open a new one instead. best /d |
Thanks for your reply! root@root:~# uname -a root@root:~# erl -version |
Hi, this seems to be a known bug when running erlang binaries on older cpus (without sse2). You can fix this by building your erlang from source and configure it with --enable-ethread-pre-pentium4-compatibility (see http://erlang.2086793.n4.nabble.com/R14B-Illegal-instruction-td2544273.html). best /daniel |
==> root (compile)
root@kali:~/ss7MAPer# ./bin/ss7MAPer console
Exec: /root/ss7MAPer/erts-7.3/bin/erlexec -boot /root/ss7MAPer/releases/1/ss7MAPer -mode embedded -config /root/ss7MAPer/releases/1/sys.config -args_file /root/ss7MAPer/releases/1/vm.args -- console
Root: /root/ss7MAPer
Illegal instruction
Erlang == 18.3
kali
how to solve the problem
The text was updated successfully, but these errors were encountered: