discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Invalid argument


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Invalid argument
Date: Mon, 10 Sep 2012 10:03:32 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0


On 09/10/2012 06:08 AM, Pol Henarejos wrote:
> Dear list,
> 
> I gitted the v3.6.2 tag with Boost 1.51 and Windows 7 x64 MSVC
> 2010. I have these following lines:
> 
> grTop = gr_make_top_block(std::string(name)); 
> grTop->connect(gr_make_null_source(sizeof(gr_complex)), 0, 
> gr_make_null_sink(sizeof(gr_complex)), 0); grTop->start();
> 
> and I get these warnings:
> 
>> : Invalid argument
> gr_pagesize: no info; setting pagesize = 4096
>> : Invalid argument
> 
> But the program still works. I am not sure it is related with
> gnuradio because I did not found any reference to "Invalid
> argument". Sometimes appears "P: No such file or directory", many
> others the ">" is replaced by some strange parameter. I guess it is
> related with boost 1.51 maybe.
> 
> It is not critical but it is quite annoying.
> 
> Do you have some hint?
> 

I have a suspicion that its related to loading the fftw wisdom file.
See if you can find the print here: ./src/lib/general/gri_fft.cc

-josh

> Thanks.
> 
> 
> 
> _______________________________________________ Discuss-gnuradio
> mailing list address@hidden 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]