Closed pfink closed 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
-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
You are an absolute saint 🙏
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: