rschroll / RMStylusButton

Use a stylus button with the reMarkable 2
GNU General Public License v3.0
7 stars 0 forks source link

`GLIBC_2.34' not found #4

Open Jab2870 opened 2 months ago

Jab2870 commented 2 months ago

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 commented 2 months ago

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.