[Discuss-gnuradio] GNURadio CMake question

2015-10-28 Thread Damindra Bandara
Hi, I am interested in adding an additional C library (shared object) into GNU Radio. In auto tools it would be equivalent to a LDFLAGS. I would be glad if I could know how to add a -lcustom library to cmake? Thank You, Damindra ___ Discuss-gnuradio m

Re: [Discuss-gnuradio] forecast and general work function

2015-10-28 Thread Marcus Müller
Hi Subrata, while what you plan to do is possible if you build a block with a general_work method and a forecast. In fact, here the forecast implementation will probably be pretty crucial, but also be pretty simple -- just always require the same amount of samples from input0 as you're asked to pr

[Discuss-gnuradio] forecast and general work function

2015-10-28 Thread s . subrata105
I am trying to create a block that has two input and one output. Its like a priority multiplexer; if input0 is empty then output = input1 else output = input0 ( input0 always has samples) its a stream based block. How do I declare the work function, because the number of samples needed from eac

Re: [Discuss-gnuradio] probable bug in logger.cc

2015-10-28 Thread Tom Rondeau
On Wed, Oct 28, 2015 at 12:16 PM, Jared Dulmage wrote: > For > > gnuradio-config-info -v > 3.7.9git-226-ge0a70a92 > > logger.cc:224: >if(levelPtr == log4cpp::Priority::NOTSET) level = "noset"; > > I think that string should be "notset" like on logger.cc:190. > > Thanks, > Jared. > Thanks, Ja

[Discuss-gnuradio] probable bug in logger.cc

2015-10-28 Thread Jared Dulmage
For > gnuradio-config-info -v 3.7.9git-226-ge0a70a92 logger.cc:224: if(levelPtr == log4cpp::Priority::NOTSET) level = "noset"; I think that string should be "notset" like on logger.cc:190. Thanks, Jared. -- Jared Dulmage Engineering Speciali

Re: [Discuss-gnuradio] Problem with Gnuradio

2015-10-28 Thread Tom Rondeau
On Tue, Oct 27, 2015 at 11:58 AM, alfred noble wrote: > Hi > I downloaded the script for installation of GNURadio on ubuntu from the > gnuradio website it worked fine for ubuntu 15.04 64bit , but now I want to > use ubuntu 14.04, I followed the same process to install the Gnuradio on > ubuntu 14.