git clone --recursive https://github.com/gnuradio/gnuradio Next, go into the repository and check out the desired GNU Radio version. cd gnuradio To checkout thev3.7.13.4branch: git checkout v3.7.13.4 Or to checkout themaint-3.7branch: ...
> GNU Radio version: 3.9 How did you install gnuradio - from source or from the ppa repository? And how did you install gr-fcdproplus? > /usr/local/include/gnuradio/hier_block2.h:93:35: note: no known conversion > for argument 1 from 'gr::fcdproplus::fcdproplus::sptr' {aka > ...
This Application Note provides a step-by-step guide for building, installing, and updating the open-source toolchain, specifically UHD and GNU Radio, for the USRP from source code on Windows. UHD on WindowsUHD is fully supported on Windows 7, 8, 8.1, and 10 and can be compiled using ...
libgnome-bluetooth13 libgnuradio-baz libgnuradio-iqbalance0 libgnutls-openssl27 libgoa-1.0-0b libgoa-1.0-common libgoa-backend-1.0-1 libgomp1 libgpg-error0 libgpgme11 libgphoto2-6 libgs9 libgs9-common libgssapi-krb5-2 libgssapi3-heimdal libgstreamer-plugins-bad1.0-0 ...
I installed gnuradio using Anaconda I am trying to run the following command from withing the gr-mapper directory: cmake -G"Ninja"-DCMAKE_PREFIX_PATH=$CONDA_PREFIX-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX-DLIB_SUFFIX=""-DPYTHON_EXECUTABLE=python3 -DBoost_NO_BOOST_CMAKE=ON -DGR_PYTHON_DIR=`...