RE: [USRP-users] LibUHD - Python API problem (RFNoC not found)

2021-06-27 Thread COURANT Frederique - Contractor
Hello, I cannot share my log file but I will share what doesn’t work : -- checking for module ‘libgps’ --package ‘libgps’ not found -- checking for module ‘libgps >= 3.11’ Package ‘libgs >= 3.11’ not found -- could NOT find LIBGPS (missing: LIBGPS_LIBRARY_LIBGPS_INCLUDE_

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-27 Thread Ron Economos
For gr-iqlevels, I never completed the QA test. You can make it pass by doing the following. 1) Install the OOT. In the build directory: sudo make install sudo ldconfig 2) Edit gr-iqlevels/python/qa_iqlevels.py. Change line 30 from: instance = iqlevels() to: instance = iqlevels(1

OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-27 Thread Anton Ottosson
Hi, I was working my way through the OOT module tutorial (https://wiki.gnuradio.org/index.php/OutOfTreeModules) when I ran in to an issue in the part about testing. Trying to run tests i get an error, and ctest -V reveals: ModuleNotFoundError: No module named 'howto' To ensure that the rea