1

I want to install gr-ieee802-11 to GNURadio.

Version: Ubuntu 14.04 LTS (it is a Virtual machine)

Info when I run GNURadio in terminal: linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown GNU Radio Companion 3.7.2.1

installed

git clone git://github.com/pybombs/pybombs
cd pybombs
./pybombs install gnuradio    

then

./app_store.py


    Build failed. Re-trying with reduced makewidth and higher verbosity.
    [  4%] Built target man_page_gzips
    [ 58%] Building CXX object gr-digital/swig/CMakeFiles/_digital_swig.dir/digital_swigPYTHON_wrap.cxx.o
^Cmake[2]: *** [gr-digital/swig/CMakeFiles/_digital_swig.dir/digital_swigPYTHON_wrap.cxx.o] Interrupt
make[1]: *** [gr-digital/swig/CMakeFiles/_digital_swig.dir/all] Interrupt
make: *** [all] Interrupt
Build failed. See output above for error messages.
Freedom Chan
  • 15
  • 1
  • 1
  • 5

1 Answers1

0

I recommend to install GNU Radio via pybombs. The version in the repo is usually pretty outdated.

bastibl
  • 16
  • 1