50ButtonsEach / fliclib-linux-hci

Flic SDK for Linux
307 stars 53 forks source link

Get it running on Raspbian bookworm lite #115

Closed pfink closed 8 months ago

pfink commented 8 months ago

Just if someone else has the same issue:

Trying to run it on Raspbian Bookworm Lite gave the following error: -bash: /opt/fliclib-linux-hci/bin/armv6l/flicd: cannot execute: required file not found

I could fix it by running:

sudo dpkg --add-architecture armhf
sudo apt update
sudo apt install -y libc6:armhf libstdc++6:armhf
deanylev commented 6 months ago

You are an absolute saint 🙏