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
> [email protected]
> 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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to