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

`GLIBC_2.34' not found #4

Open
Jab2870 opened this issue Jun 29, 2024 · 1 comment
Open

`GLIBC_2.34' not found #4

Jab2870 opened this issue Jun 29, 2024 · 1 comment

Comments

@Jab2870
Copy link

Jab2870 commented Jun 29, 2024

Hi,

Just trying to get this up and running and get the following error when attempting to run it:

reMarkable: ~/RMStylusButton/ ./RMStylusButton
./RMStylusButton: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./RMStylusButton)

My remarkable is on version 3.3.2.1666

rschroll added a commit that referenced this issue Jul 12, 2024
Issue #4 is likely due to the Remarkable version being too early
for the toolchain we've been using.  Let's see what happens if we
build with an older version.
@rschroll
Copy link
Owner

rschroll commented Jul 12, 2024

I suspect this is due to the older version of the Remarkable software. The toolchain I used for building is associated with 3.6, so if 3.3 used an older version of glib, this would be expected.

I've set up a build using the older toolchain:
RMStylusButton.tar.gz. It works on my up-to-date(ish) Remarkable; let me know what happens for you.

Note that the undo/redo functionality relies on keyboard shortcuts. I don't know how far back support for those shortcuts goes. I do see a note about additional shortcuts being added in 3.10, but it doesn't specify which those were. The eraser functionality ought to work regardless.

For my reference: this was built on the old-toolchain branch.

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

2 participants