This is awesome! I'll try getting it installed at some point next week and
will be happy to give any feedback. Thanks!
On Oct 14, 2016 3:41 PM, "Ben Hilburn" wrote:
> Hey all -
>
> I've seen some traffic both on and off-list discussion getting GNU Radio
> running in CentOS. The most recent one w
Hey all -
I've seen some traffic both on and off-list discussion getting GNU Radio
running in CentOS. The most recent one was CentOS 7.0, I believe, but
there's also been some discussion of CentOS 6.8.
I backported the current `maint`, based on v3.7.10.1, to CentOS 6.8 and
pushed the branch to my
On 08.04.2015 06:23, Leonardo S. Cardoso wrote:
The pybombs solution looks a lot like what I was cooking up from my
side. It boils down to changing the paths (PYTHONPATH, LD_LIBRARY_PATH,
PKG_CONFIG_PATH, etc..) and installing OOT modules in a prefix in the
users’s home.
Is there anything else t
Pybombs also makes updating to newer versions as they come out easy.
./pybombs update
Rich
On Wed, Apr 8, 2015 at 6:54 AM, Marcus Müller
wrote:
> Well, it's a great way to install popular OOTs :)
>
> On 04/08/2015 03:23 PM, Leonardo S. Cardoso wrote:
>
> Hi Marcus,
>
> Thanks for the quick r
Well, it's a great way to install popular OOTs :)
On 04/08/2015 03:23 PM, Leonardo S. Cardoso wrote:
> Hi Marcus,
>
> Thanks for the quick reply. The IT dept. can install any version of
> GNU Radio so no problem there :)
>
> The pybombs solution looks a lot like what I was cooking up from my
> sid
Hi Marcus,
Thanks for the quick reply. The IT dept. can install any version of GNU Radio
so no problem there :)
The pybombs solution looks a lot like what I was cooking up from my side. It
boils down to changing the paths (PYTHONPATH, LD_LIBRARY_PATH, PKG_CONFIG_PATH,
etc..) and installing OOT
Hi Leonardo,
So this depends on your situation: If you're allowed to get arbitrary
software installed by asking IT, I'd ask them to install a recent
version of GNU Radio (at *least* 3.7.2, the newer, the better).
Possibly, only outdated versions are in your IT's software package
repositories, so y
Hi everyone,
We’re trying to implement a GNU Radio course here in Lyon (France) where we
take the students step-by-step into coding GR modules. At some point we’d like
them to follow the out-of-tree modules tutorial but we’ve stumbled upon an
unfortunate limitation: the IT guys of our universit
Thanks. I installed scipy and this resolved the error.
Rich
Sent from my iPhone
> On Oct 23, 2014, at 2:19 AM, Martin Braun wrote:
>
>> On 10/23/2014 02:03 AM, Richard Bell wrote:
>> As a follow up, I just finished the PyBOMBS install stream with UHD and
>> Gnu Radio installed following these
On 10/23/2014 02:03 AM, Richard Bell wrote:
> As a follow up, I just finished the PyBOMBS install stream with UHD and
> Gnu Radio installed following these instructions:
>
> http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart
>
> That is a pretty painless process for the most part.
>
>
As a follow up, I just finished the PyBOMBS install stream with UHD and Gnu
Radio installed following these instructions:
http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart
That is a pretty painless process for the most part.
The only unexpected thing that happened to me is that when I
If you want to do it the hard way, i.e. installing the dependencies from
scratch and building from source, I keep an updated list here; ignore the
date:
http://rfpoweramp.wordpress.com/category/sdr/gnu-radio/
--
View this message in context:
http://gnuradio.4.n7.nabble.com/Installing-GNU-Radi
I just installed gnuradio using PyBombs on an Ubuntu 14.04 machine and it
worked fine except for two things. First, I had to manually install via
apt-get the boost library. I am not sure why but PyBombs kept bombing out
with an error. Then, after installation, I had to run ./pybombs env to
setup th
Hello Everyone,
I hate asking questions like this, but I need help installing GNU Radio.
The objective is to have GNU Radio 3.7.5.1 and UHD installed on Ubuntu
14.04 so I can use it with my USRP N210. The problem I have is this:
1) I don't like using the ettus easy install for 'UHD+GNU Radio' bec
On Thu, Apr 25, 2013 at 3:56 PM, Arturo Rinaldi wrote:
> Hi Martin, sorry to bother you. I was wondering if there is a way to build
> the deb from the source tarball. I made some time an attemp with the
> following commands :
>
> $ mkdir build
> $ cd build
> $ cmake -DCPACK_GENERATOR=deb ../
> $
Il 19/04/13 11:21, Martin Braun (CEL) ha scritto:
Hi all,
one point of yesterday's developer's call was the available binaries.
A while back, installing GNU Radio meant installing it from source.
Anything else wasn't really an option, which is why Marcus wrote
build-gnuradio to make that as pai
Hi all,
one point of yesterday's developer's call was the available binaries.
A while back, installing GNU Radio meant installing it from source.
Anything else wasn't really an option, which is why Marcus wrote
build-gnuradio to make that as painless as possible.
Things have changed! I would lik
: [Discuss-gnuradio] Installing GNU Radio on cygwin
To: smzeroc...@gmail.com
Date: Saturday, February 27, 2010, 2:11 AM
--- On Sat, 2/27/10, smzeroc...@gmail.com wrote:
From: smzeroc...@gmail.com
Subject: Re: [Discuss-gnuradio] Installing GNU Radio on cygwin
To: "Ms reena vade"
Date: Saturday
Thank you everyone for your help to my previous query regarding the
installation of GNU Radio on Cygwin. I have checked my fortran 77 compiler and
it works fine now( thank you zerocool :)),but now I get some : "conftest.err :
Permission denied " and another error which says " your boost librari
On Sat, Aug 22, 2009 at 06:54:27PM +0530, praphul chandra wrote:
> I am new to GNU Radio. Tried installing from source as per installation
> guide but getting following message at the end of ./bootstrap execution:
>
> *checking for FFTW3F... configure: error: Package requirements (fftw3f >=
> 3.0)
your probably missing the fftw development package with headers and
such. Run the "yum install..." command on the following page; fftw-devel
is the first package:
http://gnuradio.org/trac/wiki/FedoraInstall
-Josh
praphul chandra wrote:
I am new to GNU Radio. Tried installing from source as p
I am new to GNU Radio. Tried installing from source as per installation
guide but getting following message at the end of ./bootstrap execution:
*checking for FFTW3F... configure: error: Package requirements (fftw3f >=
3.0) were not met:
No package 'fftw3f' found
Consider adjusting the PKG_CONFI
While installing GNURadio on Windows i am having the following error.
checking for guile... /bin/guile
gr_boost_include_dir =
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
checking boost/shared_ptr.hpp usability..
Zainab Qureshi wrote:
I am trying to install the gnuRadio with minGW and MSYS on windows xp
professional with sp3. I have follwed the steps given on this link
http://gnuradio.org/trac/wiki/MingwInstallMain
However when i write this command
cd gnuradio-3.1.3
./configure --prefix=C:/msys/1.0/l
Hi,
I am trying to install the gnuRadio with minGW and MSYS on windows xp
professional with sp3. I have follwed the steps given on this link
http://gnuradio.org/trac/wiki/MingwInstallMain
However when i write this command
>cd gnuradio-3.1.3
>./configure --prefix=C:/msys/1.0/local
i get the foll
On Thu, Feb 26, 2009 at 2:45 PM, Bruce McGuffin wrote:
> The output from running configure is very long, the last bit summarizing
> what happened (below) says gnuradio-core was successfully configured, but
> some other
> stuff wasn't. Then make ran without generating an error. Would one of the
>
On Thu, Feb 26, 2009 at 03:14:38PM -0500, Bruce McGuffin wrote:
>
> OK, we were able to find compile-mbh.scm on the trunk, copy it, and ran
> make.
> Make didn't complain about compile-mbh.scm, but we got a lot of complaints
> about missing gnu-radio macros. So we gave up on the tarball, and used
It does seem like, from the error message, gnuradio-core is missing. But
why?
The output from running configure is very long, the last bit summarizing
what happened (below) says gnuradio-core was successfully configured,
but some other
stuff wasn't. Then make ran without generating an error. W
On Thu, Feb 26, 2009 at 12:14 PM, Bruce McGuffin wrote:
> (for some reason our firewall doesn't like SVN).
Many don't. Subversion uses portions of the HTTP spec that aren't
frequently proxied or allowed by many firewalls.
> The only thing I can think of is when we ran configure it complained t
On Fri, Feb 27, 2009 at 9:14 AM, Bruce McGuffin wrote:
>
> ImportError: No module named gnuradio
Python doesn't know about the gnu radio libraries, did you do a make
install? (as root)
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http:
OK, we were able to find compile-mbh.scm on the trunk, copy it, and ran
make.
Make didn't complain about compile-mbh.scm, but we got a lot of complaints
about missing gnu-radio macros. So we gave up on the tarball, and used SVN
to download the current version of 3.2 on a machine outside the fir
On Tue, Feb 24, 2009 at 2:08 PM, Bruce McGuffin wrote:
> Does anybody know what the problem is? What is compile-mbh.scm, and why
> wasn't it part of the gnu radio download?
You've found a bug in the tarball generation for release 3.2rc0, thanks.
It's easily fixed, but we're not quite ready to r
Hi
I'm trying to get gnuradio version 3.2 installed on an old computer that
is now
running the centOS 5.2 operating system. It appears that centOS is
missing a lot of
the features found in other versions of Linux, but after a lot of work
the configure
now runs. When I try to run make, it cau
> checking for GSL... no
> gnuradio-core requires package gsl, not found.
> Not building component gnuradio-core.
> .
> .
> .
>
> I am using fedora 6. Any guidance or comments will be appreciated.
>
> Changkyu Seol
You need the GNU scientific library "gsl" package since it is a
pre-requisite for i
Hi
I am trying to install latest GNU radio in the development trunk which
requires GSL (which I have installed already). However, I got following
messages and cannot install gnuradio-core and the most of the
components.
$ ./configure --with-boost=/opt/boost_1_36_0
.
.
.
checking for GSL... no
g
35 matches
Mail list logo