Re: [Discuss-gnuradio] pybombs bombs

2015-04-08 Thread Mike
Hi Michael, That worked perfectly thanks. Mike ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] pybombs bombs

2015-04-08 Thread Tom Rondeau
sewhere, so that's where I pointed you. I wasn't trying to be dismissive. Tom > > > *From:* trond...@trondeau.com [mailto:trond...@trondeau.com] *On Behalf > Of *Tom Rondeau > *Sent:* 08 April 2015 00:32 > *To:* Mike Willis > *Cc:* Richard Bell; GNURadio Discussion L

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Mike Willis
[mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: 08 April 2015 00:32 To: Mike Willis Cc: Richard Bell; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] pybombs bombs On Tue, Apr 7, 2015 at 7:12 PM, Mike Willis mailto:willis...@gmail.com> > wrote: Hi Tom. I thin

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Michael Dickens
I just issued a pull request to fix this issue. The problem is that on a few systems, such as yours, "unit32_t" is undefined in the top-level namespace, and should really be "boost::uint32_t" anyway to match the actual values being compared. This fix is just for a test, so it won't make any differe

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Tom Rondeau
e usrp-users list would be much better place to get help on this problem. Tom > > > *From:* trond...@trondeau.com [mailto:trond...@trondeau.com] *On Behalf > Of *Tom Rondeau > *Sent:* 07 April 2015 23:06 > *To:* Mike Willis > *Cc:* Richard Bell; GNURadio Discussion List >

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Mike Willis
: Mike Willis Cc: Richard Bell; GNURadio Discussion List Subject: Re: [Discuss-gnuradio] pybombs bombs On Tue, Apr 7, 2015 at 4:19 PM, Mike Willis mailto:willis...@gmail.com> > wrote: Thanks - I tried that. Same issue.Something wrong with UHD and my setup perhaps? Mike Have you as

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Tom Rondeau
On Tue, Apr 7, 2015 at 4:19 PM, Mike Willis wrote: > Thanks - I tried that. Same issue.Something wrong with UHD and my setup > perhaps? > > Mike > Have you asked on the usrp-users list? Seems a problem more related to the UHD than PyBOMBS or GNU Radio. Unless it's a change in configuration that

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Mike Willis
Thanks - I tried that. Same issue.Something wrong with UHD and my setup perhaps? Mike /home/mike/pybombs/src/uhd/host/tests/sid_t_test.cpp:96:48: note: suggested alternative: In file included from /home/mike/pybombs/src/uhd/host/include/uhd/types/sid.hpp:22:0, from /home/mike/pyb

Re: [Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Richard Bell
If it were me, the easiest way to get around an issue like this is to start over. You might have a linker problem. ./pybombs remove delete the pybombs and target directories clone the latest version of pybombs ./pybombs install gnuradio If you still have an issue then go from there. v/r, Rich

[Discuss-gnuradio] pybombs bombs

2015-04-07 Thread Mike Willis
Hi All, I made a mistake this morning and tried to refresh gnuradio with pybombs to test an FCD ProPlus against the latest main branch. Pybombs has worked fine up until now and I successfully installed it on a different machine on Sunday. Today it crashed and I found it had an empty volk directory