[Discuss-gnuradio] Boost Problem in Compiling Current Trunk

2008-12-31 Thread Firas A.
Hi, I cannot compile the current trunk 10183. I'm using boost 1_37_0. Although ./configure went out with no boost problems as in : checking for boost >= 1.35... yes checking whether the boost::thread includes are available... yes checking for exit in -lboost_thread-gcc42-mt-1_37... yes checking

RE: [Discuss-gnuradio] Fedora 10 and svn head

2008-12-31 Thread Bob McGwier
I run Fedora 10 on my Quad core and boost 1_37 installed in /opt. I am putting it on one of my dual power PC blades and on one of my dual CBE blades for experimentation with SDK 3.1. I am attempting to work out all of the gotchas with F10 for this work. --with-boost=/opt/boost(directory of your

Re: [Discuss-gnuradio] Scheduler Help/Question

2008-12-31 Thread Earle Frank
Okay I am using the default scheduler. So now I have enabled the logging for the appropriate thread-per-block scheduler files. Here's the heart of my problem. My flow graph has five blocks, A, B, C, D, E. Output of A is input to B and C. Output of C is input to D. Output of B and D are input to E

[Discuss-gnuradio] sychronization

2008-12-31 Thread slimchao
Hallo Eric and Matt, My question is, with the LFTX/RX boards, is it possible for the synchronization-communication? I'm heading towards using the USRPs and LF boards as an RFID test bed. Looking forward to your replies, Thanks! Slimchao -- View this message in context: http://www.nabble.co

Re: [Discuss-gnuradio] Fedora 10 and svn head

2008-12-31 Thread Eric Blossom
On Wed, Dec 31, 2008 at 06:08:42PM +, John Gumb wrote: > Folks > > FWIW just installed Fedora 10 and tried building svn head. Configure > fails due to boost being rev 1.34. Seems like Fedora folks don't want to > keep up to date with boost. 1.35 or later is required. > > The following seems

Re: [Discuss-gnuradio] Fedora 10 and svn head

2008-12-31 Thread Philip Balister
On Wed, Dec 31, 2008 at 1:08 PM, John Gumb wrote: > Folks > > FWIW just installed Fedora 10 and tried building svn head. Configure fails > due to boost being rev 1.34. Seems like Fedora folks don't want to keep up > to date with boost. 1.35 or later is required. Insert token complaint about boost

Re: [Discuss-gnuradio] Using gcell out of tree

2008-12-31 Thread Eric Blossom
On Wed, Dec 31, 2008 at 10:59:22AM -0500, Chris Noyes wrote: > I'm trying to do an out of tree build using gcell on a PS3 with Fedora 8. Is > anybody else working on this? Any pointers? > I copied the 'gr-howto-write-a-block' folder out of the tree and followed > the documentation to create my own

[Discuss-gnuradio] Fedora 10 and svn head

2008-12-31 Thread John Gumb
Folks FWIW just installed Fedora 10 and tried building svn head. Configure fails due to boost being rev 1.34. Seems like Fedora folks don't want to keep up to date with boost. 1.35 or later is required. The following seems to fix it: Download boost-devel-1.37.0-2.fc11.i386.rpm from http://ko

[Discuss-gnuradio] Using gcell out of tree

2008-12-31 Thread Chris Noyes
I'm trying to do an out of tree build using gcell on a PS3 with Fedora 8. Is anybody else working on this? Any pointers? I copied the 'gr-howto-write-a-block' folder out of the tree and followed the documentation to create my own block. I then copied 'Makefile.common.spu' and used the 'gr-gcell' ff

Re: [Discuss-gnuradio] Scheduler Help/Question

2008-12-31 Thread Eric Blossom
On Wed, Dec 31, 2008 at 05:41:16AM -0800, Earle Frank wrote: > > I have a question about the scheduling of work. > > In 'gr_single_threaded_scheduler.cc', I changed the pound-def ENABLE_LOGGING > from 0 to 1. > I did a 'make' and then a 'make install'. > However, when I execute my flow graph, the

Re: [Discuss-gnuradio] gr-sounder using xcvr2450 daughterboard - usrpsounder.py

2008-12-31 Thread mutsa gahadza
Hi   I am beggining to suspect that there is something wrong with the xcvr2450 daughter board. Sorry I made a typo error last time and typed xcvr2458. When I use the 'loopback', which I understand does not need a daughterboard,I get perfect results. When I looked at usrp.py module in /usr/loc

[Discuss-gnuradio] Scheduler Help/Question

2008-12-31 Thread Earle Frank
I have a question about the scheduling of work. In 'gr_single_threaded_scheduler.cc', I changed the pound-def ENABLE_LOGGING from 0 to 1. I did a 'make' and then a 'make install'. However, when I execute my flow graph, the log file is not generated. Is this not the file of interest to investigat

[Discuss-gnuradio] importing gnuradio capture file to scipy

2008-12-31 Thread Engin Karabulut
hi, I have captured some records that are float from file_sink, I want to import these files into scipy but I cannot find any function to manage to import.There are some .m files for matlab. Is there a solution for scipy? sincerely. ___ Discuss-gnura