Re: Problems using multiple C files in OOT Block

2021-10-20 Thread Boris Marjanovic
Hi George, If I understood correctly, the module compiles correctly. When you start/run the graph it complains it can not find/'see' the function. This could be related to default visibility of the objects. If you look at the code for your block my_adder_ff, there should be a line similar to c

Re: Logging GR 3.9

2021-08-05 Thread Boris Marjanovic
Thanks Jeff, that looks good from my perspective. On Fri, 6 Aug 2021 at 03:44, Jeff Long wrote: > Draft PR for this: https://github.com/gnuradio/gnuradio/pull/4982 > > On Thu, Aug 5, 2021 at 8:58 AM Boris Marjanovic > wrote: > >> In our case the difference logging level wa

Re: Logging GR 3.9

2021-08-05 Thread Boris Marjanovic
same as you. So, this is not >> intended, and we'll >> fix it, but sadly probably not on 3.9. >> >> Best regards, >> Marcus >> >> On 29.07.21 07:39, Boris Marjanovic wrote: >> > Hi, >> > >> > I've been profiling the flow

Logging GR 3.9

2021-07-28 Thread Boris Marjanovic
Hi, I've been profiling the flowgraph I've been working on and discovered that there is a lot of time spent in logging infrastructure even when logging levels were not enabled. The logging statements are not simple strings but a call to the formatting library in my case. I used the fmt library. So

Re: GNU Radio 3.9 gr_modtool problem

2021-05-19 Thread Boris Marjanovic
was not encountered (or maybe reported) before. Makes me wonder if I did something wrong, but not sure what it would be. Thanks again Boris On Wed, 19 May 2021 at 05:12, Ryan Volz wrote: > Hi Boris, > > On 5/16/21 7:20 PM, Boris Marjanovic wrote: > > I understand that the original

Re: GNU Radio 3.9 gr_modtool problem

2021-05-16 Thread Boris Marjanovic
I understand that the original issue was resolved. But I have the same problem with a different setup. I installed (did ot build it myself) gnuradio 3.9. on Ubuntu 20.02.2 using ppa:gnuradio/gnuradio-releases with no issues. The companion seems to work fine. Similar to above, though, I can not cr