View Single Post
Old 10-16-2024, 04:23 PM   #27
lordeagle
Enthusiast
lordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankind
 
Posts: 49
Karma: 17448
Join Date: Jun 2020
Device: Kobo Elipsa2E & Libra H20, Kindle PW3 & PW2
Wahoo, a first green build

https://github.com/ivy-rew/eink-vnc/...ows/build.yaml

... the contents may not make too much sense, but at any rate I get a binary out of it

Running it on my Elipsa 2E shows GLIBC errors.
Code:
[root@kobo vncdev]# ./einkvnc --help
./einkvnc: /lib/libc.so.6: version `GLIBC_2.28' not found (required by ./einkvnc)
./einkvnc: /lib/libc.so.6: version `GLIBC_2.25' not found (required by ./einkvnc)
./einkvnc: /lib/libc.so.6: version `GLIBC_2.33' not found (required by ./einkvnc)
./einkvnc: /lib/libc.so.6: version `GLIBC_2.32' not found (required by ./einkvnc)
./einkvnc: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./einkvnc)
./einkvnc: /lib/libm.so.6: version `GLIBC_2.35' not found (required by ./einkvnc)
./einkvnc: /lib/libm.so.6: version `GLIBC_2.27' not found (required by ./einkvnc)
Looks like the problem elinkser described, but I can't adapt it to my context
Quote:
Originally Posted by elinkser View Post
Hey I appreciate the effort.
Note* If someone is building Plato with the Linaro build tools, they might get a GLIBC not found error as described here:
https://kobzol.github.io/rust/ci/202...der-glibc.html

I took their advice and used an old Linaro release from here:
https://releases.linaro.org/componen...nux-gnueabihf/

Last edited by lordeagle; 10-17-2024 at 11:10 AM.
lordeagle is offline   Reply With Quote