On 10/23/2016 04:35 PM, du...@duaneellis.com wrote:
> Hi,
>
> I just built Gnu Radio from source on a new/fresh linux machine (Ubuntu
> 16)
>
> For some reason, my RTL-SDR device cannot be opened.
>
> I get this error:
>
> usb_claim_interface error -6
Try installing the enclosed file in
/et
Hi,
I just built Gnu Radio from source on a new/fresh linux machine (Ubuntu
16)
For some reason, my RTL-SDR device cannot be opened.
I get this error:
usb_claim_interface error -6
1) The device is present, it shows in dmesg
2) I do not think it is a udev permissions error -
a) the rules are
Hi Nikita,
sadly, that's a Thrift problem, not solvable by GNU Radio. The problem
is that thrift has a lot of (optional) components that don't build, even
on "sane", fresh installations of popular linux distros. It's a mess.
What's your distro?
So, what "we" (in the shape of PyBOMBs thrift recipe
Imre,
With the exception of the swig files, the paths things are being installed
to look logical to me for the way the windows install is built. Seems like
the swig files should be in include/pager2/swig based on how the tree is
set up for the built-in blocks, though I can't say for certain. I a
Thanks again Geof, your hints realy helped me.
After some bumps in the table (From my head), and quite some hair laying
around (Also from my head);
Cmake, configure, build and even install / uninstall ends with zero
warnings & errors.
I'll send you a .zip file by direct mail. (Be aware, it
Hi,
I'm experiencing the same problem for a long time with homebrew, and I'm
not using pybombs.
You need to amend e.g., gr-dtv/swig/CMakeLists.txt so that
set(GR_SWIG_LIBRARIES gnuradio-dtv)
becomes
set(GR_SWIG_LIBRARIES gnuradio-dtv ${GSL_LDFLAGS})
and in gr-dtv/CMakeLists.txt, the GR_REGISTER_C