On Sun, Jun 28, 2015 at 10:16 PM, EdaSky <[email protected]> wrote:
> Greetings
>
> I would like to expand my Hamshack on SDR receiver via GQRX
> I would also like to analyze signals over gnuradio and build port of gqrx
> and required dependency progs.
> I bought
>
> http://dxpatrol.pt/
> ugen1 at uhub0 port 5 "Realtek RTL2838UHIDIR" rev 2.00 / 1.00 addr 2
>
> With ./comms/rtl-sdr works great on the FM Radio
>
> I built gnuradio from VIP Ports (thank you)
> Using RTL in gnuradio and buid Gqrx requires gnuradio-osmosdr
>
> It is possible to build gr-osmosdr?
>
> build prints lot of errors on
>
> OpenBSD 5.8-beta (GENERIC.MP) # 983: Fri Jun 26 10:19:43 MDT 2015
>    [email protected]: /usr/src/sys/arch/i386/compile/GENERIC.MP
>
>
> git clone git://git.osmocom.org/gr-osmosdr
> cd gr-osmosdr/
> git checkout gr3.6
> mkdir build
> cd build/
> cmake ../
> make

Try with:

cmake -DCMAKE_CXX_FLAGS="-pthread" ../
make

Ciao,
David

Reply via email to