I am trying to run the emulator locally.
git clone https://github.com/Moddable-OpenSource/pebble-examples.git
cd pebble-examples/hellopebble/
pebble build
pebble install --emulator basalt
but I’m getting an error:
$ pebble install --emulator basalt
Couldn't launch emulator:
qemu-pebble: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by qemu-pebble)
versions:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
$ pebble --version
Pebble Tool v5.0.29 (active SDK: v4.9.127)
It worked for me previously on Ubuntu 24, but unfortunately I had to downgrade/re-install to Ubuntu 22 because of some issue with my computer freezing pretty constantly.
A bit of googling says, it might be possible for yous to release a versionless file:
Or I’m also open to self-compiling the SDK or whatever on my local machine but I would need clear steps.
Or I’m also open to using a Dockerfile that uses Ubuntu 24 but I didn’t figure out how to do that.