gnuradio / pybombs

PyBOMBS (Python Build Overlay Managed Bundle System) is the GNU Radio install management system for resolving dependencies and pulling in out-of-tree projects.
https://gnuradio.org
GNU General Public License v3.0
414 stars 189 forks source link

pybombs install gr-osmosdr fails #534

Open pietro62 opened 5 years ago

pietro62 commented 5 years ago

Hi, sorry being a newbie, not really a programmer. I succesfully installed gnuradio / gr-osmosdr / gqrx via pybombs on Ubuntu-18.04, no problem at all. happy ! Following very same procedure on Ubuntu 16.04, I got gnuradio installed fine, but then impossible to install gr-osmosdr and/or gqrx. build say lot of errors like: ">>" should be "> >" and so on ....

I'm doing something wrong ??

Thank you for support. Pietro

oscarmezyk commented 5 years ago

hi, you need to update gcc to gcc-8: http://tuxamito.com/wiki/index.php/Installing_newer_GCC_versions_in_Ubuntu

add the line with gcc-8 and set it as a current version - should work b.r.