It's just my notes, or not?

Installing GNU Radio 3.4.2 for USRP1 on Ubuntu 16.04

sudo apt-get install cc1111 libgsl-dev libaudio-dev libxt-dev libsm-dev libice-dev swig fftw3-dev pkg-config libcppunit-dev libboost-dev libboost-all-dev libusb-dev
## This is on my system, yours may need more.

wget http://gnuradio.org/releases/gnuradio/gnuradio-3.4.2.tar.gz

tar -zxvf gnuradio-3.4.2.tar.gz

cd gnuradio-3.4.2

./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu --disable-usrp2 --disable-gr-qtgui LDFLAGS="-lboost_system"

vi gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc
## At Line 96, change "intptr_t" to "long".

make

make check

sudo make install

No comments:

Post a Comment