50ButtonsEach / fliclib-linux-hci

Flic SDK for Linux
305 stars 55 forks source link

Get it running on Raspbian bookworm lite #115

Closed pfink closed 3 months ago

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

You are an absolute saint 🙏