Hi all,<br><br> im trying to compile the stack vm on unix with debug options because i&#39;m getting an illegal instruction, see below<br><br>Starting program: /home/vonbecmann/bin/stack-vm/latest/results/StackVM <br>[Thread debugging using libthread_db enabled]<br>
<br>Program received signal SIGILL, Illegal instruction.<br>0x08092ccb in ?? ()<br>(gdb) bt<br>#0  0x08092ccb in ?? ()<br>#1  0x080930ee in ?? ()<br>#2  0x0809314d in ?? ()<br>#3  0x08095b77 in ?? ()<br>#4  0x00189ce7 in __libc_start_main () from /lib/libc.so.6<br>
#5  0x0805cd91 in ?? ()<br>(gdb) x/i $pc<br>=&gt; 0x8092ccb:   movq   %xmm7,0x8187ef8<br>(gdb) <br><br>But i dont know what to do next. maybe im using the wrong libraries to compile it <br><br>what should i do?? any ideas?<br>
<br>Thanks in advance<br><br><br><br><br>