gr-timing_utils icon indicating copy to clipboard operation
gr-timing_utils copied to clipboard

GNU Radio Timing Utilties

Results 4 gr-timing_utils issues
Sort by recently updated
recently updated
newest added

Two problems have occurred in building this with the latest 3.10. First, boost::format needs the #include header. Second, there are problems when trying to use boost::format with the version of...

The gr-sandia_utils module is no longer required to build this module, so this PR removes that dependency.

This adds missing boost format headers which will cause errors on compiling with gnuradio 3.10/ubuntu 22.04

In trying to setup a gnuradio dev environment in a CentOS 7 VM, I built my GNU Radio without UHD support. I was able to build gr-timing_utils without issue, but...