GNU Radio Missing Blocks and Device Connection Issues

2025-03-13 Thread Law, Nicolas
Hi all, I am a relatively new GNU Radio user and have a couple of issues I could use some help with: First, I am trying to utilize some blocks in GNU provided by Ettus. The XML files were downloaded from the GitHub here: https://github.com/EttusResearch/gr-doa. I am running gnuradio 3.10.5.1 a

RE: [EXT] Re: GNU Radio Missing Blocks and Device Connection Issues

2025-03-13 Thread Law, Nicolas
r-doa. Also, installing a GNU Radio out-of-tree module isn't done by copying files somewhere. It is a CMake project. You need to build and install. Something like "mkdir build; cd build; cmake ..; make; sudo make install; sudo ldconfig". Best, Daniel. On 13/03/2025 19:18, Law,