• skip to content

Donghee

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • alankay • anonymouscoward • maywadenki • receptivetodiscovery • dongheesweeklyjournal • dongheejournal202109 • action_mailchanges.py_christian_bird_chris.bird_lineo.com_0.8_n_a • herbertsimon • c1_f6_b5_b5_c6_d0_c5_cf • gnuradio

Sidebar

2021 Journal

* 2021 09

gnuradio

This is an old revision of the document!


Table of Contents

  • Build and Install
    • uhd driver install
  • Programming

gnuradio

Build and Install

http://gnuradio.org/redmine/projects/gnuradio/wiki/DebianInstall

Install pre-requisites:

sudo_apt-get_install_libaudio-dev_sudo_apt-get_-y_install_libxi-dev_sudo_apt-get_-y_install_libfontconfig1-dev_libxrender-dev_libpulse-dev_swig_g_automake_autoconf_libtool_python-dev_libfftw3-dev_libcppunit-dev_libboost-all-dev_libusb-dev_fort77_sdcc_sdcc-libraries_libsdl1.2-dev_python-wxgtk2.8_git-core_guile-1.8-dev_libqt4-dev_python-numpy_ccache_python-opengl_libgsl0-dev_python-cheetah_python-lxml_doxygen_qt4-dev-tools_libqwt5-qt4-dev_libqwtplot3d-qt4-dev_pyqt4-dev-tools_python-qwt5-qt4}

Make sure you're using g++ v4.5:

export CXX=g++-4.5 Download GNU Radio from git:

git clone http://gnuradio.org/git/gnuradio.git Bootstrap, configure and build:

cd gnuradio ./bootstrap ./configure make -e

uhd driver install

git clone git://code.ettus.com/ettus/uhd.git cd uhd mkdir build cd build cmake ../ make clean make sudo make install /usr/local/bin/uhd_find_devices sudo ldconfig

http://www.sbrac.org/files/build-gnuradio

Programming

http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsWritePythonApplications

gnuradio.1319520976.txt.gz · Last modified: 2018/07/18 14:09 (external edit)

Page Tools

  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki