1uhd_find_devices(1) User Commands uhd_find_devices(1)
2
3
4
6 uhd_config_info - USRP Hardware Driver Build Configuration Info
7
9 Print build information corresponding to this installation of the USRP
10 Hardware Driver (UHD).
11
12 The UHD package is the universal hardware driver for Ettus Research
13 products. The goal is to provide a host driver and API for current and
14 future Ettus Research products. Users will be able to use the UHD
15 driver standalone or with 3rd party applications.
16
17
19 uhd_config_info [OPTIONS]
20
21
23 Print date this build was compiled:
24 --boost-version
25
26 Print Boost version used:
27 --build-date
28
29 Print C compiler used:
30 --c-compiler
31
32 Print C++ compiler used:
33 --cxx-compiler
34
35 Print C compile flags:
36 --c-flags
37
38 Print C++ compile flags:
39 --cxx-flags
40
41 Print UHD components included in this build (comma-delimited):
42 --enabled-components
43
44 Print default install prefix for this build:
45 --install-prefix
46
47 Print libusb version used
48 --libusb-version
49
50 Print all information listed above:
51 --print-all
52
53 Print UHD version:
54 --version
55
56 This help information:
57 --help
58
59
61 UHD documentation: http://files.ettus.com/manual/
62
63 GR-UHD documentation: http://gnuradio.org/doc/doxygen/page_uhd.html
64
65
67 This manual page was written by Nicholas Corgan for the Debian project
68 (but may be used by others).
69
70
72 Copyright (c) 2015 National Instruments Corp.
73
74 This program is free software: you can redistribute it and/or modify it
75 under the terms of the GNU General Public License as published by the
76 Free Software Foundation, either version 3 of the License, or (at your
77 option) any later version.
78
79 This program is distributed in the hope that it will be useful, but
80 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
81 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
82 Public License for more details.
83
84
85
86UHD 3.9.1 uhd_find_devices(1)