pavel-demin / red-pitaya-notes

Notes on the Red Pitaya Open Source Instrument
http://pavel-demin.github.io/red-pitaya-notes/
MIT License
338 stars 210 forks source link

Solved: Gnuradio UHD install 3.10.9.2 giving QT error in trx_am.grc #1155

Open mgarrett1955 opened 1 month ago

mgarrett1955 commented 1 month ago

Description of the setup:

Installed UHD 4.7, gnuradio 3.10.9.2

Description of the problem:

When I run the trx_am.grc script or any script using the Red pitays source block I get the follotin error:

QSocket Notifier: Can only be used with threads started with QT, and the script ends.

Steps to reproduce the problem:

  1. Install UHD and gnu radio from the included repository above
  2. Set the GRC blocks path
  3. Run the grc file
mgarrett1955 commented 1 month ago

I installed through the Ubuntu repository as suggested in the instructions, and it works properly. The Gnuradio version is 10.9.2, Im not sure of the UHD version, ill check that. It looks like the Ettus supplied gnubuild through the above links, has an incompatible library somewhere.. Since this works Im going with this setup!! So I do not need a solution at this point. Thank you for the awesome work!!

mgarrett1955 commented 1 month ago

It turns out I am still getting the same error, but the flow graphs run, which they do not in the other configuration.