Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Luis Felipe Albarracin Sanchez
Hello all, Yes Sir, I am using now GNURadio version 3.7.13.4 and is working fine. Just for the record, with Pybombs is very important when you create code or new OOT modules to specify the path in the cmake comand, for example: cmake ../ -DCMAKE_INSTALL_PREFIX=/home/user/prefix/ I just

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Michael Dickens
Hi Luis - Thank you for the feedback. Just to be clear: PyBOMBS worked & you now have some usable version of GNU Radio installed? - MLD On Tue, Oct 9, 2018, at 10:05 AM, Luis Felipe Albarracin Sanchez wrote:> Hello all, > > I have tried to install GNuRadio, the way Michael explaines to me with

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Luis Felipe Albarracin Sanchez
Hello all, I have tried to install GNuRadio, the way Michael explaines to me with the "v3.7.14.3" in the command, and it did not work also. I have tried to install it the way Neel told me, and also it said that some packages were missing, and it did not work. The only way i could install it

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Hi Luis - The tag is probably "v3.7.14.3" (with the extra 'v' in front); that's the way it looks like its listed on GitHub: < https://github.com/gnuradio/gnuradio/tree/v3.7.13.4 >. Either way, this script is outdated & PyBOMBS is a modern, kept-up-to-date way that's the better alternative for

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Marcus D. Leech
On 10/08/2018 12:43 PM, Michael Dickens wrote: OK; thanks Marcus. Good to know! Seems like maybe we should just remove that section from the install guide altogether? That way folks will just use PyBOMBS & we can just support that method. - MLD That works for me On Mon, Oct 8, 2018, at

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Luis Felipe Albarracin Sanchez
Hello All, I tried the command: $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio && ./build-gnuradio - gt 3.7.14.4 But the following message apṕear: Ruta de submódulo «volk»: se extrajo «3f3c91ee3ce51a31d8c23398124df74d3aa42955» Mvolk Branch maint set up to

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
OK; thanks Marcus. Good to know! Seems like maybe we should just remove that section from the install guide altogether? That way folks will just use PyBOMBS & we can just support that method. - MLD On Mon, Oct 8, 2018, at 12:35 PM, Marcus D. Leech wrote: > On 10/08/2018 12:11 PM, Michael Dickens

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Marcus D. Leech
On 10/08/2018 12:11 PM, Michael Dickens wrote: Yes, that's my belief based on reviewing the "build-gnuradio" script. I think updating the install guide would be wise, assuming the flags work as desired. Please give this a try & report back to the list. Cheers! - MLD Note that since PyBombs has

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Yes, that's my belief based on reviewing the "build-gnuradio" script. I think updating the install guide would be wise, assuming the flags work as desired. Please give this a try & report back to the list. Cheers! - MLD On Mon, Oct 8, 2018, at 10:44 AM, Luis Felipe Albarracin Sanchez wrote:> Hello

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Neel Pandeya
Hello Luis: You may also want to look at the Application Note below, which explains how to install UHD and GNU Radio step-by-step from source code. https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux --Neel Pandeya On 8 October 2018 at

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Luis Felipe Albarracin Sanchez
Hello Michael, Thanks for the quick response, Just to clarify, and validate that i understand you well, I should go with the command the following way: $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio && ./build-gnuradio - gt 3.7.14.4 And if this is the case, and

Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Hi Luis - So the issue is that the installed version of Volk isn't API compatible with that required by GR. I believe that GR is too old, and you should use a more recent version. This script will try to build by default from "3.7/Maint", which is obsolete though it might work. The other "easy"