I agree with Tim, the tool is not gnuradio specific, and I personally dont
think it needs to be locked to gnuradio and have a "gr" in the name
anywhere and uniquely searchable is a must. I'm a big fan of the original
name. Otherwise:
PySIS - Pybombs Software Installer System.
On Wed, Dec 23, 201
Are you installing Ice after you build gnuradio? If so, then gnuradio
won't enable the controlport modules during the gnuradio build because it
doesnt detect Ice.
Tim
On Fri, Feb 7, 2014 at 11:10 PM, Tom McDermott wrote:
>
> Having some issues with Control Port and Perf Mon in GRC.
>
> 1. Buil
What version of boost are you using?
Tim
On Fri, Mar 28, 2014 at 12:45 PM, Luke Berndt wrote:
> I was wondering if there has been any progress or work arounds for Bug 598
> in 3.7?
>
> http://gnuradio.org/redmine/issues/598
>
> The issue is the GnuRadio will segfault if there are too many Lock
hink I was running Boost 1.49, but it got upgrade
> because I think it is not compatible with GR 3.7?
>
> Would it be worth it to try build from source for Boost 1.48 or 1.55?
>
>
> On Fri, Mar 28, 2014 at 12:54 PM, Tim Newman wrote:
>
>> What version of boost are you usin
Try:
http://gnuradio.org/doc/doxygen-3.7/page_stream_tags.html
or
http://gnuradio.org/redmine/attachments/download/252/06-rondeau-stream_tags.pdf
or even
http://bit.ly/1kWXdCl
On Tue, Apr 22, 2014 at 6:29 AM, Hoang Ngo Khac wrote:
> Dear List,
>
> I want to make time synchronization for im
I believe the gr event scheduler, presented at the last gr conference, is
for just that kind of thing.
Tim
On Feb 17, 2012 7:39 PM, "Andrew Davis" wrote:
> Yes, I could feed the blocks work functions directly, but this is
> tricky sometimes. I'm working on a simple program that needs to route
>
Which version of Ice does the controlport branch currently depend on?
I only ask because I think only Ubuntu 12.04 and 11.10 have Ice 3.4.2,
whereas older Ubuntu versions come with the Ice 3.3.x versions and
there are significant API changes between the two, so the "apt-get
install" may only be sup
In your screenshot, it looks like your eth0 ip address was lost.
Tim
Sent on the Sprint® Now Network from my BlackBerry®
-Original Message-
From: Karan Talasila
Sender: discuss-gnuradio-bounces+tim.newman=gmail.com@gnu.orgDate: Fri, 28 Dec
2012 17:20:56
To:
Subject: [Discuss-gnuradio]
I can confirm I had the same problem. Adding -DENABLE_GR_CTRLPORT=TRUE helped,
but it should be enabled without it also, according to the cmake log.
Tim
Sent on the Sprint® Now Network from my BlackBerry®
-Original Message-
From: Alexandru Csete
Sender: discuss-gnuradio-bounces+tim.new
I had problems similar to this using swig < 2.0. Swig 2.0.4 helped.
On Mon, Apr 22, 2013 at 7:08 PM, Almohanad Fayez
wrote:
> Philip, this is problem of no help but I ran into this issue when I was
> still using ubuntu 10.04, I found a reference where Marcus was having the
> same problem but on
I'm also getting that error about 50% of the time when running through a
switch. I checked the pcap output and when it fails, the host sends an icmp
port unreachable msg to the usrp.
Tim
Sent on the Sprint® Now Network from my BlackBerry®
-Original Message-
From: Josh Blum
Sender: dis
Yes, bringing this back up. Back to the original topic. When I get this
FIFO ctrl error, the host is sending back an icmp port unreachable msg to
the usrp, I grab this using wireshark.
All I'm doing is running "uhd_usrp_probe". I've tried with and without
adding the --args addr= parameter, same
In the recipe itself, you should be able to put:
var config_opt =
Tim
On Tue, Jun 25, 2013 at 8:12 AM, Blake Morgan wrote:
> On 06/25/2013 05:10 AM, Philip Balister wrote:
>
>> On 06/24/2013 09:19 PM, Blake Morgan wrote:
>>
>>> I decided to try out pybombs on one of my Beaglebones, and atte
fpga load.
Tim
On Fri, Jun 21, 2013 at 1:18 PM, Josh Blum wrote:
>
>
> On 06/21/2013 09:41 AM, Tim Newman wrote:
> > Yes, bringing this back up. Back to the original topic. When I get this
> > FIFO ctrl error, the host is sending back an icmp port unreachable ms
I think this is a sort of different beast. You could check for gslcblas
and even pass -lgslcblas as a compile flag, in fact that is what is going
on. The problem is GSL needs BLAS but does not call it directly from the
object file, and the --as-needed doesnt check for symbols recursively, so
does
On 07/20/2013 12:38 PM, M Dammer wrote:
> thanks for the suggestion. I already solved the problem here, by putting
> this configure section in the recipe:
> configure {
> git checkout tags/v3.6.5.1
> cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype
> -DCMAKE_INSTALL_PREFIX=$prefix $config_opt
>
It appears that your error is not with pybombs but with building gnuradio.
Can you post a bit more of the compile log?
Tim
On Thu, Jul 25, 2013 at 12:36 PM, Dan CaJacob wrote:
> Hi,
>
> I've been trying out pybombs for building the latest gnuradio. I had a
> successful build at home last wee
riginal Message-
From: Dan CaJacob
Date: Fri, 26 Jul 2013 16:40:39
To: Tim Newman
Cc: GNURadio Discussion List
Subject: Re: [Discuss-gnuradio] PYBOMBS Build Failure
I am trying to get you the full output. Apparently tee-ing the output to a
file results in a truncated file for some reason. Do
By default pybombs runs make with the "-j4" option, allowing it to compile
things in parallel. This typically helps the compile go quicker. I
certainly wouldnt expect the gnuradio compile to have issues like this, but
you could edit the gnuradio recipe to force it not to use the "-j4" option
by a
Its finding 1.40 headers somewhere on your system.
Tim
Sent on the Sprint® Now Network from my BlackBerry®
-Original Message-
From: Harry Zhang
Sender: discuss-gnuradio-bounces+tim.newman=gmail.com@gnu.orgDate: Tue, 30 Jul
2013 19:23:47
To: Nathan West
Cc:
Subject: Re: [Discuss-gnurad
When you run pybombs for the first time, it should ask you what prefix you
want it to install into. For example, i think it defaults to /usr/local/.
This then passes that prefix directory to the configurare parameter
"--prefix" for autotools based projects or the cmake parameter
"-DCMAKE_INSTALL_
Yeah, I think your right, mcpp isn't needed in the gnuradio pybombs recipe.
Tim
On Thu, Aug 8, 2013 at 9:05 AM, Alexandru Csete wrote:
> On Thu, Aug 8, 2013 at 2:16 PM, Tom Rondeau wrote:
> > On Thu, Aug 8, 2013 at 7:37 AM, Alexandru Csete
> wrote:
> >> Greetings,
> >>
> >> I just noticed th
There are lots of different ways. One example would be to simply connect
them all to a switch, along with your host. Assuming the aggregate
bandwidth doesn't exceed what the host's network card or switch can handle
you'll be fine. You could also, as you mentioned, have a single host with
8 netwo
I've seen ICE do this before, but usually its because my flowgraph dies,
via segfault or something. When the flowgraph dies, the ice endpoints
aren't available anymore so the controlport monitor timesout when
attempting to query them. Are you sure your flowgraph isn't crapping out
for some reason
Luke Kenneth Casson Leighton wrote:
http://shop.ztex.de/product_info.php?cPath=21&products_id=28
dear gnuradio developers,
i was searching on opencores.org to see if there was a SoC that
incorporates an FPGA(-like) device with an open core, and i
accidentally encountered the above USB-FPGA boar
alfa...@aol.com wrote:
Hi, I've been working on cross compiling the latest stable GNU Radio
release, 3.2.1, onto the TI Davinci DM6446 board using OpenEmbedded as
my build environment and Angstrom as my Linux Distro. I've managed to
cross compile and download gnuradio onto the board, though
yes.
Tim Newman
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
27 matches
Mail list logo