I'm trying to implement a multi-channel receiver with GNU Radio. Each
channel has a number of tunable parameters, that I want to be available
to the user to control via a GUI.
I'm doing the design using the GNU Radio Companion. So far, I have been
able to build a demonstration version of the r
_PREFIX=/usr -DBUILD_SHARED_LIBS=true ../
$ make
$ sudo make install; sudo ldconfig
But, this did not help
I was able to make a reduced testcase with just a Signal Source
connected to the Fosphor Sink (Qt), and this segfaults in similar
fashion to my full model.
Regards, Ville
--
Ville Eerola
ville.eer...@iki.fi
050-4804435
On 01/11/2022 16:12, Vasil Velichkov wrote:
Hi Ville,
Try running your reduced testcase under gdb and take a backtrace. First open
your flowgraph in gnuradio companion, generate (F5) python script and then in
the terminal execute.
gdb -ex=run --args python3 testcase.py
when it stops in exec
ckage and not build from source. I tried
that quite a while ago, but it was not that simple either due to so many
dependencies.
Anyway, big thanks for your patience in helping me out!
Regards, Ville
On 05/11/2022 20:26, Vasil Velichkov wrote:
Hi Ville,
On 04/11/2022 17.35, Ville Eerola
tried to look for information about this issue without luck, but
maybe I didn't guess the right search terms.
Regards, Ville
--
Ville Eerola
ville.eer...@iki.fi
050-4804435
h
conda and distribution packages. The latest radioconda is using
gtk3=3.24.36, but I see the same with 3.24.35 and 3.24.34. My
Ubuntu
has
gtk 3.24.33, so maybe something did change between 3.24.33 and
3.24.34?
More investigation is needed.
Cheers,
Ryan