-
Notifications
You must be signed in to change notification settings - Fork 0
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
version `GLIBC_2.7' not found #9
Comments
Hi. Very interesting. What is your device model and the firmware version? |
Pocketbook 611, E611.15.8.0 |
I see. Just to confirm, can you please show the output of running Also, does your device have touchscreen? Currently pbdoom has only touch controls, so it is not possible to play without touchscreen currently. It is very straightforward to add button controls, so we can work on this. |
PocketBook 611 doesn't have a touchscreen, but I was interested in this project anyway |
No problem, thanks for the interest! I see your libc is 2.5
KOReader had a similar problem in koreader/koreader#5939 (for reference) Probably we can just avoid calling some functions and it will work. You said that the log contained
Was there anything else? Can you upload the full log please? |
That's a full log) |
Thanks. I will take a look. At the first glance, the options are: either we can adapt koreader's compilation configuration or we could simply build a separate version with the older SDK for older devices. |
Let me try to actually fix this :) |
@zloytapokk can you please try this version https://github.com/imustafin/pbdoom/suites/17326158019/artifacts/989967290 ? It should start on your device. However, it will have only touch controls, so you won't be able to do anything. If so, we can work on adding buttons support later. |
Thank you, it starts, runs for 3-5 seconds and crashes into the "applications" menu with an error (./game.app: symbol lookup error: ./game.app: undefined symbol: DrawCircle) |
After starting PBDoom, it creates game.log file in the "applications\pbdoom" with:
./game.app: /lib/libc.so.6: version `GLIBC_2.17' not found (required by ./game.app)
./game.app: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./game.app)
The text was updated successfully, but these errors were encountered: