-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Raspberry Pi 5] Core segfaults when using dynamic recompiler #57
Comments
And I guess it's not a compilation issue. So the pre-compiled core from here: https://github.com/realnc/dosbox-core/releases/tag/latest_build_linux_arm Doesn't work either? |
@realnc No, that doesn't work with the dynamic core, either. |
Could this be related? Apparently, it originates from this Raspberry Pi OS bug: raspberrypi/bookworm-feedback#107 So, where could I set the page size for the dynarec? |
I have confirmed that the 16K PageSize is what causes the segfault here, since using |
@realnc
You see these 4096? They should be 16384 so dynarec core works on the Pi5.
What Flycast did to fix this, is get the PAGE_SIZE at build time: Would you please add such a fix to this core? |
Hi there,
Just built this core on the latest Raspberry Pi OS on the Pi5, and it segfaults when
dosbox_core_core
is set todynamic
.Not much more to say, it seems the ARMV8L dynarec doesn't work on the Pi5.
The text was updated successfully, but these errors were encountered: