Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-16 Thread Elvis Dowson
Hi Josh, On Jul 14, 2010, at 9:33 PM, Josh Blum wrote: > Well, I have build it on the mac. I just used standard makefiles to build. I > got my dependencies from installable web packages and mac ports. If you have > installed gnuradio, then you probably have all the dependencies. I didnt try >

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-14 Thread Josh Blum
The driver is able to talk to the usrp2, however, I just noticed that since i put the code in to resize the buffer, that mac osx gives error: no buffer space available. There seems to a sysctl to resize the incoming udp buffer size but it wont let me go as high as 50MB, and I cant find a sysctl

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-14 Thread Josh Blum
Well, I have build it on the mac. I just used standard makefiles to build. I got my dependencies from installable web packages and mac ports. If you have installed gnuradio, then you probably have all the dependencies. I didnt try the xcode project file generation with cmake. The driver is abl

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-14 Thread Elvis Dowson
Hi, Has anyone built the USRP2 UHD drivers for Mac OS X 10.6.x ? Elvis Dowson ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-13 Thread Harley Myler
On Jul 12, 2010, at 10:03 PM, Elvis Dowson wrote: > Hi, > I'm using Mac OS X 10.6.4 and I'm unable to build the USRP2 component on > Mac OS X 10.6.4. I get the following error message when running ./configure > > checking whether host_os is linux*... no > configure: USRP2 currently requires

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-13 Thread Elvis Dowson
HI Harley, I managed to get GNU Radio building off the git repo a couple of hours ago and posted the steps back to the mailing list: http://old.nabble.com/Build-instructions-for-GNU-Radio-%2B-USRP2-%2B-WBX-on-Fedora-12-64-bit-VMware-image-td29147498.html I used VMware Fusion

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-12 Thread Josh Blum
What's the benefit of using UHD, at the moment? I thought that was something that was being developed to better integrate with the National Instruments hardware ecosystem. Eventually it will incorporate all the hardware with full functionality under one API. It currently supports only the U

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-12 Thread Elvis Dowson
Hi Josh, On Jul 13, 2010, at 7:14 AM, Josh Blum wrote: > Dont blow up on me like the last guy... but the usrp2 gnuradio driver uses a > linux kernel-specific packet ring and will only build on linux. Hence the > error message that you saw. I run Fedora 12 x86 64-bit on a VMware image on Mac OS

Re: [Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-12 Thread Josh Blum
Dont blow up on me like the last guy... but the usrp2 gnuradio driver uses a linux kernel-specific packet ring and will only build on linux. Hence the error message that you saw. However, the UHD uses userspace udp sockets and will build on macos and windows as well. You may want to try: http

[Discuss-gnuradio] Unable to build GNU Radio on Mac OS X 10.6.4 for USRP2

2010-07-12 Thread Elvis Dowson
Hi, I'm using Mac OS X 10.6.4 and I'm unable to build the USRP2 component on Mac OS X 10.6.4. I get the following error message when running ./configure checking whether host_os is linux*... no configure: USRP2 currently requires Linux host OS, not found Not building component usrp2. Elvi