You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to compile your project on an arm64 Linux machine. My Lucky Star, BasiliskII compiled successfully and seems to run well (I just opened and tested the gui, but I'm still learning how to use it, and I don't know whether it can work under arm)
However, SheepShaver compilation did not succeed and the following error occurred.
../kpx_cpu/sheepshaver_glue.cpp:813:2: error: #error "FIXME: You don't have the capability to skip instruction within signal handlers"
#error "FIXME: You don't have the capability to skip instruction within signal handlers"
^~~~~
../kpx_cpu/sheepshaver_glue.cpp: In function 'sigsegv_return_t sigsegv_handler(sigsegv_info_t*)':
../kpx_cpu/sheepshaver_glue.cpp:821:19: error: 'pc' was not declared in this scope
dump_disassembly(pc, 8, 8);
^~
Is it because SheepShaver does not yet have arm64 support?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to compile your project on an arm64 Linux machine. My Lucky Star, BasiliskII compiled successfully and seems to run well (I just opened and tested the gui, but I'm still learning how to use it, and I don't know whether it can work under arm)
However, SheepShaver compilation did not succeed and the following error occurred.
Is it because SheepShaver does not yet have arm64 support?
The text was updated successfully, but these errors were encountered: