discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] USRP/gnuradio Issues in OS X


From: Mark J. Blair
Subject: Re: [Discuss-gnuradio] USRP/gnuradio Issues in OS X
Date: Tue, 24 Aug 2010 16:18:12 -0700

So far, the only way I've been able to get gnuradio to link against 
libusb-legacy has been to uninstall libusb-1.0. Even when I overrode pkg-config 
by setting the USB_* variables, it'd still (apparently) link against libusb-1.0 
and then crash at runtime when it couldn't find the "_usb_debug" symbol.

Hopefully I'll be able to find a workaround for this since I'd like to use some 
other stuff that requires libusb-1.0, but in the mean time this seems to have 
fixed my usrper problem.

I configured this way:

./configure \
    CC=/usr/bin/gcc \
    CXX=/usr/bin/g++ \
    LDFLAGS="-F/opt/local/Library/Frameworks -L/opt/local/lib" \
    CPPFLAGS="-I/opt/local/include -I/opt/local/include/qwt 
-I/opt/local/include/qwtplot3d" \
    --with-fusb-tech=darwin

Now usrper appears to be happy:

~/gnuradio% usrper -v load_standard_bits
usrper: found unconfigured usrp; needs firmware.
~/gnuradio% usrper -v get_hash0
hash: ???7???g8!?_Md
~/gnuradio% usrper -v set_hash0 deadbeef
~/gnuradio% usrper -v get_hash0
hash: deadbeef        
~/gnuradio% 


While I don't know what any of those usrper commands are actually doing, at 
least they seem to be not-crashing!

-- 
Mark J. Blair, NF6X <address@hidden>
Web page: http://www.nf6x.net/
GnuPG public key available from my web page.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]