0 Members and 2 Guests are viewing this topic.
cd srcOPTS=mingw make
I know this is not clean but I think it is better than the "prefix" solution there's in your makefile because prefix is tipically used for other things in a makefile.
printf("Data abort: address=%08x status=%02x pc=%08x\n", mva, status, arm.reg[15]);
Data abort: address=0101010d status=01 pc=102fd8e4
As it seems there's more people interested in a Qt gui I will think about it but a lot of work must be done before that.
Program received signal SIGSEGV, Segmentation fault.0x004018e5 in write_word ()(gdb)Continuing.Program received signal SIGSEGV, Segmentation fault.main (argc=0, argv=0x0) at emu.c:551551 sched_process_pending_events();(gdb) bt#0 main (argc=0, argv=0x0) at emu.c:551(gdb) sProgram received signal SIGSEGV, Segmentation fault.main (argc=0, argv=0x0) at emu.c:551551 sched_process_pending_events();(gdb) bt#0 main (argc=0, argv=0x0) at emu.c:551(gdb) s[Inferior 1 (process 1516) exited with code 030000000005]
And I don't really know how to use GDB, but if I read it correctly the call to sched_process_pending_events() segfaults once before crashing the second time?