libad9361-iio | IIO AD9361 library for filter design | Map library
kandi X-RAY | libad9361-iio Summary
kandi X-RAY | libad9361-iio Summary
IIO AD9361 library for filter design and handling, multi-chip sync, etc.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libad9361-iio
libad9361-iio Key Features
libad9361-iio Examples and Code Snippets
rgetz@pinky:~/libad9361-iio$ cmake ./CMakeLists.txt
-- The C compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C com
Community Discussions
Trending Discussions on libad9361-iio
QUESTION
For the third time I reinstalled Ubuntu 20.04 on a Windows 10 machine running VMWare whilst attempting to install GNU Radio Companion 3.8 with the PlutoSDR gr_iio blocks. Each time failed with a different error.
I am charting my most recent attempt below. Any help is greatly appreciated.
- Installed Ubuntu 20.04 on VMWare
- Updated Ubuntu
cp ./53-adi-plutosdr-usb.rules /etc/udev/rules.d/
sudo service udev restart
- checked the output of
dmesg
- Since I had no
~/.ssh/config
file I ranwget https://raw.githubusercontent.com/analogdevicesinc/plutosdr_scripts/master/ssh_config -O ~/.ssh/config
ssh plutosdr
to add to list of known hosts. I verified the IP and firmware version.sudo apt-get install libiio-utils
and verified I can talk to the device viaiio_info -n 192.168.2.1 | grep device
The following output was produced:
ANSWER
Answered 2021-Feb-28 at 00:29Accoding to the documentation, the gr-iio
project doesn't include the GNU Radio
project but expects you to build it in advance.
However, you only built libiio
and libad9361
, but not the GNU Radio
library from https://github.com/gnuradio/gnuradio. The config file gr-iio
is complaining about should be installed when installing GNU Radio
.
Regarding MPIR: While MPIR started as a fork of gmp you can't install gmp as a replacement for MPIR, as they use different names for their headers and libraries. Which is why MPIR is still not being found after you've installed the development packages for gmp. If ubuntu doesn't provide packages for MPIR you'll have to compile it from source.
QUESTION
Morning All,
I am trying to install GNU Radio. I am running a Windows 10 computer where the Windows Subsystem for Linux was installed. Python 3.8.2 is installed.
After installing WSL and Ubuntu 20.04 I updated and upgraded:
...ANSWER
Answered 2020-May-17 at 08:25gr-iio
is a module for GNU Radio and requires it and its development package to be already installed:
gr-iio requires a few main dependencies:
- libiio
- libad9361
- GNU Radio and its development packages
- swig (Optional for python support)
On Ubuntu 20.04 development package for GNU Radio is gnuradio-dev. Among other things, this package provides GnuradioConfig.cmake
file which is noted in the CMake message you got.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install libad9361-iio
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page