-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEOn0gFAd3OQG8ow6EtFwrk3lBwykFAmfTJJQACgkQtFwrk3lB
wymoUhAAoVX4hWz2ChoUdakzqJtR50QRudNFB15naKRvLetp9p+vdurvTLj82kUT
i6VG6UUM3fY87S6sguqmQhVa6EII+s4wQj6bXdVnVRDAP8BRmvkimbdovep2SgY6
CvmkiNUQJ0pZRZo7eugRvlVkkWhdAdVcpc/r0G7HcripXIg4LY+sWeiaCsx3u5GZ
9PAAIofkaII/VTMu/z/2kg5ijNROGfNdJP/5eDg9Ch5x/IQGpX/+vfw/XiEWv9D8
G44KUttjXbxQqTcVXoZg56LIe4bW3bPga8O4EEeBDWRm3TM/BlYuwyvCZmwU1sG1
/0YwzUkcJU/YZey9LfwZ4aRtmFJ7sxOZwQnVjdfosnr2gQBnm6YAdpt+3QavuLGx
HH7zwM7euYW4q83pplsDrrOQLW5RHrsSwwAl/Si2lnhQ0iI8jhTqFwqIyv01cVnC
tS6+y3eZuzKwM3k3VahJiXGCosHo4ducN7AwlruH4QWRkD1mPfDZdcpN1UfJ/8Xc
DnSrZYATwc3oukUhmTz0imCRMnByR7o+SDiYmmG7gOh/54I3i2pvfX5d494ScKjt
z9PSCbEB22PtLRxxcY3BFS/lpqze0vL+KSqnQ83Go7reiWptMg7jZwwiGQXNU308
hY7nOlvReAeJQV8LVShLkA0/YbuuBeRm/x5urFgIUjgWXAK33RY=
=eThP
-----END PGP SIGNATURE-----
Hi Nic,
It looks like gr-doa was written for GNU Radio 3.7 and never updated to
support newer GNU Radio versions. It will not work with GNU Radio 3.10.
GNU Radio now uses YAML files instead of XML files to describe blocks.
There have also been API changes. I don't know if someone has made a
fork updating gr-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, Nicolas wrote:
> 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 <https://github.com/EttusResearch/gr-doa>. I am
> running gnuradio 3.10.5.1 and UHD 4.4.0.0. I put the XML files for these
> blocks in the blocks folder that GNU Radio looks in for blocks on
> startup. I also tried putting them in another folder and exporting that
> path under the GRC_BLOCKS_PATH. Even after doing that and restarting GNU
> Radio, those blocks are still listed as "missing" in the flowgraph I am
> trying to execute (also taken from the same GitHub).
>
> Second, I have an X310 USRP that is visible when I run uhd_find_devices.
> When I put that device's IP in the address block for the USRP source
> block in GNU Radio and execute the flowgraph, it returns an error that
> the device cannot be found.
>
> Any advice would be greatly appreciated!
>
> Thanks,
>
> Nic
>
No comments:
Post a Comment