Is it possible to get a build for the latest version of OS for the raspian Pi 4 ?
Linux 6.6.51+rpt-rpi-v8 (Bookworm).
I made a few attempts to step backwards in OS but fails to get a version compatible with the released version of ZMERadioTools.
Also only to try install different versions of Qt didn't resolve the compatibility issue.
Zniffer with the latest Qt 5.15.8 libraries build
Re: Zniffer with the latest Qt 5.15.8 libraries build
More research revealed that the Zniffer download has the Qt libraries embedded although the embedded Qt libraries have links with the system libraries and there is the system conflict. Concluding that the current download is buggy due to the wrong linkage within the libraries.
Workaround: replace all the libQt* libraries in the ZMERadioTools directory with the newer system libraries (/lib/aarch64-linux-gnu/) including libstdc++.so.6
Now the interface starts up although some rendering problems.
Workaround: replace all the libQt* libraries in the ZMERadioTools directory with the newer system libraries (/lib/aarch64-linux-gnu/) including libstdc++.so.6
Now the interface starts up although some rendering problems.