Writing /home/donghee/dh8.kr/wiki/data/meta/gnuradio.meta failed
Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.
gnuradio
This is an old revision of the document!
Writing /home/donghee/dh8.kr/wiki/data/log/deprecated/2026-07-14.log failed
gnuradio
Build and Install
http://gnuradio.org/redmine/projects/gnuradio/wiki/DebianInstall
Install pre-requisites:
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 <code> mkdir build cd build cmake ../ make clean make sudo make install /usr/local/bin/uhd_find_devices sudo ldconfig </code> http://www.sbrac.org/files/build-gnuradio ====== Programming ====== http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsWritePythonApplications
gnuradio.1319520921.txt.gz · Last modified: 2026/06/11 05:52 (external edit)