Friday, December 18, 2020

Re: GNU Radio on Raspberry Pi 4?

Franco VENTURI wrote:

> if you are interested in using SDRplay API version 3.X (I think the latest version of their API is 3.07), and you are on GNU Radio 3.7, you may want to take a look at the gr-sdrplay GNU Radio OOT module I modified to work with SDRplay API version 3.X: https://github.com/fventuri/gr-sdrplay/tree/API3+RSPduo (notice the non-default branch name: 'API3+RSPduo').

I tried your 'master' branch. No problem building that.
But I have problems with the 'API3+RSPduo' branch:

git checkout API3+RSPduo
error: pathspec 'API3+RSPduo' did not match any file(s) known to git.

What??

Besides there are *many* warning '4250' in MSVC building
this module:
rsp1a_impl.h(33): warning C4250: 'gr::sdrplay3::rsp1a_impl':
inherits 'gr::sdrplay3::rsp_impl::gr::sdrplay3::rsp_impl::start'
via dominance

etc.

No comments:

Post a Comment