gnuradiao安装说明.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
gnuradiao安装说明

安装GNU Radio 我是在Ubuntu 10.04上安装的GNU Radio 3.2.2和bbn_802.11,由于bbn_802.11已经很久没有更新过,所以GNU Radio和bbn_802.11的版本旧一些安装中出现的问题较少,bbn_802.11所需的GNU Radio最高版本为3.2.2,在3.3.0以上版本无法安装。下面以我的安装为例,说明安装步骤和安装中可能出现的问题。 安装GNU Radio 所需的组件支持 打开终端,输入:(代码可复制粘贴) 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 后回车,系统会下载上述软件包并进行安装。 下载GNU Radio 在/releases/gnuradio/ 下载 gnuradio-3.2.2.tar.gz并解压至某个文件夹,如家目录(/home/your name/)。 编译安装GNU Radio 以解压至家目录为例,打开终端,输入: cd ./gnuradio-3.2.2 sudo ./bootstrap sudo ./configure sudo make 在编译过程中可能会出现libtool的版本不一致的错误,对此可复制系统文件夹下的libtool至当前目录: sudo cp /usr/bin/libtool ./ 在编译过程中还可能出现 spectrumdisplayform_moc.cc:14:2: error: #error This file was generated using the moc from 4.5.0. It spectrumdisplayform_moc.cc:15:2: error: #error cannot be used with the include files from this version of Qt. spectrumdisplayform_moc.cc:16:2: error: #error (The moc has changed too much.) 的错误,此时找到gnuradio目录下gr-qtgui/lib/,删除该目录下以_moc.cc结尾的文件即可。 ./configure ?完成后会提示: The following components were skipped either because you asked not to build them or they didnt pass configuration checks: gcell gr-gcell gr-comedi gr-shdThese components will not be built.gcell和gr-gcell这两个包是IBM的内核才需要的,shd安装时提示无此文件,因此需要安装的包为gr-comedi。 命令如下: sudo apt-get install libcomedi0 然后继续?make 在编译过程中还可能会出现对latex的需求,对此安装texlive-latex-base即可: sudo apt-get install texlive-latex-base 然后重新编译: sudo make 在编译成功后,输入 sudo make install 以安装gnuradio至系统目录下 然后输出 sudo ldconfig –v 完成GNU Radio的安装。此时将USRP2连接至PC,在终端输入 sudo find_usrps 即可看到终端输出usrp2的mac地址以及固件版本号。 Sudo apt-get install cmake 对于在Ubuntu不同版本下GNU Radio的安装可参考如下链接:/redmine/wiki/1/UbuntuInstall?version=110

您可能关注的文档

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档