Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267

2006-08-14 Thread Greg Troxel
Michael Dickens <[EMAIL PROTECTED]> writes: > I just checked in the patch for Greg's compile issue. Also corrects > for the template expansion issue which I had encountered before > (different changes) ... rather simple once I read through enough > Google hits ;-) ... just insert the explicit t

Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267

2006-08-14 Thread Michael Dickens
I just checked in the patch for Greg's compile issue. Also corrects for the template expansion issue which I had encountered before (different changes) ... rather simple once I read through enough Google hits ;-) ... just insert the explicit template expansions at the end of each .cc file

[Discuss-gnuradio] SVN build works on NetBSD with USRP

2006-08-14 Thread Greg Troxel
Today Dan Sumorok and I installed all the GNU Radio dependencies from pkgsrc on a NetBSD-current Thinkpad T42p, and built GNU Radio from SVN, with Joanne's fusb patch for USB readahead/writebehind. Then we built BBN's 802.11 code from CVS. Dan was able to receive 802.11 packets with a USRP and R

[Discuss-gnuradio] USRP question

2006-08-14 Thread Thomas Schmid
I have a question which confuses me all the time. If I connect a RFX400 (or RFX2400) to the USRP and receive the samples from it on the PC, what are those samples exactly? Are they in baseband? Or are they still in the intermediate frequency? Thank you very much, Thomas ___

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-14 Thread Michael Dickens
Josh - Thanks for keeping up on this. Could you send me a "dat" file which you have verified works on Linux, as well as the command line you used to make it work. I'll debug it as soon as I can get there ... might be a week or so, but I'll get there. gr-audio-osx needs some work to bring

Re: [Discuss-gnuradio] No audio on os x reading .dat files

2006-08-14 Thread Josh Jennings
Hi Michael, Well, I have installed gnuradio on my linux at work and the dat files I downloaded and used with the scripts from http://www.kd7lmo.net/ground_gnuradio_software.html work just fine. Must be an os x thing Josh On 8/10/06, Michael Dickens <[EMAIL PROTECTED]> wrote: OK. So .dat fil

Re: [Discuss-gnuradio] bsd make issues perhaps resolved

2006-08-14 Thread Greg Troxel
I've added a patch that lets me compile the components that configure enabled. http://gnuradio.utah.edu/trac/attachment/ticket/35/bsdmake.patch -- Greg Troxel <[EMAIL PROTECTED]> pgpkIYSlasbFG.pgp Description: PGP signature ___ Discuss-gnuradio

[Discuss-gnuradio] bsd make issues perhaps resolved

2006-08-14 Thread Greg Troxel
I think I've figured out both classes of problems. One is gratuitious use of $< in fixed rules where it doesn't help anything, and the other is harder. usrp/firmware/lib/Makefile.am has this, which can build .rel from either .c or .a51 %.rel : %.c $(XCC) $(INCLUDES) $(DEFINES) -c $< -o

Re: [Discuss-gnuradio] README buglet

2006-08-14 Thread Greg Troxel
I've filed a trac bug about BSD make failures. http://gnuradio.utah.edu/trac/ticket/35 I think part of the problem is some of uses of "$<" in make rules. BSD make says that refers to the "implied source" when using a pattern rule, but the problematic usage seems to not be a pattern rule and hav

Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267

2006-08-14 Thread Greg Troxel
While Michael is fixing an issue in the gr-error-correcting-codes, this component has been removed from the build. I just did a build and it still looks included, both by behavior and on inspection. I'm at revision 3278. It still fails, I think due to gcc 4.1.2 being stricter and refusing t