Re: Having trouble with C++ OOT block in restricting output to those input values I wish to pass

2020-09-14 Thread Martin Luelf
Dear George, please keep the list in CC so other people can read this discussion in the future. general_work can be called with any number of input parameters. This could be just 5, or 500 because it can buffer the repeated result from your repeating source. You can somewhat steer this with

QA OOT module test fails to find Gnuradio

2020-09-14 Thread George Edwards
Hello, I had the QA test working, but it produces an incorrect result. So I prepared the C++ OOT for debugging. To Configure the model for debugging, I picked a gcc debugger and in the json configuration file I copied over the info from another OOT json file into the current OOT and changed all th

Re: GNU radio logging

2020-09-14 Thread Marcus D Leech
The config you shared has the messages going to stdout and stderr. Further many Gnu Radio blocks don’t even Produce any debugging output at runtime. Sent from my iPhone > On Sep 14, 2020, at 6:45 PM, Xiang Ma wrote: > >  > There is no output in the configured log file. > >> On Mon, Sep 14,

Re: GNU radio logging

2020-09-14 Thread Xiang Ma
There is no output in the configured log file. On Mon, Sep 14, 2020 at 4:43 PM Marcus D Leech wrote: > Please define “does not work”. > > > > Sent from my iPhone > > On Sep 14, 2020, at 6:35 PM, Xiang Ma wrote: > >  > Hi, > > I want to print the logging information of the gnuradio. I check

Re: GNU radio logging

2020-09-14 Thread Marcus D Leech
Please define “does not work”. Sent from my iPhone > On Sep 14, 2020, at 6:35 PM, Xiang Ma wrote: > >  > Hi, > > I want to print the logging information of the gnuradio. I checked the > website https://wiki.gnuradio.org/index.php/Logging, it is kind of outdated. > > hu@hu:~/Document

gr-osmosdr link error with target_link_libraries

2020-09-14 Thread Chris Gorman
Hello All, Just a quick patch for gr-blocks/lib/CMakeLists.txt. I find without this patch the command passes sndfile::sndfile to the linker, which causes a gr-osmosdr build to fail. I am using a LFS-10.0 install and have libsndfile installed. I'm not sure this patch is necessary, but it fixes t

GNU radio logging

2020-09-14 Thread Xiang Ma
Hi, I want to print the logging information of the gnuradio. I checked the website https://wiki.gnuradio.org/index.php/Logging, it is kind of outdated. hu@hu:~/Documents/marxwolf.github.io$ gnuradio-config-info --version 3.7.14.0 This is the gnuradio version on my Ubuntu 18.04. TO make the lo

Re: Porting gr-osmosdr to gr-3.9 without swig.

2020-09-14 Thread Volker Schroer
Hi Chris, I started gr-osmosdr some month ago, but I had to interrupt due to other coding needs. What gr-osmosdr repository did you start with ? I forked https://github.com/argilo/gr-osmosdr.git which had some preparations for 3.9, but at that time gr3.9 still used swig. First I ported success