Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to compile for arm64 Linux #268

Open
kero990 opened this issue Apr 24, 2023 · 0 comments
Open

Attempting to compile for arm64 Linux #268

kero990 opened this issue Apr 24, 2023 · 0 comments

Comments

@kero990
Copy link

kero990 commented Apr 24, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant