Package Details: gr-osmosdr-git d77577-1

Git Clone URL: https://aur.archlinux.org/gr-osmosdr-git.git (read-only, click to copy)
Package Base: gr-osmosdr-git
Description: GNU Radio source block for OsmoSDR, which is a 100% Free Software based small form-factor inexpensive SDR (Software Defined Radio) project.
Upstream URL: https://osmocom.org/projects/gr-osmosdr/wiki
Licenses: GPL
Provides: gnuradio-osmosdr, gr-osmosdr
Submitter: 0xfc
Maintainer: cwill747
Last Packager: cwill747
Votes: 30
Popularity: 0.000000
First Submitted: 2012-04-24 04:44 (UTC)
Last Updated: 2020-11-17 19:09 (UTC)

Required by (18)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

vnuke commented on 2019-05-05 23:38 (UTC)

it seems that gr-osmosdr won't build with gnuradio-git (version 3.8) because of a change in cmake usage in gnuradio. ref:https://osmocom.org/issues/3855

maximevince commented on 2019-02-27 17:38 (UTC)

I had to add: -DCMAKE_EXE_LINKER_FLAGS=-llog4cpp -DCMAKE_MODULE_LINKER_FLAGS=-llog4cpp -DCMAKE_SHARED_LINKER_FLAGS=-llog4cpp to the cmake arguments to get it to compile.

Otherwise I'd get errors related to: soapy_sink_c.cc log4cpp AppenderMapStorageInitializer

bastla commented on 2019-01-25 13:26 (UTC)

The libbladerf-git is needed within the current compiler config and should be added as a dependency.

maximevince commented on 2018-06-10 10:23 (UTC)

This should fix boost-1.6.7 compatibility:

diff -ura gr-osmosdr.orig/lib/CMakeLists.txt gr-osmosdr/lib/CMakeLists.txt --- gr-osmosdr.orig/lib/CMakeLists.txt 2018-06-10 12:06:35.662484236 +0200 +++ gr-osmosdr/lib/CMakeLists.txt 2018-06-10 12:06:51.886207437 +0200 @@ -43,6 +43,8 @@ time_spec.cc )

+list(APPEND Boost_LIBRARIES pthread) + GR_OSMOSDR_APPEND_LIBS( ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES}

deadite66 commented on 2018-06-08 14:54 (UTC)

seems the latest updates have broken gr-osmosdr.

[ 92%] Linking CXX shared library libgnuradio-osmosdr-0.1.5git.so CMakeFiles/gnuradio-osmosdr.dir/osmosdr/osmosdr_src_c.cc.o: In function boost::condition_variable::condition_variable()': osmosdr_src_c.cc:(.text._ZN5boost18condition_variableC2Ev[_ZN5boost18condition_variableC5Ev]+0xa9): undefined reference topthread_condattr_setclock'

akhenakh commented on 2018-05-01 22:23 (UTC)

failed to compile because of rtlsdr_set_bias_tee not found

changed deps to rtlsdr-git solved it

qwattash commented on 2017-10-24 22:58 (UTC)

In order to avoid a compile-time error: error: ‘rtlsdr_set_bias_tee’ was not declared in this scope Use rtl-sdr-git instead of the version from community.

plushvoxel commented on 2016-08-11 02:54 (UTC)

When I install this package and use a oscmocom source in gnuradio-companion, I get an "ImportError: No module named _osmosdr_swig". When I use the nonfree version instead, it works properly.

danmc commented on 2016-07-01 17:36 (UTC)

A while ago, I put together a PKGBUILD for gr-osmosdr-nonfree-git for enabling nonfree components, but I suppose there's no need for them to be separate. I combined the PKGBUILDs at https://github.com/danian95/gr-osmosdr-git-PKGBUILD. I made quite a few of the dependencies optional as well, since I think they're only required if you have those devices. Thoughts?