Re: [Discuss-gnuradio] Renaming PyBOMBS

2015-12-23 Thread Tim Newman
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

Re: [Discuss-gnuradio] Run time FIFO error

2013-06-12 Thread tim . newman
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

Re: [Discuss-gnuradio] Run time FIFO error

2013-06-21 Thread Tim Newman
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

Re: [Discuss-gnuradio] pybombs error

2013-06-25 Thread Tim Newman
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

Re: [Discuss-gnuradio] Run time FIFO error

2013-06-25 Thread Tim Newman
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

Re: [Discuss-gnuradio] Recent Commit Issue

2013-06-26 Thread Tim Newman
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

Re: [Discuss-gnuradio] Gnuradio 3.6.x recipe for pybombs ?

2013-07-20 Thread Tim Newman
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 >

Re: [Discuss-gnuradio] PYBOMBS Build Failure

2013-07-25 Thread Tim Newman
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

Re: [Discuss-gnuradio] PYBOMBS Build Failure

2013-07-26 Thread tim . newman
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

Re: [Discuss-gnuradio] pybombs building 3.6.5.1 - swapping and out of virtual memory

2013-07-29 Thread Tim Newman
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

Re: [Discuss-gnuradio] Gnuradio3.7 make error

2013-07-30 Thread tim . newman
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

Re: [Discuss-gnuradio] Help Pybombs

2013-08-02 Thread Tim Newman
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_

Re: [Discuss-gnuradio] gnuradio recipe in pybombs requires mcpp

2013-08-08 Thread Tim Newman
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

Re: [Discuss-gnuradio] Sampling with multiple USRP N210s with one host computer

2013-10-31 Thread Tim Newman
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

Re: [Discuss-gnuradio] gr-ctrlport-monitor timeout exception

2013-11-13 Thread Tim Newman
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

Re: [Discuss-gnuradio] Control Port, Perf Mon for GRC - errors

2014-02-08 Thread Tim Newman
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

Re: [Discuss-gnuradio] Solution for SegFault with Lock / Unlock in 3.7 C++

2014-03-28 Thread Tim Newman
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

Re: [Discuss-gnuradio] Solution for SegFault with Lock / Unlock in 3.7 C++

2014-03-28 Thread Tim Newman
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

Re: [Discuss-gnuradio] How to start with stream tags

2014-04-22 Thread Tim Newman
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

Re: [Discuss-gnuradio] ZeroC ICE Choice for ControlPort

2012-11-19 Thread Tim Newman
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

Re: [Discuss-gnuradio] uhd_find_devices issue

2012-12-28 Thread tim . newman
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]

Re: [Discuss-gnuradio] Check for gr-ctrlport

2013-03-30 Thread tim . newman
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

Re: [Discuss-gnuradio] Master build failure for ARM when building cross

2013-04-22 Thread Tim Newman
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

Re: [Discuss-gnuradio] "GNU Radio is crap" and GSoc

2012-02-19 Thread Tim Newman
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 >

Re: [Discuss-gnuradio] ztex USB-FPGA board

2009-11-01 Thread Tim Newman
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

Re: [Discuss-gnuradio] USRP2 firmware + cross compiled GNU Radio question

2009-11-29 Thread Tim Newman
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

Re: [Discuss-gnuradio] GnuRadio on PCI-104 (i.e., Fedora on USB Flash Drive)

2008-05-01 Thread Tim Newman
yes. Tim Newman ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio