pybombs didn't seem to know anything about libosmo-dsp. They only way forward that I could find was to clone libosmo-dsp into the proper sub directory of gr-iqbal and then let pybombs build it.
All the gnuradio components seem to be there and working. I'm working my way through the tutorials and everything is working fine. On Mon, Dec 21, 2015 at 1:24 PM, Dominic Spill <[email protected]> wrote: > On 21 December 2015 at 19:59, Jon B <[email protected]> wrote: > > > > libosmo-dsp is empty but gr_iqbal has everything else in it. I notice > if I > > point my browser to the git repo for gr-iqbal the libosmo-dsp directory > is > > grey. I don't really know git so I'm not sure if that means anything. > > I think that's because libosmo-dsp is a submodule (in git that's a > directory that contains another git repository), but it appears that > the submodule is pointing at the wrong URL fro libosm-dsp. > > > The problem was visible if I ./pybombs install gr-iqbal, it gives a file > not > > found error for: > > > > gr-iqbal/libosmo-dsp/src/cxvec.c > > Could you try running "./pybombs install libosmo-dsp" and seeing if it > finds it? You may then be able to point the directory in gr-iqbal to > the installed version rather than it trying to be clever. > > Of course, if everything appears to be working as expected, you should > feel free to ignore the issue and carry on as normal. > > Dominic >
_______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
