Page 1 of 1

Gnuradio via pybombs

Posted: Sat Nov 14, 2015 8:31 am
by vsboost
Has anybody built gnuradio using pybombs and got the sdrplay to work ?? i tried heaps of times and even rebuilt gr-osmosdr from /pybombs/src/gr-osmosdr using the correct prefix /target and denable_non_free=true, still cant get gqrx or gnuradio to recognize the sdrplay.

No problem using the guide on the sdrplay website to build and install gqrx, but i prefer using pybombs.

Cheers

Re: Gnuradio via pybombs

Posted: Sun Nov 15, 2015 9:04 am
by vsboost
So i tried
var config_opt = " -DENABLE_NONFREE=TRUE "
in the gr-osmosdr.lwr recipe file and still no go.

Re: Gnuradio via pybombs

Posted: Sun Nov 15, 2015 10:54 am
by vsboost
It works

my first post the line -denable_non_free=true is wrong, changed it to -denable_nonfree=true and it works