-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Raspberry Pi 5: libm.so.6: ELF load command address/offset not page-aligned #912
Comments
You are probably using a 16K pagesize OS. Note that mostly nothing will work with 16K pagesize, at least not wine. But you'll have to gives more detail if you are interrested in a fix, because I don't have a PI5 so I cannot reproduce anything on my side. |
Yeah after looking at the error for box64 I googled it and noticed that at least on rpi5 Raspberry OS is 16K pages |
I can second that I'm also running into this issue with the Raspberry Pi 5. It was also an issue with Box64 until I ran it as It would appear that either the RP5 kernel needs to be recompiled with 4K pages or box86 needs to add support for the RP5's 16K. I tried manually adding the compiler flags in the |
I recompiled my kernel to 4K using the guide here: |
It would appear logging out and back in after running install_steam.sh helped me get past some issues, but now when I got to launch steam it just hangs. |
Yeah I wrote the |
@sundhaug92 kernel recompilation is not necessary on piOS. both 16k and 4k pagesize kernels are included, you can switch between the two with an option in config.txt raspberrypi/bookworm-feedback#107 (comment) |
Since there is no dedicated RPi 5 target yet, did you use |
Raspberry Pi OS 64-bit
LSB
uname:
Linux raspberrypi 6.1.0-rpi7-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
Happens when running test01, or steam
The text was updated successfully, but these errors were encountered: