I didn't look at the image, but the error message typically indicates that gr-osmosdr can't find the device.
I don't know anything about the LimeSDR but if you're trying to use gr-osmosdr to connect to the LimeSDR, I believe you need install SoapySDR and then rebuild gr-osmosdr. And I don't know anything about SoapySDR either - although I have it installed I don't own a device that needs it. -- Cinaed On 01/16/2018 12:56 AM, ogün levent wrote: > Thanks for the replies gr-mapper was already installed and I having > another issue with limesdr on rpi3. I managed to install > gr-osmosdr,gr-mapper-gr-burst and gr-eventstream packages without an > issue and tested connectivity with limesdr by LimeSDRUtil --find > command. Eveything was ok but when I tried to test with osmocom source > and a qt gui sink at a several samp rates, I saw some "FATAL: Trying > to fill up 1 missing channel with null source bug#528" and "Failed to > get serial number" messages > > 2018-01-12 3:24 GMT+03:00 Cinaed Simson <[email protected] > <mailto:[email protected]>>: > > On 01/11/2018 03:15 AM, ogün levent wrote: > > Hi everyone > > I cannot install gr-burst and gr-eventstream to raspberry pi rasbian os > > via cmake. I get these messages during installation > > In the README for gr-burst, it indicates you need to install gr-mapper. > > Also the included error messages are for gr-burst - do you have a > different set of error messages for gr-eventstream? > > -- Cinaed > > > > > Best > > > > [ 7%] Building CXX object > > lib/CMakeFiles/gnuradio-burst.dir/synchronizer_v4_impl.cc.o > > [ 7%] Building CXX object > lib/CMakeFiles/gnuradio-burst.dir/qa_helpers.cc.o > > [ 7%] Linking CXX shared library libgnuradio-burst.so > > [ 7%] Built target gnuradio-burst > > Scanning dependencies of target test-burst > > [ 7%] Building CXX object > lib/CMakeFiles/test-burst.dir/test_burst.cc.o > > [ 7%] Building CXX object > > lib/CMakeFiles/test-burst.dir/qa_synchronizer_v4.cc.o > > [ 7%] Building CXX object lib/CMakeFiles/test-burst.dir/qa_burst.cc.o > > [ 7%] Building CXX object > lib/CMakeFiles/test-burst.dir/qa_helpers.cc.o > > [ 7%] Linking CXX executable test-burst > > [ 7%] Built target test-burst > > Scanning dependencies of target burst_swig_swig_doc > > [ 7%] Built target burst_swig_swig_doc > > Scanning dependencies of target _burst_swig_swig_tag > > [ 7%] Building CXX object > > swig/CMakeFiles/_burst_swig_swig_tag.dir/_burst_swig_swig_tag.cpp.o > > [ 7%] Linking CXX executable _burst_swig_swig_tag > > [ 7%] Built target _burst_swig_swig_tag > > [ 7%] Generating burst_swig.tag > > Scanning dependencies of target burst_swig_swig_2d0df > > [ 7%] Building CXX object > > swig/CMakeFiles/burst_swig_swig_2d0df.dir/burst_swig_swig_2d0df.cpp.o > > [ 7%] Linking CXX executable burst_swig_swig_2d0df > > Swig source > > /home/pi/gr-burst/swig/burst_swig.i:6: Error: Unable to find > > 'mapper/mapper/swig/mapper_swig.i' > > swig/CMakeFiles/burst_swig_swig_2d0df.dir/build.make:134: recipe for > > target 'swig/burst_swig_swig_2d0df' failed > > make[2]: *** [swig/burst_swig_swig_2d0df] Error 1 > > make[2]: *** Deleting file 'swig/burst_swig_swig_2d0df' > > CMakeFiles/Makefile2:274: recipe for target > > 'swig/CMakeFiles/burst_swig_swig_2d0df.dir/all' failed > > make[1]: *** [swig/CMakeFiles/burst_swig_swig_2d0df.dir/all] Error 2 > > Makefile:138: recipe for target 'all' failed > > make: *** [all] Error 2 > > > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > [email protected] <mailto:[email protected]> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] <mailto:[email protected]> > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio> > > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
