discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error building gr-osmocom in recent pull


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Error building gr-osmocom in recent pull
Date: Fri, 16 Jun 2017 22:34:38 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 06/16/2017 02:37 PM, John Ackermann N8UR wrote:
> I just did "build-gnuradio" on a new machine and am getting a failure in
> the rtl_build function that wasn't present previously.
> 
> In rtl_source_c.cc, line 224, the build fails with:
> 
> error: 'rtlsdr_set_bias_tee' was not declared in this scope
>    ret = rtlsdr_set_bias_tee(_dev, bias_tee);
> 
> Any suggestions?
> 
> Thanks!
> 
> John
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 

Taking a wild guess, it probably failed in gr-osmosdr - which is an out
of tree module (OOT.)

Hence gnuradio built correctly.

In any case, see the README for the URL of the Wiki - you should post
the problem on their mailing list and possibly file a bug report.

And it's also possible there's a mismatch between the installed rtl-sdr
includes and library and the ones gr-osmosdr expects.

For gr-osmosdr-0.1.4, rtl-sdr-0.5.3 works correctly, but there is no
code for the bias tee in either.

-- Cinaed




reply via email to

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