Yes, that works, but just by chance. Without the git submodule update
--init command, it's using the master branch version of VOLK instead of
the maint-3.7 version. When VOLK changes on the master branch, it could
break this method.
Ron
On 10/29/18 16:04, Marcus D. Leech wrote:
On 10/29/2018
On 10/29/2018 05:54 PM, Ron Economos wrote:
It's probably checking out the wrong version of GNU Radio and/or VOLK.
These days, you need to checkout the maint-3.7 branch and do a
submodule update.
git checkout maint-3.7
git submodule update --init
Ron
You can invoke build-gnuradio with the -g
Just to clarify -- I was running the build-gnuradio script which has worked
very well for a long time. It does all the git access automatically; I'm not
doing anything but running the script. There's apparently some versioning
interaction somewhere between the gnuradio requirements and the pac
Hello John:
The Application Note at [1] was updated to include the "python-setuptool"
package.
Regarding your GNU Radio build error, be sure to clone the repository with
the "--recursive" option, and then do "git submodule update --init" after
doing the "git checkout".
[1]
https://kb.ettus.com/B
Yes Ron is right. I have compiled GNUradio 3.7.13.4 many times on various
Debian (Mint, Ubuntu) distros and never got such an error.
Armchair opinion: the error is some kind of code problem which makes no
sense because these developers are very good and check their work
aggressively before pushing
It's probably checking out the wrong version of GNU Radio and/or VOLK.
These days, you need to checkout the maint-3.7 branch and do a submodule
update.
git checkout maint-3.7
git submodule update --init
Ron
On 10/29/18 13:56, John Ackermann N8UR wrote:
Well, successful UHD build after instal
-gnuradio] build-gnuradio.sh and Linux Mint 19
Well, successful UHD build after installing setuptools, but an error in
gnuradio build:
[ 37%] Building CXX object
gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o
/home/jra/gnuradio/gnuradio/gr-fec/lib/polar_decoder_common.cc: In
Well, successful UHD build after installing setuptools, but an error in
gnuradio build:
[ 37%] Building CXX object
gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o
/home/jra/gnuradio/gnuradio/gr-fec/lib/polar_decoder_common.cc: In
member function ‘void
gr::fec::code::pola
On Mint 19 (and presumably Ubuntu 18.04), you can do "sudo apt-get
install python-setuptools". Maybe that should be added to the package
check step. You can also do "sudo apt-get install python-pip" to
install pip and then use that to install, but python-setuptools gets you
there directly.
I am running a server with Mint 19 and had none of these problems.
I followed this Ettus page (word for word) to build GNUradio and UHD from
source. (without pybombs?)
>From what I understand, Mint 19 = Ubuntu 18.04 + Windows-like User
interface.
On Mon, Oct 29, 2018 at 10:31 AM Marcus D. Leec
forgot the link... sorry
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
On Mon, Oct 29, 2018 at 12:22 PM Ali Dormiani wrote:
> I am running a server with Mint 19 and had none of these problems.
>
> I followed this Ettus page (word for wo
On 10/29/2018 11:18 AM, John Ackermann N8UR wrote:
Well, this was unexpected... I got a failure in the UHD build phase:
UHD build apparently failed
Exiting UHD build
I just re-ran with logging turned on; the results are in the attached
build-gnuradio.log.gz file.
Try doing a:
sudo pip instal
-gnuradio.sh and Linux Mint 19
Well, this was unexpected... I got a failure in the UHD build phase:
UHD build apparently failed
Exiting UHD build
I just re-ran with logging turned on; the results are in the attached
build-gnuradio.log.gz file.
On 10/29/18 10:59 AM, John Ackermann N8UR wrote:
> Hi Mar
Well, this was unexpected... I got a failure in the UHD build phase:
UHD build apparently failed
Exiting UHD build
I just re-ran with logging turned on; the results are in the attached
build-gnuradio.log.gz file.
On 10/29/18 10:59 AM, John Ackermann N8UR wrote:
Hi Marcus --
I did as James
Well, this was unexpected... I got a failure in the UHD build phase:
UHD build apparently failed
Exiting UHD build
I just re-ran with logging turned on; the results are in the attached
build-gnuradio.log.gz file.
On 10/29/18 10:59 AM, John Ackermann N8UR wrote:
Hi Marcus --
I did as James
Hi Marcus --
I did as James Humphries suggested and added "|*19*" to the line where
*18* is. I'm running the script now.
In the "Checking for package..." section I got these two messages:
Failed to find package 'libqwtplot3d-qt4-dev' in known package
repositories SOME THINGS MAY NOT BUILD A
On 10/29/2018 10:17 AM, Neel Pandeya wrote:
Hello John:
It looks like support for Linux Mint 19 has not yet been added. See
lines 525 through 566. The author can comment on-list with further
information. But you could probably try using the same list of
packages as for Mint 18 in line 551.
rmann N8UR
Cc: GNURadio Discussion List
Subject: RE: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19
The build-gnuradio script doesn’t appear to have an entry for Mint 19 at the
moment, I’m sure the maintainers would love a patch to add support 😊
-Trip
From: Discuss-gnuradio
mail
Try it and if it works send in a pull request :)
On 10/29/2018 10:11 AM, John Ackermann N8UR wrote:
> Thanks, Neel! However, I just downloaded the version on github and it
> fails with the same error; the page indicates that the last mods were 11
> months ago, which predates Mint 19.
>
> John
>
Hello John:
It looks like support for Linux Mint 19 has not yet been added. See lines
525 through 566. The author can comment on-list with further information.
But you could probably try using the same list of packages as for Mint 18
in line 551.
--Neel Pandeya
On 29 October 2018 at 07:11, Jo
List
Subject: Re: [Discuss-gnuradio] build-gnuradio.sh and Linux Mint 19
The "build-gnuradio" script is now being maintained on GitHub.
https://github.com/ccera-astro/build-gnuradio
--Neel Pandeya
On 29 October 2018 at 07:04, John Ackermann N8UR
mailto:j...@febo.com>> wrote:
I
Thanks, Neel! However, I just downloaded the version on github and it
fails with the same error; the page indicates that the last mods were 11
months ago, which predates Mint 19.
John
On 10/29/18 10:07 AM, Neel Pandeya wrote:
The "build-gnuradio" script is now being maintained on GitHub
The "build-gnuradio" script is now being maintained on GitHub.
https://github.com/ccera-astro/build-gnuradio
--Neel Pandeya
On 29 October 2018 at 07:04, John Ackermann N8UR wrote:
> I'm trying to run the current build-gnuradio.sh script from sbrac.org on
> a Linux Mint 19 machine and the sc
I'm trying to run the current build-gnuradio.sh script from sbrac.org on
a Linux Mint 19 machine and the script immediately fails, saying "Your
Mint release must be at least Linux Mint 11 to proceed"
Is it safe to just bypass that check, or is there some sort of
incompatibilty with v19? Or is
24 matches
Mail list logo