i've finally installed debian 8 64-bit on my laptop (which took literaly years of planning, the laptop was still on debian 6), so it's time to move on and dump gnuradio 3.6
so lets try gnuradio 3.7
installed the packages: gnuradio gnuradio-dev gr-osmosdr gr-iqbal (yay! no more gnuradio compilation)
did an almost standard install:
(
git clone
https://github.com/sq5bpf/libosmocore-sq5bpf
cd libosmocore-sq5bpf
autoreconf -i #ignore the errors, and be sure that libtool is installed
autoconf -i
./configure
make
sudo make install
sudo ldconfig
)
(
git clone -b test-3.7
https://github.com/sq5bpf/osmo-tetra-sq5bpf
cd osmo-tetra-sq5bpf
git branch test-3.7
make
)
#also compiled the codecs (hint: i have an idea that maybe i should automate this step
(
git clone
https://github.com/sq5bpf/telive
cd telive
make
chmod 755 install.sh ; ./install.sh
)
after this run ./receiver1 1 , open telive/gnuradio-companion/telive_1ch_simple_gr37.grc in gnuradio-companion. so it seems to work for me (tm)
so far i've ported only the telive_1ch_simple example to gnuradio 3.7, but others will be trivial
i will also probably change the release schedule: from now on i'm working on gnuradio 3.7 (previously i said that 3.7 will be supported in the next major version), once i iron out 3.7 support, i will have a few other features to push, and only after that i will do the next major version.
once i iron out all of the details i will update the docs