I have used piscope on Raspberry Pi OS and recently wanted to use on Raspberry Pi OS 64bit.
I followed the instructions on http://abyz.me.uk/rpi/pigpio/piscope.html
# To utilise a pre-built executable use one of the following make commands
make hf # to run on a Pi
This makes a 32 bit executable.
It appears to be feasible to build from source, but as Raspberry Pi OS 64bit seems to be the most popular I would have expected a prebuilt binary (there is a x86_64 build option).
Has anyone run piscope on 64 bit - and if so HOW?
make hf # to run on a Pi make x86_64 # to run on a 64 bit Linux PC– Milliways Dec 12 '22 at 10:20