usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Build UHD 64-bit in Windows using Visual Studio 10

RV
Ryan van den Bergh
Mon, Oct 17, 2011 4:57 PM

Hi,

I've been trying to compile the UHD libraries as I need a 64-bit Windows
version for a project I'm working on. I tried earlier this year and I
eventually gave up out of frustration and switched to the 32-bit binary from
the Ettus website. Unfortunately I no longer have this option.

I installed all the dependencies successfully, and generated 64-bit Boost
libraries using bjam. I then used CMAKE to generate the Visual Studio
project. The output from the CMAKE log is at the bottom of the email.

All of this seems to proceed without any problems, until I attempt to try
and compile the libraries in Visual Studio itself. I get linking errors
where it says it can't open various Boost libraries, but when I checked, the
libraries are there and I tested that they can be accessed using various
demo programs. I suspect that the problem is that CMAKE only requires the
boost include path and not the boost library path, but I'm not 100% certain.

I'll also include the output of the Visual Studio build below the CMAKE log.
My apologies for the long email, but I figured it best to provide as much
detail as possible so that hopefully someone can work out what's gone wrong.

Thanks,

Ryan van den Bergh


Configuring the python interpreter...

Python interpreter: D:/Python27/python.exe

Override with: -DPYTHON_EXECUTABLE=<path-to-python>

Configuring Boost C++ Libraries...

Boost include directories: D:/boost_1_47_0/

Boost library directories:

Boost libraries:

Python checking for Python version 2.6 or greater

Python checking for Python version 2.6 or greater - found

Python checking for Cheetah templates 2.0.0 or greater

Python checking for Cheetah templates 2.0.0 or greater - found

Configuring LibUHD support...

Dependency Boost_FOUND = TRUE

Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE

Dependency HAVE_PYTHON_MODULE_CHEETAH = TRUE

Enabling LibUHD support.

Override with -DENABLE_LIBUHD=ON/OFF

Configuring Examples support...

Dependency ENABLE_LIBUHD = ON

Enabling Examples support.

Override with -DENABLE_EXAMPLES=ON/OFF

Configuring Utils support...

Dependency ENABLE_LIBUHD = ON

Enabling Utils support.

Override with -DENABLE_UTILS=ON/OFF

Configuring Tests support...

Dependency ENABLE_LIBUHD = ON

Enabling Tests support.

Override with -DENABLE_TESTS=ON/OFF

Configuring Manual support...

Dependency DOCUTILS_FOUND = TRUE

Enabling Manual support.

Override with -DENABLE_MANUAL=ON/OFF

Configuring Doxygen support...

Dependency DOXYGEN_FOUND = YES

Enabling Doxygen support.

Override with -DENABLE_DOXYGEN=ON/OFF

Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)

Configuring high resolution timing...

High resolution timing supported through QueryPerformanceCounter.

Configuring ORC support...

Dependency ENABLE_LIBUHD = ON

Dependency ORC_FOUND =

Dependency ORCC_EXECUTABLE = ORCC_EXECUTABLE-NOTFOUND

Disabling ORC support.

Override with -DENABLE_ORC=ON/OFF

Orc not found, disabling orc support.

Configuring USB support...

Dependency ENABLE_LIBUHD = ON

Dependency LIBUSB_FOUND = TRUE

Enabling USB support.

Override with -DENABLE_USB=ON/OFF

USB support enabled via libusb.

Configuring interface address discovery...

Interface address discovery supported through SIO_GET_INTERFACE_LIST.

Configuring USRP1 support...

Dependency ENABLE_LIBUHD = ON

Dependency ENABLE_USB = ON

Enabling USRP1 support.

Override with -DENABLE_USRP1=ON/OFF

Configuring USRP2 support...

Dependency ENABLE_LIBUHD = ON

Enabling USRP2 support.

Override with -DENABLE_USRP2=ON/OFF

Configuring B100 support...

Dependency ENABLE_LIBUHD = ON

Dependency ENABLE_USB = ON

Enabling B100 support.

Override with -DENABLE_B100=ON/OFF

Configuring E100 support...

Dependency ENABLE_LIBUHD = ON

Dependency LINUX =

Disabling E100 support.

Override with -DENABLE_E100=ON/OFF

Configuring priority scheduling...

Priority scheduling supported through windows SetThreadPriority.

Configuring module loading...

Module loading supported through LoadLibrary.

Full package data directory: D:\UHD_003_003_000\share\uhd

Configuring USRP-E Utils support...

Dependency LINUX =

Disabling USRP-E Utils support.

Override with -DENABLE_USRP_E_UTILS=ON/OFF

######################################################

UHD enabled components

######################################################

  • LibUHD

  • Examples

  • Utils

  • Tests

  • Manual

  • Doxygen

  • USB

  • USRP1

  • USRP2

  • B100

######################################################

UHD disabled components

######################################################

  • ORC

  • E100

  • USRP-E Utils

Building version: 003.003.000-release

Using install prefix: D:/UHD_003_003_000

Configuring done

Generating done


1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release
x64 ------
1>Build started 2011/10/17 06:51:27 PM.
1>_PrepareForClean:
1>  Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>InitializeBuildStatus:
1>  Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because
"AlwaysCreate" was specified.
1>CustomBuild:
1>  Checking Build System
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/docs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/examples/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/uhd/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/uhd/transport/CMakeFiles/generate.stamp
is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/uhd/types/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/uhd/usrp/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/include/uhd/utils/CMakeFiles/generate.stamp is
up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/lib/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/tests/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/utils/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD_003_003_000/host/build/usrp_e_utils/CMakeFiles/generate.stamp is
up-to-date.
1>FinalizeBuildStatus:
1>  Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1>  Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.16
2>------ Rebuild All started: Project: uhd, Configuration: Release x64

3>------ Rebuild All started: Project: manual_html, Configuration: Release
x64 ------
4>------ Rebuild All started: Project: doxygen_docs, Configuration: Release
x64 ------
2>Build started 2011/10/17 06:51:27 PM.
2>_PrepareForClean:
2>  Deleting file "uhd.dir\Release\uhd.lastbuildstate".
3>Build started 2011/10/17 06:51:27 PM.
3>_PrepareForClean:
3>  Deleting file "x64\Release\manual_html\manual_html.lastbuildstate".
3>InitializeBuildStatus:
3>  Creating "x64\Release\manual_html\manual_html.unsuccessfulbuild" because
"AlwaysCreate" was specified.
4>Build started 2011/10/17 06:51:27 PM.
4>_PrepareForClean:
4>  Deleting file "x64\Release\doxygen_docs\doxygen_docs.lastbuildstate".
4>InitializeBuildStatus:
4>  Creating "x64\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild"
because "AlwaysCreate" was specified.
2>InitializeBuildStatus:
2>  Touching "uhd.dir\Release\uhd.unsuccessfulbuild".
3>CustomBuild:
3>  Generating D:/UHD_003_003_000/host/build/docs/index.html
4>CustomBuild:
4>  Generating documentation with doxygen
2>CustomBuild:
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/adf4350_regs.hpp
4>  Searching for include files...
4>  Searching for example files...
4>  Searching for images...
4>  Searching for dot files...
4>  Searching for msc files...
4>  Searching for files to exclude
4>  Searching for files to process...
4>  Searching for files in directory D:/UHD_003_003_000/host/include
4>  Searching for files in directory D:/UHD_003_003_000/host/include/uhd
4>  Searching for files in directory
D:/UHD_003_003_000/host/include/uhd/transport
4>  Searching for files in directory
D:/UHD_003_003_000/host/include/uhd/types
4>  Searching for files in directory
D:/UHD_003_003_000/host/include/uhd/usrp
4>  Searching for files in directory
D:/UHD_003_003_000/host/include/uhd/utils
4>  Reading and parsing tag files
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/config.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/config.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/convert.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/convert.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/device.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/device.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/exception.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/exception.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/property_tree.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/property_tree.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/bounded_buffer.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/bounded_buffer.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/buffer_pool.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/buffer_pool.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/if_addrs.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/if_addrs.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/udp_simple.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/udp_simple.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/udp_zero_copy.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/udp_zero_copy.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/usb_control.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/usb_control.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/usb_device_handle.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/usb_device_handle.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/usb_zero_copy.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/usb_zero_copy.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/vrt_if_packet.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/vrt_if_packet.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/transport/zero_copy.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/transport/zero_copy.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/clock_config.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/types/clock_config.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/device_addr.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/types/device_addr.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/dict.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/dict.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/io_type.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/io_type.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/mac_addr.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/mac_addr.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/metadata.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/metadata.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/otw_type.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/otw_type.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/ranges.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/ranges.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/ref_vector.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/ref_vector.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/sensors.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/sensors.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/serial.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/serial.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/stream_cmd.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/stream_cmd.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/types/time_spec.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/types/time_spec.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/tune_request.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/types/tune_request.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/types/tune_result.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/types/tune_result.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_base.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_base.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_eeprom.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_eeprom.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_id.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_id.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_iface.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_iface.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_manager.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/usrp/dboard_manager.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/gps_ctrl.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/gps_ctrl.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/mboard_eeprom.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/usrp/mboard_eeprom.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/mboard_iface.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/usrp/mboard_iface.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/multi_usrp.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/multi_usrp.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/single_usrp.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/single_usrp.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/usrp/subdev_spec.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/subdev_spec.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/algorithm.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/algorithm.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/utils/assert_has.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/assert_has.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/byteswap.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/byteswap.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/utils/gain_group.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/gain_group.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/images.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/images.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/log.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/log.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/msg.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/msg.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/pimpl.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/pimpl.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/props.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/props.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/safe_call.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/safe_call.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/safe_main.hpp...
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /*
3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/identification.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/adf4360_regs.hpp
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/safe_main.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/static.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/static.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/tasks.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/utils/tasks.hpp...
4>  Preprocessing
D:/UHD_003_003_000/host/include/uhd/utils/thread_priority.hpp...
4>  Parsing file
D:/UHD_003_003_000/host/include/uhd/utils/thread_priority.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/version.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/version.hpp...
4>  Preprocessing D:/UHD_003_003_000/host/include/uhd/wax.hpp...
4>  Parsing file D:/UHD_003_003_000/host/include/uhd/wax.hpp...
4>  Building group list...
4>  Building directory list...
4>  Building namespace list...
4>  Building file list...
4>  Building class list...
4>  Associating documentation with classes...
4>  Computing nesting relations for classes...
4>  Building example list...
4>  Searching for enumerations...
4>  Searching for documented typedefs...
4>  Searching for members imported via using declarations...
4>  Searching for included using directives...
4>  Searching for documented variables...
4>  Building member list...
4>  Searching for friends...
4>  Searching for documented defines...
4>  Computing class inheritance relations...
4>  Computing class usage relations...
4>  Flushing cached template relations that have become invalid...
4>  Creating members for template instances...
4>  Computing class relations...
4>  Add enum values to enums...
4>  Searching for member function documentation...
4>  Building page list...
4>  Search for main page...
4>  Computing page relations...
4>  Determining the scope of groups...
4>  Sorting lists...
4>  Freeing entry tree
4>  Determining which enums are documented
4>  Computing member relations...
4>  Building full member lists recursively...
4>  Adding members to member groups.
4>  Computing member references...
4>  Inheriting documentation...
4>  Generating disk names...
4>  Adding source references...
4>  Adding xrefitems...
4>  Sorting member lists...
4>  Counting data structures...
4>  Resolving user defined references...
4>  Finding anchors and sections in the documentation...
4>  Combining using relations...
4>  Adding members to index pages...
4>  Generating style sheet...
4>  Generating search indices...
4>  Generating index page...
4>  Generating page index...
4>  Generating example documentation...
4>  Generating file sources...
4>  Generating code for file include/uhd/config.hpp...
4>  Generating code for file include/uhd/convert.hpp...
4>  Generating code for file include/uhd/device.hpp...
4>  Generating code for file include/uhd/exception.hpp...
4>  Generating code for file include/uhd/property_tree.hpp...
4>  Generating code for file include/uhd/transport/bounded_buffer.hpp...
4>  Generating code for file include/uhd/transport/buffer_pool.hpp...
4>  Generating code for file include/uhd/transport/if_addrs.hpp...
4>  Generating code for file include/uhd/transport/udp_simple.hpp...
4>  Generating code for file include/uhd/transport/udp_zero_copy.hpp...
4>  Generating code for file include/uhd/transport/usb_control.hpp...
4>  Generating code for file include/uhd/transport/usb_device_handle.hpp...
4>  Generating code for file include/uhd/transport/usb_zero_copy.hpp...
4>  Generating code for file include/uhd/transport/vrt_if_packet.hpp...
4>  Generating code for file include/uhd/transport/zero_copy.hpp...
4>  Generating code for file include/uhd/types/clock_config.hpp...
4>  Generating code for file include/uhd/types/device_addr.hpp...
4>  Generating code for file include/uhd/types/dict.hpp...
4>  Generating code for file include/uhd/types/io_type.hpp...
4>  Generating code for file include/uhd/types/mac_addr.hpp...
4>  Generating code for file include/uhd/types/metadata.hpp...
4>  Generating code for file include/uhd/types/otw_type.hpp...
4>  Generating code for file include/uhd/types/ranges.hpp...
4>  Generating code for file include/uhd/types/ref_vector.hpp...
4>  Generating code for file include/uhd/types/sensors.hpp...
4>  Generating code for file include/uhd/types/serial.hpp...
4>  Generating code for file include/uhd/types/stream_cmd.hpp...
4>  Generating code for file include/uhd/types/time_spec.hpp...
4>  Generating code for file include/uhd/types/tune_request.hpp...
4>  Generating code for file include/uhd/types/tune_result.hpp...
4>  Generating code for file include/uhd/usrp/dboard_base.hpp...
4>  Generating code for file include/uhd/usrp/dboard_eeprom.hpp...
4>  Generating code for file include/uhd/usrp/dboard_id.hpp...
4>  Generating code for file include/uhd/usrp/dboard_iface.hpp...
4>  Generating code for file include/uhd/usrp/dboard_manager.hpp...
4>  Generating code for file include/uhd/usrp/gps_ctrl.hpp...
4>  Generating code for file include/uhd/usrp/mboard_eeprom.hpp...
4>  Generating code for file include/uhd/usrp/mboard_iface.hpp...
4>  Generating code for file include/uhd/usrp/multi_usrp.hpp...
4>  Generating code for file include/uhd/usrp/single_usrp.hpp...
4>  Generating code for file include/uhd/usrp/subdev_spec.hpp...
4>  Generating code for file include/uhd/utils/algorithm.hpp...
4>  Generating code for file include/uhd/utils/assert_has.hpp...
4>  Generating code for file include/uhd/utils/byteswap.hpp...
4>  Generating code for file include/uhd/utils/gain_group.hpp...
4>  Generating code for file include/uhd/utils/images.hpp...
4>  Generating code for file include/uhd/utils/log.hpp...
4>  Generating code for file include/uhd/utils/msg.hpp...
4>  Generating code for file include/uhd/utils/pimpl.hpp...
4>  Generating code for file include/uhd/utils/props.hpp...
4>  Generating code for file include/uhd/utils/safe_call.hpp...
4>  Generating code for file include/uhd/utils/safe_main.hpp...
4>  Generating code for file include/uhd/utils/static.hpp...
4>  Generating code for file include/uhd/utils/tasks.hpp...
4>  Generating code for file include/uhd/utils/thread_priority.hpp...
4>  Generating code for file include/uhd/version.hpp...
4>  Generating code for file include/uhd/wax.hpp...
4>  Generating file documentation...
4>  Generating docs for file include/uhd/config.hpp...
4>  Generating docs for file include/uhd/convert.hpp...
4>  Generating docs for file include/uhd/device.hpp...
4>  Generating docs for file include/uhd/exception.hpp...
4>  Generating docs for file include/uhd/property_tree.hpp...
4>  Generating docs for file include/uhd/transport/bounded_buffer.hpp...
4>  Generating docs for file include/uhd/transport/buffer_pool.hpp...
4>  Generating docs for file include/uhd/transport/if_addrs.hpp...
4>  Generating docs for file include/uhd/transport/udp_simple.hpp...
4>  Generating docs for file include/uhd/transport/udp_zero_copy.hpp...
4>  Generating docs for file include/uhd/transport/usb_control.hpp...
4>  Generating docs for file include/uhd/transport/usb_device_handle.hpp...
4>  Generating docs for file include/uhd/transport/usb_zero_copy.hpp...
4>  Generating docs for file include/uhd/transport/vrt_if_packet.hpp...
4>  Generating docs for file include/uhd/transport/zero_copy.hpp...
4>  Generating docs for file include/uhd/types/clock_config.hpp...
4>  Generating docs for file include/uhd/types/device_addr.hpp...
4>  Generating docs for file include/uhd/types/dict.hpp...
4>  Generating docs for file include/uhd/types/io_type.hpp...
4>  Generating docs for file include/uhd/types/mac_addr.hpp...
4>  Generating docs for file include/uhd/types/metadata.hpp...
4>  Generating docs for file include/uhd/types/otw_type.hpp...
4>  Generating docs for file include/uhd/types/ranges.hpp...
4>  Generating docs for file include/uhd/types/ref_vector.hpp...
4>  Generating docs for file include/uhd/types/sensors.hpp...
4>  Generating docs for file include/uhd/types/serial.hpp...
4>  Generating docs for file include/uhd/types/stream_cmd.hpp...
4>  Generating docs for file include/uhd/types/time_spec.hpp...
4>  Generating docs for file include/uhd/types/tune_request.hpp...
4>  Generating docs for file include/uhd/types/tune_result.hpp...
4>  Generating docs for file include/uhd/usrp/dboard_base.hpp...
4>  Generating docs for file include/uhd/usrp/dboard_eeprom.hpp...
4>  Generating docs for file include/uhd/usrp/dboard_id.hpp...
4>  Generating docs for file include/uhd/usrp/dboard_iface.hpp...
4>  Generating docs for file include/uhd/usrp/dboard_manager.hpp...
4>  Generating docs for file include/uhd/usrp/gps_ctrl.hpp...
4>  Generating docs for file include/uhd/usrp/mboard_eeprom.hpp...
4>  Generating docs for file include/uhd/usrp/mboard_iface.hpp...
4>  Generating docs for file include/uhd/usrp/multi_usrp.hpp...
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/build.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9510_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/coding.html
4>  Generating docs for file include/uhd/usrp/single_usrp.hpp...
4>  Generating docs for file include/uhd/usrp/subdev_spec.hpp...
4>  Generating docs for file include/uhd/utils/algorithm.hpp...
4>  Generating docs for file include/uhd/utils/assert_has.hpp...
4>  Generating docs for file include/uhd/utils/byteswap.hpp...
4>  Generating docs for file include/uhd/utils/gain_group.hpp...
4>  Generating docs for file include/uhd/utils/images.hpp...
4>  Generating docs for file include/uhd/utils/log.hpp...
4>  Generating docs for file include/uhd/utils/msg.hpp...
4>  Generating docs for file include/uhd/utils/pimpl.hpp...
4>  Generating docs for file include/uhd/utils/props.hpp...
4>  Generating docs for file include/uhd/utils/safe_call.hpp...
4>  Generating docs for file include/uhd/utils/safe_main.hpp...
4>  Generating docs for file include/uhd/utils/static.hpp...
4>  Generating docs for file include/uhd/utils/tasks.hpp...
4>  Generating docs for file include/uhd/utils/thread_priority.hpp...
4>  Generating docs for file include/uhd/version.hpp...
4>  Generating docs for file include/uhd/wax.hpp...
4>  Generating page documentation...
4>  Generating group documentation...
4>  Generating group index...
4>  Generating class documentation...
4>  Generating annotated compound index...
4>  Generating alphabetical compound index...
4>  Generating hierarchical class index...
4>  Generating member index...
4>  Generating docs for compound _uhd_static_fixture...
4>  Generating namespace index...
4>  Generating docs for namespace uhd
4>  Generating docs for compound uhd::device...
4>  Generating docs for compound uhd::exception...
4>  Generating docs for compound uhd::assertion_error...
4>  Generating docs for compound uhd::lookup_error...
4>  Generating docs for compound uhd::index_error...
4>  Generating docs for compound uhd::key_error...
4>  Generating docs for compound uhd::type_error...
4>  Generating docs for compound uhd::value_error...
4>  Generating docs for compound uhd::runtime_error...
4>  Generating docs for compound uhd::not_implemented_error...
4>  Generating docs for compound uhd::environment_error...
4>  Generating docs for compound uhd::io_error...
4>  Generating docs for compound uhd::os_error...
4>  Generating docs for compound uhd::system_error...
4>  Generating docs for compound uhd::property...
4>  Generating docs for compound uhd::fs_path...
4>  Generating docs for compound uhd::property_tree...
4>  Generating docs for compound uhd::clock_config_t...
4>  Generating docs for compound uhd::device_addr_t...
4>  Generating docs for compound uhd::dict...
4>  Generating docs for compound uhd::io_type_t...
4>  Generating docs for compound uhd::mac_addr_t...
4>  Generating docs for compound uhd::rx_metadata_t...
4>  Generating docs for compound uhd::tx_metadata_t...
4>  Generating docs for compound uhd::async_metadata_t...
4>  Generating docs for compound uhd::otw_type_t...
4>  Generating docs for compound uhd::range_t...
4>  Generating docs for compound uhd::meta_range_t...
4>  Generating docs for compound uhd::ref_vector...
4>  Generating docs for compound uhd::sensor_value_t...
4>  Generating docs for compound uhd::i2c_iface...
4>  Generating docs for compound uhd::spi_config_t...
4>  Generating docs for compound uhd::spi_iface...
4>  Generating docs for compound uhd::uart_iface...
4>  Generating docs for compound uhd::stream_cmd_t...
4>  Generating docs for compound uhd::time_spec_t...
4>  Generating docs for compound uhd::tune_request_t...
4>  Generating docs for compound uhd::tune_result_t...
4>  Generating docs for compound uhd::gps_ctrl...
4>  Generating docs for compound uhd::gain_fcns_t...
4>  Generating docs for compound uhd::gain_group...
4>  Generating docs for compound uhd::named_prop_t...
4>  Generating docs for compound uhd::task...
4>  Generating docs for namespace uhd::_log
4>  Generating docs for compound uhd::_log::log...
4>  Generating docs for namespace uhd::convert
4>  Generating docs for namespace uhd::msg
4>  Generating docs for compound uhd::msg::_msg...
4>  Generating docs for namespace uhd::transport
4>  Generating docs for compound uhd::transport::bounded_buffer...
4>  Generating docs for compound uhd::transport::buffer_pool...
4>  Generating docs for compound uhd::transport::if_addrs_t...
4>  Generating docs for compound uhd::transport::udp_simple...
4>  Generating docs for compound uhd::transport::udp_zero_copy...
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9777_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/dboards.html
4>  Generating docs for compound uhd::transport::usb_control...
4>  Generating docs for compound uhd::transport::usb_device_handle...
4>  Generating docs for compound uhd::transport::usb_zero_copy...
4>  Generating docs for compound uhd::transport::managed_recv_buffer...
4>  Generating docs for compound uhd::transport::managed_send_buffer...
4>  Generating docs for compound uhd::transport::zero_copy_if...
4>  Generating docs for namespace uhd::transport::vrt
4>  Generating docs for compound uhd::transport::vrt::if_packet_info_t...
4>  Generating docs for namespace uhd::usrp
4>  Generating docs for compound uhd::usrp::dboard_base...
4>  Generating docs for compound uhd::usrp::xcvr_dboard_base...
4>  Generating docs for compound uhd::usrp::rx_dboard_base...
4>  Generating docs for compound uhd::usrp::tx_dboard_base...
4>  Generating docs for compound uhd::usrp::dboard_eeprom_t...
4>  Generating docs for compound uhd::usrp::dboard_id_t...
4>  Generating docs for compound uhd::usrp::dboard_iface_special_props_t...
4>  Generating docs for compound uhd::usrp::dboard_iface...
4>  Generating docs for compound uhd::usrp::dboard_manager...
4>  Generating docs for compound uhd::usrp::mboard_eeprom_t...
4>  Generating docs for compound uhd::usrp::mboard_iface...
4>  Generating docs for compound uhd::usrp::multi_usrp...
4>  Generating docs for compound uhd::usrp::subdev_spec_pair_t...
4>  Generating docs for compound uhd::usrp::subdev_spec_t...
4>  Generating docs for namespace wax
4>  Generating docs for compound wax::obj...
4>  Generating namespace member index...
4>  Generating graph info page...
4>  Generating file index...
4>  Generating example index...
4>  Generating file member index...
4>  finalizing index lists...
4>  finished...
4>  Building Custom Rule D:/UHD_003_003_000/host/docs/CMakeLists.txt
4>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\docs\CMakeFiles\generate.stamp is up-to-date.
4>FinalizeBuildStatus:
4>  Deleting file "x64\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild".
4>  Touching "x64\Release\doxygen_docs\doxygen_docs.lastbuildstate".
4>
4>Build succeeded.
4>
4>Time Elapsed 00:00:01.46
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad5623_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/gpsdo.html
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/general.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad7922_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/images.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2829_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/sync.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2118_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/transport.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2112_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/usrp1.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9862_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/usrp2.html
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/usrp_b1xx.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9522_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) /
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Generating D:/UHD_003_003_000/host/build/docs/usrp_e1xx.html
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ads62p44_regs.hpp
3>  <?xml version="1.0" encoding="utf-8" ?>
3>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3>  <head>
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
3>  <title></title>
3>  <style type="text/css">
3>
3>  /

3>  :Author: David Goodger (goodger@python.org)
3>  :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
3>  :Copyright: This stylesheet has been placed in the public domain.
3>
3>  Default cascading style sheet for the HTML output of Docutils.
3>
3>  See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
3>  customize this style sheet.
3>  /
3>
3>  /
used to remove borders from tables and images /
3>  .borderless, table.borderless td, table.borderless th {
3>    border: 0 }
3>
3>  table.borderless td, table.borderless th {
3>    /
Override padding for "table.docutils td" with "! important".
3>      The right padding separates the table cells. /
3>    padding: 0 0.5em 0 0 ! important }
3>
3>  .first {
3>    /
Override more specific margin styles with "! important". /
3>    margin-top: 0 ! important }
3>
3>  .last, .with-subtitle {
3>    margin-bottom: 0 ! important }
3>
3>  .hidden {
3>    display: none }
3>
3>  a.toc-backref {
3>    text-decoration: none ;
3>    color: black }
3>
3>  blockquote.epigraph {
3>    margin: 2em 5em ; }
3>
3>  dl.docutils dd {
3>    margin-bottom: 0.5em }
3>
3>  /
Uncomment (and remove this text!) to get bold-faced definition list
terms
3>  dl.docutils dt {
3>    font-weight: bold }
3>  /
3>
3>  div.abstract {
3>    margin: 2em 5em }
3>
3>  div.abstract p.topic-title {
3>    font-weight: bold ;
3>    text-align: center }
3>
3>  div.admonition, div.attention, div.caution, div.danger, div.error,
3>  div.hint, div.important, div.note, div.tip, div.warning {
3>    margin: 2em ;
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.admonition p.admonition-title, div.hint p.admonition-title,
3>  div.important p.admonition-title, div.note p.admonition-title,
3>  div.tip p.admonition-title {
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  div.attention p.admonition-title, div.caution p.admonition-title,
3>  div.danger p.admonition-title, div.error p.admonition-title,
3>  div.warning p.admonition-title {
3>    color: red ;
3>    font-weight: bold ;
3>    font-family: sans-serif }
3>
3>  /
Uncomment (and remove this text!) to get reduced vertical space in
3>    compound paragraphs.
3>  div.compound .compound-first, div.compound .compound-middle {
3>    margin-bottom: 0.5em }
3>
3>  div.compound .compound-last, div.compound .compound-middle {
3>    margin-top: 0.5em }
3>  /
3>
3>  div.dedication {
3>    margin: 2em 5em ;
3>    text-align: center ;
3>    font-style: italic }
3>
3>  div.dedication p.topic-title {
3>    font-weight: bold ;
3>    font-style: normal }
3>
3>  div.figure {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  div.footer, div.header {
3>    clear: both;
3>    font-size: smaller }
3>
3>  div.line-block {
3>    display: block ;
3>    margin-top: 1em ;
3>    margin-bottom: 1em }
3>
3>  div.line-block div.line-block {
3>    margin-top: 0 ;
3>    margin-bottom: 0 ;
3>    margin-left: 1.5em }
3>
3>  div.sidebar {
3>    margin: 0 0 0.5em 1em ;
3>    border: medium outset ;
3>    padding: 1em ;
3>    background-color: #ffffee ;
3>    width: 40% ;
3>    float: right ;
3>    clear: right }
3>
3>  div.sidebar p.rubric {
3>    font-family: sans-serif ;
3>    font-size: medium }
3>
3>  div.system-messages {
3>    margin: 5em }
3>
3>  div.system-messages h1 {
3>    color: red }
3>
3>  div.system-message {
3>    border: medium outset ;
3>    padding: 1em }
3>
3>  div.system-message p.system-message-title {
3>    color: red ;
3>    font-weight: bold }
3>
3>  div.topic {
3>    margin: 2em }
3>
3>  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
3>  h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
3>    margin-top: 0.4em }
3>
3>  h1.title {
3>    text-align: center }
3>
3>  h2.subtitle {
3>    text-align: center }
3>
3>  hr.docutils {
3>    width: 75% }
3>
3>  img.align-left, .figure.align-left, object.align-left {
3>    clear: left ;
3>    float: left ;
3>    margin-right: 1em }
3>
3>  img.align-right, .figure.align-right, object.align-right {
3>    clear: right ;
3>    float: right ;
3>    margin-left: 1em }
3>
3>  img.align-center, .figure.align-center, object.align-center {
3>    display: block;
3>    margin-left: auto;
3>    margin-right: auto;
3>  }
3>
3>  .align-left {
3>    text-align: left }
3>
3>  .align-center {
3>    clear: both ;
3>    text-align: center }
3>
3>  .align-right {
3>    text-align: right }
3>
3>  /
reset inner alignment in figures /
3>  div.align-right {
3>    text-align: left }
3>
3>  /
div.align-center * { /
3>  /
  text-align: left } /
3>
3>  ol.simple, ul.simple {
3>    margin-bottom: 1em }
3>
3>  ol.arabic {
3>    list-style: decimal }
3>
3>  ol.loweralpha {
3>    list-style: lower-alpha }
3>
3>  ol.upperalpha {
3>    list-style: upper-alpha }
3>
3>  ol.lowerroman {
3>    list-style: lower-roman }
3>
3>  ol.upperroman {
3>    list-style: upper-roman }
3>
3>  p.attribution {
3>    text-align: right ;
3>    margin-left: 50% }
3>
3>  p.caption {
3>    font-style: italic }
3>
3>  p.credits {
3>    font-style: italic ;
3>    font-size: smaller }
3>
3>  p.label {
3>    white-space: nowrap }
3>
3>  p.rubric {
3>    font-weight: bold ;
3>    font-size: larger ;
3>    color: maroon ;
3>    text-align: center }
3>
3>  p.sidebar-title {
3>    font-family: sans-serif ;
3>    font-weight: bold ;
3>    font-size: larger }
3>
3>  p.sidebar-subtitle {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  p.topic-title {
3>    font-weight: bold }
3>
3>  pre.address {
3>    margin-bottom: 0 ;
3>    margin-top: 0 ;
3>    font: inherit }
3>
3>  pre.literal-block, pre.doctest-block {
3>    margin-left: 2em ;
3>    margin-right: 2em }
3>
3>  span.classifier {
3>    font-family: sans-serif ;
3>    font-style: oblique }
3>
3>  span.classifier-delimiter {
3>    font-family: sans-serif ;
3>    font-weight: bold }
3>
3>  span.interpreted {
3>    font-family: sans-serif }
3>
3>  span.option {
3>    white-space: nowrap }
3>
3>  span.pre {
3>    white-space: pre }
3>
3>  span.problematic {
3>    color: red }
3>
3>  span.section-subtitle {
3>    /
font-size relative to parent (h1..h6 element) */
3>    font-size: 80% }
3>
3>  table.citation {
3>    border-left: solid 1px gray;
3>    margin-left: 1px }
3>
3>  table.docinfo {
3>    margin: 2em 4em }
3>
3>  table.docutils {
3>    margin-top: 0.5em ;
3>    margin-bottom: 0.5em }
3>
3>  table.footnote {
3>    border-left: solid 1px black;
3>    margin-left: 1px }
3>
3>  table.docutils td, table.docutils th,
3>  table.docinfo td, table.docinfo th {
3>    padding-left: 0.5em ;
3>    padding-right: 0.5em ;
3>    vertical-align: top }
3>
3>  table.docutils th.field-name, table.docinfo th.docinfo-name {
3>    font-weight: bold ;
3>    text-align: left ;
3>    white-space: nowrap ;
3>    padding-left: 0 }
3>
3>  h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
3>  h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
3>    font-size: 100% }
3>
3>  ul.auto-toc {
3>    list-style-type: none }
3>
3>  </style>
3>  </head>
3>  <body>
3>  <div class="document">
3>
3>
3>
3>  </div>
3>  </body>
3>  </html>
3>  Building Custom Rule D:/UHD_003_003_000/host/docs/CMakeLists.txt
3>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\docs\CMakeFiles\generate.stamp is up-to-date.
3>FinalizeBuildStatus:
3>  Deleting file "x64\Release\manual_html\manual_html.unsuccessfulbuild".
3>  Touching "x64\Release\manual_html\manual_html.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:04.62
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/tuner_4937di5_regs.hpp
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating
D:/UHD_003_003_000/host/build/lib/ic_reg_maps/tda18272hnm_regs.hpp
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/convert/convert_pred.hpp
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/convert/convert_general.cpp
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Generating D:/UHD_003_003_000/host/build/lib/transport/vrt_if_packet.cpp
2>
D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509:
UserWarning:
2>  You don't have the C version of NameMapper installed! I'm disabling
Cheetah's useStackFrames option as it is painfully slow with the Python
version of NameMapper. You should get a copy of Cheetah with the compiled C
version of NameMapper.
2>    "\nYou don't have the C version of NameMapper installed! "
2>  Building Custom Rule D:/UHD_003_003_000/host/lib/CMakeLists.txt
2>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\lib\CMakeFiles\generate.stamp is up-to-date.
2>ClCompile:
2>  clock_config.cpp
2>  device_addr.cpp
2>  mac_addr.cpp
2>  ranges.cpp
2>  sensors.cpp
2>  serial.cpp
2>....\lib\types\serial.cpp(52): warning C4267: 'argument' : conversion
from 'size_t' to 'const uint8_t', possible loss of data
2>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(208):
warning C4267: 'initializing' : conversion from 'size_t' to 'uint8_t',
possible loss of data
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\xmemory(280) : see reference to function template
instantiation 'void std::allocator<_Ty>::construct<unsigned
__int64&>(unsigned char *,_Other)' being compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Other=unsigned __int64 &
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\memory(376) : see reference to function template
instantiation 'void std::_Cons_val<_Alloc,unsigned char,unsigned
__int64&>(_Alloc &,_Ty1 *,_Ty2)' being compiled
2>          with
2>          [
2>              _Alloc=std::allocator<uint8_t>,
2>              _Ty1=unsigned char,
2>              _Ty2=unsigned __int64 &
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\memory(414) : see reference to function template
instantiation '_FwdIt
std::_Uninit_copy<_InIt,_FwdIt,_Alloc>(_InIt,_InIt,_FwdIt,_Alloc
&,std::_Nonscalar_ptr_iterator_tag)' being compiled
2>          with
2>          [
2>              _FwdIt=unsigned char ,
2>              _InIt=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>,
2>              _Alloc=std::allocator<uint8_t>
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\vector(1318) : see reference to function template
instantiation '_FwdIt std::_Uninitialized_copy<_Iter,unsigned
char
,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,_Alloc &)' being compiled
2>          with
2>          [
2>              _FwdIt=unsigned char *,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>,
2>              _Ty=uint8_t,
2>              _InIt=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>,
2>              _Alloc=std::allocator<uint8_t>
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\vector(1131) : see reference to function template
instantiation 'unsigned char
*std::vector<_Ty>::_Ucopy<_Iter>(_Iter,_Iter,unsigned char *)' being
compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\vector(1065) : see reference to function template
instantiation 'void
std::vector<_Ty>::_Insert<_Iter>(std::_Vector_const_iterator<_Myvec>,_Iter,_Iter,std::forward_iterator_tag)'
being compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>,
2>              _Myvec=std::_Vector_val<uint8_t,std::allocator<uint8_t>>
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\vector(573) : see reference to function template
instantiation 'void
std::vector<_Ty>::insert<_Iter>(std::_Vector_const_iterator<_Myvec>,_Iter,_Iter)'
being compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>,
2>              _Myvec=std::_Vector_val<uint8_t,std::allocator<uint8_t>>
2>          ]
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\vector(550) : see reference to function template
instantiation 'void
std::vector<_Ty>::_Construct<_Iter>(_Iter,_Iter,std::input_iterator_tag)'
being compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>
2>          ]
2>          D:/boost_1_47_0\boost/assign/list_of.hpp(163) : see reference to
function template instantiation
'std::vector<_Ty>::vector<std::_Deque_iterator<unsigned
__int64,_Alloc>>(_Iter,_Iter)' being compiled
2>          with
2>          [
2>              _Ty=uint8_t,
2>              _Alloc=std::allocator<unsigned __int64>,
2>              _Iter=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>
2>          ]
2>          D:/boost_1_47_0\boost/assign/list_of.hpp(142) : see reference to
function template instantiation 'Container
boost::assign_detail::converter<DerivedTAssign,Iterator>::convert<Container>(const
Container *,boost::assign_detail::default_type_tag) const' being compiled
2>          with
2>          [
2>              Container=std::vector<uint8_t>,
2>              DerivedTAssign=boost::assign_detail::generic_list<size_t>,
2>              Iterator=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>
2>          ]
2>          D:/boost_1_47_0\boost/assign/list_of.hpp(436) : see reference to
function template instantiation 'Container
boost::assign_detail::converter<DerivedTAssign,Iterator>::convert_to_container<Container>(void)
const' being compiled
2>          with
2>          [
2>              Container=std::vector<uint8_t>,
2>              DerivedTAssign=boost::assign_detail::generic_list<size_t>,
2>              Iterator=std::_Deque_iterator<unsigned
__int64,std::allocator<unsigned __int64>>
2>          ]
2>          ....\lib\types\serial.cpp(38) : see reference to function
template instantiation 'boost::assign_detail::generic_list<T>::operator
Container(void) const<std::vector<_Ty>>' being compiled
2>          with
2>          [
2>              T=size_t,
2>              Container=std::vector<uint8_t>,
2>              _Ty=uint8_t
2>          ]
2>  tune.cpp
2>  types.cpp
2>  convert_fc32_with_sse2.cpp
2>  convert_fc64_with_sse2.cpp
2>  convert_general.cpp
2>  convert_impl.cpp
2>  libusb1_control.cpp
2>....\lib\transport\libusb1_control.cpp(34): warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data
2>  libusb1_zero_copy.cpp
2>....\lib\transport\libusb1_zero_copy.cpp(128): warning C4267: '=' :
conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(169): warning C4244: 'argument'
: conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(170): warning C4244: 'argument'
: conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(171): warning C4244: 'argument'
: conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(172): warning C4244: 'argument'
: conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(178): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(179): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(198): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\libusb1_zero_copy.cpp(221): warning C4267: 'argument'
: conversion from 'size_t' to 'int', possible loss of data
2>  libusb1_base.cpp
2>  udp_zero_copy.cpp
2>....\lib\transport\udp_zero_copy.cpp(105): warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(141): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(142): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(143): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(144): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(165): warning C4244: '=' :
conversion from 'boost::asio::detail::socket_type' to 'int', possible loss
of data
2>....\lib\transport\udp_zero_copy.cpp(217): warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data
2>....\lib\transport\udp_zero_copy.cpp(193): warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data
2>          ....\lib\transport\udp_zero_copy.cpp(280) : see reference to
function template instantiation 'size_t
udp_zero_copy_asio_impl::resize_buff<Opt>(size_t)' being compiled
2>          with
2>          [
2>              Opt=boost::asio::socket_base::receive_buffer_size
2>          ]
2>          ....\lib\transport\udp_zero_copy.cpp(308) : see reference to
function template instantiation 'void
resize_buff_helperboost::asio::socket_base::receive_buffer_size(udp_zero_copy_asio_impl::sptr,const
size_t,const std::string &)' being compiled
2>....\lib\transport\udp_zero_copy.cpp(193): warning C4267: 'argument' :
conversion from 'size_t' to 'int', possible loss of data
2>          ....\lib\transport\udp_zero_copy.cpp(280) : see reference to
function template instantiation 'size_t
udp_zero_copy_asio_impl::resize_buff<Opt>(size_t)' being compiled
2>          with
2>          [
2>              Opt=boost::asio::socket_base::send_buffer_size
2>          ]
2>          ....\lib\transport\udp_zero_copy.cpp(309) : see reference to
function template instantiation 'void
resize_buff_helperboost::asio::socket_base::send_buffer_size(udp_zero_copy_asio_impl::sptr,const
size_t,const std::string &)' being compiled
2>  vrt_if_packet.cpp
2>transport\vrt_if_packet.cpp(31): warning C4267: 'initializing' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>  buffer_pool.cpp
2>  udp_simple.cpp
2>....\lib\transport\udp_simple.cpp(59): warning C4244: 'argument' :
conversion from 'boost::asio::detail::socket_type' to 'int', possible loss
of data
2>  usb_zero_copy_wrapper.cpp
2>  Generating Code...
2>  Compiling...
2>  dboard_base.cpp
2>  dboard_eeprom.cpp
2>  dboard_id.cpp
2>  dboard_manager.cpp
2>  gps_ctrl.cpp
2>  mboard_eeprom.cpp
2>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\utility(163):
warning C4244: 'initializing' : conversion from 'const unsigned __int64' to
'int', possible loss of data
2>          D:\Program Files\Microsoft Visual Studio
10.0\VC\include\utility(247) : see reference to function template
instantiation 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base<const char(&)[5],const
U0&>(_Other1,_Other2)' being compiled
2>          with
2>          [
2>              _Ty1=const char *,
2>              _Ty2=int,
2>              U0=unsigned __int64,
2>              _Other1=const char (&)[5],
2>              _Other2=const unsigned __int64 &
2>          ]
2>
D:/boost_1_47_0\boost/preprocessor/iteration/detail/local.hpp(37) : see
reference to function template instantiation
'std::pair<_Ty1,_Ty2>::pair<const char(&)[5],const U0&>(_Other1,_Other2)'
being compiled
2>          with
2>          [
2>              _Ty1=const char *,
2>              _Ty2=int,
2>              U0=unsigned __int64,
2>              _Other1=const char (&)[5],
2>              _Other2=const unsigned __int64 &
2>          ]
2>          ....\lib\usrp\mboard_eeprom.cpp(96) : see reference to function
template instantiation 'boost::assign_detail::generic_list<T>
&boost::assign_detail::generic_list<T>::operator ()<const char[5],unsigned
__int64>(U (&),const U0 &)' being compiled
2>          with
2>          [
2>              T=std::pair<const char *,int>,
2>              U=const char [5],
2>              U0=unsigned __int64
2>          ]
2>  multi_usrp.cpp
2>  subdev_spec.cpp
2>  gpio_core_200.cpp
2>....\lib\usrp\cores\gpio_core_200.cpp(49): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\gpio_core_200.cpp(60): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\gpio_core_200.cpp(93): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  i2c_core_100.cpp
2>....\lib\usrp\cores\i2c_core_100.cpp(62): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(67): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(68): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(69): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(76): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(77): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(81): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(86): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(87): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(89): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(102): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(106): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(107): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(110): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(113): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(115): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(123): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\i2c_core_100.cpp(131): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  spi_core_100.cpp
2>....\lib\usrp\cores\spi_core_100.cpp(59): warning C4267: 'initializing' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(62): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(63): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(64): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(65): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(66): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(70): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\spi_core_100.cpp(76): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  time64_core_200.cpp
2>....\lib\usrp\cores\time64_core_200.cpp(62): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(67): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(68): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(69): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(77): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(78): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(79): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(86): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(87): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(88): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(92): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(93): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(94): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(102): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(105): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(110): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\time64_core_200.cpp(113): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  rx_dsp_core_200.cpp
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(69): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(70): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(76): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(77): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(78): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(82): warning C4267: 'argument' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(82): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(112): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(113): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(114): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(124): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(154): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\rx_dsp_core_200.cpp(182): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  tx_dsp_core_200.cpp
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(62): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(63): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(64): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(65): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(95): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(101): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(120): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(130): warning C4267: 'argument' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(130): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(131): warning C4267: 'argument' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>....\lib\usrp\cores\tx_dsp_core_200.cpp(131): warning C4267: 'argument' :
conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data
2>  rx_frontend_core_200.cpp
2>....\lib\usrp\cores\rx_frontend_core_200.cpp(41): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\rx_frontend_core_200.cpp(45): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\rx_frontend_core_200.cpp(46): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\rx_frontend_core_200.cpp(50): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\rx_frontend_core_200.cpp(51): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>  tx_frontend_core_200.cpp
2>....\lib\usrp\cores\tx_frontend_core_200.cpp(50): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\tx_frontend_core_200.cpp(54): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\tx_frontend_core_200.cpp(55): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\tx_frontend_core_200.cpp(59): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>....\lib\usrp\cores\tx_frontend_core_200.cpp(60): warning C4267:
'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible
loss of data
2>  db_basic_and_lf.cpp
2>  db_rfx.cpp
2>  db_xcvr2450.cpp
2>  db_sbx.cpp
2>  Generating Code...
2>  Compiling...
2>  db_wbx_common.cpp
2>  db_wbx_simple.cpp
2>  db_dbsrx.cpp
2>  db_unknown.cpp
2>  db_tvrx.cpp
2>....\lib\usrp\dboard\db_tvrx.cpp(247): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>  db_dbsrx2.cpp
2>....\lib\usrp\dboard\db_dbsrx2.cpp(232): warning C4244: '=' : conversion
from 'double' to 'int', possible loss of data
2>  db_tvrx2.cpp
2>....\lib\usrp\dboard\db_tvrx2.cpp(1056): warning C4244: 'argument' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1273): warning C4244: '=' : conversion
from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1275): warning C4244: '=' : conversion
from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1288): warning C4244: '=' : conversion
from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1290): warning C4244: '=' : conversion
from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1304): warning C4244: '=' : conversion
from 'double' to 'uint32_t', possible loss of data
2>....\lib\usrp\dboard\db_tvrx2.cpp(1674): warning C4800: 'int' : forcing
value to bool 'true' or 'false' (performance warning)
2>  fx2_ctrl.cpp
2>....\lib\usrp\common\fx2_ctrl.cpp(292): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\common\fx2_ctrl.cpp(378): warning C4244: 'return' :
conversion from 'ssize_t' to 'int', possible loss of data
2>....\lib\usrp\common\fx2_ctrl.cpp(393): warning C4244: 'return' :
conversion from 'ssize_t' to 'int', possible loss of data
2>....\lib\usrp\common\fx2_ctrl.cpp(424): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\common\fx2_ctrl.cpp(437): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>  validate_subdev_spec.cpp
2>  recv_packet_demuxer.cpp
2>  soft_time_ctrl.cpp
2>  usrp1_iface.cpp
2>....\lib\usrp\usrp1\usrp1_iface.cpp(150): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\usrp1\usrp1_iface.cpp(159): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\usrp1\usrp1_iface.cpp(187): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>  usrp1_impl.cpp
2>  usrp2_iface.cpp
2>....\lib\usrp\usrp2\usrp2_iface.cpp(202): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\usrp2_iface.cpp(220): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\usrp2_iface.cpp(238): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\usrp2_iface.cpp(246): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>  usrp2_impl.cpp
2>....\lib\usrp\usrp2\usrp2_impl.cpp(203): warning C4267: 'argument' :
conversion from 'size_t' to 'u_long', possible loss of data
2>....\lib\usrp\usrp2\usrp2_impl.cpp(296): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>....\lib\usrp\usrp2\usrp2_impl.cpp(297): warning C4244: 'argument' :
conversion from 'const size_t' to 'const double', possible loss of data
2>  b100_ctrl.cpp
2>....\lib\usrp\b100\b100_ctrl.cpp(166): warning C4267: '=' : conversion
from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\b100\b100_ctrl.cpp(172): warning C4267: 'return' :
conversion from 'size_t' to 'int', possible loss of data
2>....\lib\usrp\b100\b100_ctrl.cpp(182): warning C4267: '=' : conversion
from 'size_t' to 'uint16_t', possible loss of data
2>  b100_impl.cpp
2>  gain_group.cpp
2>  images.cpp
2>  log.cpp
2>  Generating Code...
2>  Compiling...
2>  msg.cpp
2>  props.cpp
2>  static.cpp
2>  tasks.cpp
2>  device.cpp
2>  exception.cpp
2>  property_tree.cpp
2>  wax.cpp
2>  Generating Code...
2>  time_spec.cpp
2>  if_addrs.cpp
2>  dboard_iface.cpp
2>  codec_ctrl.cpp
2>  dboard_iface.cpp
2>  io_impl.cpp
2>d:\uhd_003_003_000\host\lib\usrp\usrp1../../transport/super_recv_packet_handler.hpp(320):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp1../../transport/super_recv_packet_handler.hpp(474):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp1../../transport/super_recv_packet_handler.hpp(551):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp1../../transport/super_send_packet_handler.hpp(214):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>....\lib\usrp\usrp1\io_impl.cpp(387): warning C4267: 'argument' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>....\lib\usrp\usrp1\io_impl.cpp(402): warning C4267: 'argument' :
conversion from 'size_t' to 'uint32_t', possible loss of data
2>  clock_ctrl.cpp
2>....\lib\usrp\usrp2\clock_ctrl.cpp(105): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(106): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(115): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(116): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(125): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(126): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(168): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(169): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(213): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(214): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(220): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\usrp2\clock_ctrl.cpp(221): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>  codec_ctrl.cpp
2>  dboard_iface.cpp
2>  io_impl.cpp
2>d:\uhd_003_003_000\host\lib\usrp\usrp2../../transport/super_recv_packet_handler.hpp(320):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp2../../transport/super_recv_packet_handler.hpp(474):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp2../../transport/super_recv_packet_handler.hpp(551):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\usrp2../../transport/super_send_packet_handler.hpp(214):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>....\lib\usrp\usrp2\io_impl.cpp(206): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
2>....\lib\usrp\usrp2\io_impl.cpp(260): warning C4267: 'argument' :
conversion from 'size_t' to 'flow_control_monitor::seq_type', possible loss
of data
2>  clock_ctrl.cpp
2>....\lib\usrp\b100\clock_ctrl.cpp(224): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\b100\clock_ctrl.cpp(225): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>....\lib\usrp\b100\clock_ctrl.cpp(226): warning C4267: 'argument' :
conversion from 'size_t' to 'uint16_t', possible loss of data
2>....\lib\usrp\b100\clock_ctrl.cpp(49): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>          ....\lib\usrp\b100\clock_ctrl.cpp(250) : see reference to
function template instantiation 'void
set_clock_divider<uint8_t,uint8_t>(size_t,div_type &,div_type &,bypass_type
&)' being compiled
2>          with
2>          [
2>              div_type=uint8_t,
2>              bypass_type=uint8_t
2>          ]
2>....\lib\usrp\b100\clock_ctrl.cpp(50): warning C4267: '=' : conversion
from 'size_t' to 'uint8_t', possible loss of data
2>  codec_ctrl.cpp
2>  dboard_iface.cpp
2>  io_impl.cpp
2>d:\uhd_003_003_000\host\lib\usrp\b100../../transport/super_recv_packet_handler.hpp(320):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\b100../../transport/super_recv_packet_handler.hpp(474):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\b100../../transport/super_recv_packet_handler.hpp(551):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>d:\uhd_003_003_000\host\lib\usrp\b100../../transport/super_send_packet_handler.hpp(214):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
2>....\lib\usrp\b100\io_impl.cpp(108): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
2>  load_modules.cpp
2>  paths.cpp
2>  thread_priority.cpp
2>  version.cpp
2>LINK : fatal error LNK1104: cannot open file
'libboost_regex-vc100-mt-1_47.lib'
2>
2>Build FAILED.
2>
2>Time Elapsed 00:04:39.81
5>------ Rebuild All started: Project: usrp_burn_db_eeprom, Configuration:
Release x64 ------
6>------ Rebuild All started: Project: usrp_burn_mb_eeprom, Configuration:
Release x64 ------
7>------ Rebuild All started: Project: uhd_usrp_probe, Configuration:
Release x64 ------
8>------ Rebuild All started: Project: uhd_find_devices, Configuration:
Release x64 ------
9>------ Rebuild All started: Project: vrt_test, Configuration: Release x64

10>------ Rebuild All started: Project: wax_test, Configuration: Release x64

11>------ Rebuild All started: Project: tx_waveforms, Configuration: Release
x64 ------
12>------ Rebuild All started: Project: tx_timed_samples, Configuration:
Release x64 ------
7>Build started 2011/10/17 06:56:07 PM.
7>_PrepareForClean:
7>  Deleting file
"uhd_usrp_probe.dir\Release\uhd_usrp_probe.lastbuildstate".
5>Build started 2011/10/17 06:56:07 PM.
6>Build started 2011/10/17 06:56:07 PM.
5>_PrepareForClean:
5>  Deleting file
"usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.lastbuildstate".
6>_PrepareForClean:
6>  Deleting file
"usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.lastbuildstate".
9>Build started 2011/10/17 06:56:07 PM.
8>Build started 2011/10/17 06:56:07 PM.
12>Build started 2011/10/17 06:56:07 PM.
11>Build started 2011/10/17 06:56:07 PM.
9>_PrepareForClean:
9>  Deleting file "vrt_test.dir\Release\vrt_test.lastbuildstate".
8>_PrepareForClean:
8>  Deleting file
"uhd_find_devices.dir\Release\uhd_find_devices.lastbuildstate".
12>_PrepareForClean:
12>  Deleting file
"tx_timed_samples.dir\Release\tx_timed_samples.lastbuildstate".
11>_PrepareForClean:
11>  Deleting file "tx_waveforms.dir\Release\tx_waveforms.lastbuildstate".
5>InitializeBuildStatus:
5>  Touching
"usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.unsuccessfulbuild".
6>InitializeBuildStatus:
6>  Touching
"usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.unsuccessfulbuild".
12>InitializeBuildStatus:
8>InitializeBuildStatus:
8>  Touching
"uhd_find_devices.dir\Release\uhd_find_devices.unsuccessfulbuild".
12>  Touching
"tx_timed_samples.dir\Release\tx_timed_samples.unsuccessfulbuild".
11>InitializeBuildStatus:
11>  Touching "tx_waveforms.dir\Release\tx_waveforms.unsuccessfulbuild".
7>InitializeBuildStatus:
7>  Touching "uhd_usrp_probe.dir\Release\uhd_usrp_probe.unsuccessfulbuild".
9>InitializeBuildStatus:
9>  Touching "vrt_test.dir\Release\vrt_test.unsuccessfulbuild".
8>CustomBuild:
8>  Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt
12>CustomBuild:
12>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
10>Build started 2011/10/17 06:56:08 PM.
10>_PrepareForClean:
10>  Deleting file "wax_test.dir\Release\wax_test.lastbuildstate".
5>CustomBuild:
5>  Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt
11>CustomBuild:
11>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
7>CustomBuild:
7>  Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt
10>InitializeBuildStatus:
10>  Touching "wax_test.dir\Release\wax_test.unsuccessfulbuild".
6>CustomBuild:
6>  Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt
9>CustomBuild:
9>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
12>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
8>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date.
10>CustomBuild:
10>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
5>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date.
7>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date.
11>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
6>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date.
9>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
10>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
8>ClCompile:
12>ClCompile:
12>  tx_timed_samples.cpp
8>  uhd_find_devices.cpp
5>ClCompile:
5>  usrp_burn_db_eeprom.cpp
7>ClCompile:
7>  uhd_usrp_probe.cpp
11>ClCompile:
11>  tx_waveforms.cpp
6>ClCompile:
6>  usrp_burn_mb_eeprom.cpp
9>ClCompile:
9>  vrt_test.cpp
10>ClCompile:
10>  wax_test.cpp
9>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
9>
9>Build FAILED.
9>
9>Time Elapsed 00:00:02.86
11>....\examples\tx_waveforms.cpp(74): warning C4244: 'argument' :
conversion from 'double' to 'const std::complex<float>::_Ty', possible loss
of data
11>....\examples\tx_waveforms.cpp(74): warning C4244: 'argument' :
conversion from 'double' to 'const std::complex<float>::_Ty', possible loss
of data
10>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
10>
10>Build FAILED.
10>
10>Time Elapsed 00:00:03.05
13>------ Rebuild All started: Project: tx_samples_from_file, Configuration:
Release x64 ------
14>------ Rebuild All started: Project: tx_bursts, Configuration: Release
x64 ------
13>Build started 2011/10/17 06:56:11 PM.
13>_PrepareForClean:
13>  Deleting file
"tx_samples_from_file.dir\Release\tx_samples_from_file.lastbuildstate".
14>Build started 2011/10/17 06:56:11 PM.
14>_PrepareForClean:
14>  Deleting file "tx_bursts.dir\Release\tx_bursts.lastbuildstate".
13>InitializeBuildStatus:
13>  Touching
"tx_samples_from_file.dir\Release\tx_samples_from_file.unsuccessfulbuild".
14>InitializeBuildStatus:
14>  Touching "tx_bursts.dir\Release\tx_bursts.unsuccessfulbuild".
13>CustomBuild:
13>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
14>CustomBuild:
14>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
13>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
14>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
13>ClCompile:
13>  tx_samples_from_file.cpp
14>ClCompile:
14>  tx_bursts.cpp
8>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
8>
8>Build FAILED.
8>
8>Time Elapsed 00:00:04.60
6>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
6>
6>Build FAILED.
6>
6>Time Elapsed 00:00:04.86
15>------ Rebuild All started: Project: time_spec_test, Configuration:
Release x64 ------
15>Build started 2011/10/17 06:56:12 PM.
15>_PrepareForClean:
15>  Deleting file
"time_spec_test.dir\Release\time_spec_test.lastbuildstate".
15>InitializeBuildStatus:
15>  Touching "time_spec_test.dir\Release\time_spec_test.unsuccessfulbuild".
16>------ Rebuild All started: Project: test_pps_input, Configuration:
Release x64 ------
15>CustomBuild:
15>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
16>Build started 2011/10/17 06:56:12 PM.
16>_PrepareForClean:
16>  Deleting file
"test_pps_input.dir\Release\test_pps_input.lastbuildstate".
16>InitializeBuildStatus:
16>  Touching "test_pps_input.dir\Release\test_pps_input.unsuccessfulbuild".
15>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
16>CustomBuild:
16>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
16>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
15>ClCompile:
15>  time_spec_test.cpp
16>ClCompile:
16>  test_pps_input.cpp
5>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
5>
5>Build FAILED.
5>
5>Time Elapsed 00:00:05.55
17>------ Rebuild All started: Project: test_messages, Configuration:
Release x64 ------
17>Build started 2011/10/17 06:56:13 PM.
17>_PrepareForClean:
17>  Deleting file "test_messages.dir\Release\test_messages.lastbuildstate".
17>InitializeBuildStatus:
17>  Touching "test_messages.dir\Release\test_messages.unsuccessfulbuild".
17>CustomBuild:
17>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
17>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
17>ClCompile:
17>  test_messages.cpp
7>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
7>
7>Build FAILED.
7>
7>Time Elapsed 00:00:07.95
18>------ Rebuild All started: Project: subdev_spec_test, Configuration:
Release x64 ------
17>....\examples\test_messages.cpp(342): warning C4244: 'argument' :
conversion from 'time_t' to 'unsigned int', possible loss of data
18>Build started 2011/10/17 06:56:16 PM.
18>_PrepareForClean:
18>  Deleting file
"subdev_spec_test.dir\Release\subdev_spec_test.lastbuildstate".
18>InitializeBuildStatus:
18>  Touching
"subdev_spec_test.dir\Release\subdev_spec_test.unsuccessfulbuild".
18>CustomBuild:
18>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
18>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
18>ClCompile:
18>  subdev_spec_test.cpp
11>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
11>
11>Build FAILED.
11>
11>Time Elapsed 00:00:08.57
19>------ Rebuild All started: Project: sph_send_test, Configuration:
Release x64 ------
19>Build started 2011/10/17 06:56:16 PM.
19>_PrepareForClean:
19>  Deleting file "sph_send_test.dir\Release\sph_send_test.lastbuildstate".
14>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
19>InitializeBuildStatus:
19>  Touching "sph_send_test.dir\Release\sph_send_test.unsuccessfulbuild".
14>
14>Build FAILED.
14>
14>Time Elapsed 00:00:05.45
19>CustomBuild:
19>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
15>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
15>
15>Build FAILED.
15>
15>Time Elapsed 00:00:04.07
20>------ Rebuild All started: Project: sph_recv_test, Configuration:
Release x64 ------
20>Build started 2011/10/17 06:56:16 PM.
20>_PrepareForClean:
20>  Deleting file "sph_recv_test.dir\Release\sph_recv_test.lastbuildstate".
19>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
20>InitializeBuildStatus:
20>  Touching "sph_recv_test.dir\Release\sph_recv_test.unsuccessfulbuild".
20>CustomBuild:
20>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
19>ClCompile:
19>  sph_send_test.cpp
20>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
21>------ Rebuild All started: Project: rx_timed_samples, Configuration:
Release x64 ------
20>ClCompile:
20>  sph_recv_test.cpp
21>Build started 2011/10/17 06:56:17 PM.
21>_PrepareForClean:
21>  Deleting file
"rx_timed_samples.dir\Release\rx_timed_samples.lastbuildstate".
21>InitializeBuildStatus:
21>  Touching
"rx_timed_samples.dir\Release\rx_timed_samples.unsuccessfulbuild".
21>CustomBuild:
21>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
21>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
21>ClCompile:
21>  rx_timed_samples.cpp
12>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
12>
12>Build FAILED.
12>
12>Time Elapsed 00:00:09.86
16>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
16>
16>Build FAILED.
16>
16>Time Elapsed 00:00:05.22
22>------ Rebuild All started: Project: rx_samples_to_udp, Configuration:
Release x64 ------
22>Build started 2011/10/17 06:56:18 PM.
22>_PrepareForClean:
22>  Deleting file
"rx_samples_to_udp.dir\Release\rx_samples_to_udp.lastbuildstate".
22>InitializeBuildStatus:
22>  Touching
"rx_samples_to_udp.dir\Release\rx_samples_to_udp.unsuccessfulbuild".
22>CustomBuild:
22>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
23>------ Rebuild All started: Project: rx_samples_to_file, Configuration:
Release x64 ------
23>Build started 2011/10/17 06:56:18 PM.
23>_PrepareForClean:
23>  Deleting file
"rx_samples_to_file.dir\Release\rx_samples_to_file.lastbuildstate".
23>InitializeBuildStatus:
23>  Touching
"rx_samples_to_file.dir\Release\rx_samples_to_file.unsuccessfulbuild".
22>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
23>CustomBuild:
23>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
22>ClCompile:
22>  rx_samples_to_udp.cpp
23>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
13>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
13>
13>Build FAILED.
13>
13>Time Elapsed 00:00:07.34
23>ClCompile:
23>  rx_samples_to_file.cpp
18>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
24>------ Rebuild All started: Project: rx_multi_samples, Configuration:
Release x64 ------
18>
18>Build FAILED.
18>
18>Time Elapsed 00:00:02.64
24>Build started 2011/10/17 06:56:18 PM.
24>_PrepareForClean:
24>  Deleting file
"rx_multi_samples.dir\Release\rx_multi_samples.lastbuildstate".
24>InitializeBuildStatus:
24>  Touching
"rx_multi_samples.dir\Release\rx_multi_samples.unsuccessfulbuild".
24>CustomBuild:
24>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
24>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
24>ClCompile:
24>  rx_multi_samples.cpp
25>------ Rebuild All started: Project: ranges_test, Configuration: Release
x64 ------
19>d:\uhd_003_003_000\host\tests../lib/transport/super_send_packet_handler.hpp(214):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
25>Build started 2011/10/17 06:56:19 PM.
25>_PrepareForClean:
25>  Deleting file "ranges_test.dir\Release\ranges_test.lastbuildstate".
25>InitializeBuildStatus:
25>  Touching "ranges_test.dir\Release\ranges_test.unsuccessfulbuild".
19>....\tests\sph_send_test.cpp(130): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
25>CustomBuild:
25>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
20>d:\uhd_003_003_000\host\tests../lib/transport/super_recv_packet_handler.hpp(320):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
20>d:\uhd_003_003_000\host\tests../lib/transport/super_recv_packet_handler.hpp(474):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
20>d:\uhd_003_003_000\host\tests../lib/transport/super_recv_packet_handler.hpp(551):
warning C4267: 'argument' : conversion from 'size_t' to 'long', possible
loss of data
25>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
20>....\tests\sph_recv_test.cpp(163): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(239): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(246): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
25>ClCompile:
25>  ranges_test.cpp
20>....\tests\sph_recv_test.cpp(333): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(344): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(429): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(518): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(525): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(614): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(701): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
20>....\tests\sph_recv_test.cpp(716): warning C4267: 'argument' :
conversion from 'size_t' to 'long', possible loss of data
19>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
19>
19>Build FAILED.
19>
19>Time Elapsed 00:00:04.62
26>------ Rebuild All started: Project: property_test, Configuration:
Release x64 ------
26>Build started 2011/10/17 06:56:21 PM.
26>_PrepareForClean:
26>  Deleting file "property_test.dir\Release\property_test.lastbuildstate".
26>InitializeBuildStatus:
26>  Touching "property_test.dir\Release\property_test.unsuccessfulbuild".
25>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
25>
25>Build FAILED.
25>
25>Time Elapsed 00:00:02.43
26>CustomBuild:
26>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
26>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
21>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
21>
21>Build FAILED.
21>
21>Time Elapsed 00:00:04.74
27>------ Rebuild All started: Project: msg_test, Configuration: Release x64

27>Build started 2011/10/17 06:56:21 PM.
27>_PrepareForClean:
27>  Deleting file "msg_test.dir\Release\msg_test.lastbuildstate".
26>ClCompile:
26>  property_test.cpp
27>InitializeBuildStatus:
27>  Touching "msg_test.dir\Release\msg_test.unsuccessfulbuild".
27>CustomBuild:
27>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
27>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
28>------ Rebuild All started: Project: module_test, Configuration: Release
x64 ------
28>Build started 2011/10/17 06:56:22 PM.
28>_PrepareForClean:
28>  Deleting file "module_test.dir\Release\module_test.lastbuildstate".
28>InitializeBuildStatus:
28>  Touching "module_test.dir\Release\module_test.unsuccessfulbuild".
27>ClCompile:
27>  msg_test.cpp
28>CustomBuild:
28>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
28>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
28>ClCompile:
28>  module_test.cpp
28>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
28>
28>Build FAILED.
28>
28>Time Elapsed 00:00:00.93
29>------ Rebuild All started: Project: latency_test, Configuration: Release
x64 ------
29>Build started 2011/10/17 06:56:23 PM.
29>_PrepareForClean:
29>  Deleting file "latency_test.dir\Release\latency_test.lastbuildstate".
29>InitializeBuildStatus:
29>  Touching "latency_test.dir\Release\latency_test.unsuccessfulbuild".
29>CustomBuild:
29>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
29>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
29>ClCompile:
29>  latency_test.cpp
27>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
27>
27>Build FAILED.
27>
27>Time Elapsed 00:00:02.22
30>------ Rebuild All started: Project: gain_group_test, Configuration:
Release x64 ------
30>Build started 2011/10/17 06:56:24 PM.
30>_PrepareForClean:
30>  Deleting file
"gain_group_test.dir\Release\gain_group_test.lastbuildstate".
30>InitializeBuildStatus:
30>  Touching
"gain_group_test.dir\Release\gain_group_test.unsuccessfulbuild".
30>CustomBuild:
30>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
30>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
30>ClCompile:
30>  gain_group_test.cpp
26>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
26>
26>Build FAILED.
26>
26>Time Elapsed 00:00:03.35
17>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
17>
17>Build FAILED.
17>
17>Time Elapsed 00:00:11.54
31>------ Rebuild All started: Project: fx2_init_eeprom, Configuration:
Release x64 ------
31>Build started 2011/10/17 06:56:25 PM.
31>_PrepareForClean:
31>  Deleting file
"fx2_init_eeprom.dir\Release\fx2_init_eeprom.lastbuildstate".
31>InitializeBuildStatus:
31>  Touching
"fx2_init_eeprom.dir\Release\fx2_init_eeprom.unsuccessfulbuild".
31>CustomBuild:
31>  Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt
24>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
24>
24>Build FAILED.
24>
24>Time Elapsed 00:00:06.50
23>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
32>------ Rebuild All started: Project: error_test, Configuration: Release
x64 ------
23>
23>Build FAILED.
23>
23>Time Elapsed 00:00:07.06
33>------ Rebuild All started: Project: dict_test, Configuration: Release
x64 ------
32>Build started 2011/10/17 06:56:25 PM.
31>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date.
32>_PrepareForClean:
32>  Deleting file "error_test.dir\Release\error_test.lastbuildstate".
33>Build started 2011/10/17 06:56:25 PM.
33>_PrepareForClean:
33>  Deleting file "dict_test.dir\Release\dict_test.lastbuildstate".
32>InitializeBuildStatus:
32>  Touching "error_test.dir\Release\error_test.unsuccessfulbuild".
33>InitializeBuildStatus:
33>  Touching "dict_test.dir\Release\dict_test.unsuccessfulbuild".
32>CustomBuild:
32>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
33>CustomBuild:
33>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
31>ClCompile:
31>  fx2_init_eeprom.cpp
32>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
33>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
34>------ Rebuild All started: Project: convert_test, Configuration: Release
x64 ------
32>ClCompile:
32>  error_test.cpp
34>Build started 2011/10/17 06:56:25 PM.
34>_PrepareForClean:
34>  Deleting file "convert_test.dir\Release\convert_test.lastbuildstate".
33>ClCompile:
33>  dict_test.cpp
34>InitializeBuildStatus:
34>  Touching "convert_test.dir\Release\convert_test.unsuccessfulbuild".
34>CustomBuild:
34>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
34>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
34>ClCompile:
34>  convert_test.cpp
20>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
20>
20>Build FAILED.
20>
20>Time Elapsed 00:00:10.43
35>------ Rebuild All started: Project: byteswap_test, Configuration:
Release x64 ------
35>Build started 2011/10/17 06:56:27 PM.
35>_PrepareForClean:
35>  Deleting file "byteswap_test.dir\Release\byteswap_test.lastbuildstate".
35>InitializeBuildStatus:
35>  Touching "byteswap_test.dir\Release\byteswap_test.unsuccessfulbuild".
35>CustomBuild:
35>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
35>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
22>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
22>
22>Build FAILED.
22>
22>Time Elapsed 00:00:09.96
35>ClCompile:
35>  byteswap_test.cpp
29>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
36>------ Rebuild All started: Project: buffer_test, Configuration: Release
x64 ------
29>
29>Build FAILED.
29>
29>Time Elapsed 00:00:04.96
36>Build started 2011/10/17 06:56:28 PM.
36>_PrepareForClean:
36>  Deleting file "buffer_test.dir\Release\buffer_test.lastbuildstate".
36>InitializeBuildStatus:
36>  Touching "buffer_test.dir\Release\buffer_test.unsuccessfulbuild".
36>CustomBuild:
36>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
36>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
36>ClCompile:
36>  buffer_test.cpp
37>------ Rebuild All started: Project: benchmark_rate, Configuration:
Release x64 ------
37>Build started 2011/10/17 06:56:28 PM.
37>_PrepareForClean:
37>  Deleting file
"benchmark_rate.dir\Release\benchmark_rate.lastbuildstate".
37>InitializeBuildStatus:
37>  Touching "benchmark_rate.dir\Release\benchmark_rate.unsuccessfulbuild".
37>CustomBuild:
37>  Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt
30>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
30>
30>Build FAILED.
30>
30>Time Elapsed 00:00:04.37
37>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is
up-to-date.
37>ClCompile:
37>  benchmark_rate.cpp
34>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
34>
34>Build FAILED.
34>
34>Time Elapsed 00:00:03.44
38>------ Rebuild All started: Project: addr_test, Configuration: Release
x64 ------
38>Build started 2011/10/17 06:56:29 PM.
38>_PrepareForClean:
38>  Deleting file "addr_test.dir\Release\addr_test.lastbuildstate".
38>InitializeBuildStatus:
38>  Touching "addr_test.dir\Release\addr_test.unsuccessfulbuild".
38>CustomBuild:
38>  Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt
31>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
38>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date.
31>
31>Build FAILED.
31>
31>Time Elapsed 00:00:04.20
38>ClCompile:
38>  addr_test.cpp
33>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
33>
33>Build FAILED.
33>
33>Time Elapsed 00:00:04.36
32>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
32>
32>Build FAILED.
32>
32>Time Elapsed 00:00:04.58
35>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
35>
35>Build FAILED.
35>
35>Time Elapsed 00:00:02.31
38>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
38>
38>Build FAILED.
38>
38>Time Elapsed 00:00:02.33
36>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
36>
36>Build FAILED.
36>
36>Time Elapsed 00:00:03.42
37>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
37>
37>Build FAILED.
37>
37>Time Elapsed 00:00:04.98
39>------ Rebuild All started: Project: ALL_BUILD, Configuration: Release
x64 ------
39>Build started 2011/10/17 06:56:33 PM.
39>_PrepareForClean:
39>  Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
39>InitializeBuildStatus:
39>  Creating "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because
"AlwaysCreate" was specified.
39>CustomBuild:
39>  Building Custom Rule D:/UHD_003_003_000/host/CMakeLists.txt
39>  CMake does not need to re-run because
D:\UHD_003_003_000\host\build\CMakeFiles\generate.stamp is up-to-date.
39>FinalizeBuildStatus:
39>  Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
39>  Touching "x64\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
39>
39>Build succeeded.
39>
39>Time Elapsed 00:00:00.22
========== Rebuild All: 4 succeeded, 35 failed, 0 skipped ==========

Hi, I've been trying to compile the UHD libraries as I need a 64-bit Windows version for a project I'm working on. I tried earlier this year and I eventually gave up out of frustration and switched to the 32-bit binary from the Ettus website. Unfortunately I no longer have this option. I installed all the dependencies successfully, and generated 64-bit Boost libraries using bjam. I then used CMAKE to generate the Visual Studio project. The output from the CMAKE log is at the bottom of the email. All of this seems to proceed without any problems, until I attempt to try and compile the libraries in Visual Studio itself. I get linking errors where it says it can't open various Boost libraries, but when I checked, the libraries are there and I tested that they can be accessed using various demo programs. I suspect that the problem is that CMAKE only requires the boost include path and not the boost library path, but I'm not 100% certain. I'll also include the output of the Visual Studio build below the CMAKE log. My apologies for the long email, but I figured it best to provide as much detail as possible so that hopefully someone can work out what's gone wrong. Thanks, Ryan van den Bergh -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Configuring the python interpreter... Python interpreter: D:/Python27/python.exe Override with: -DPYTHON_EXECUTABLE=<path-to-python> Configuring Boost C++ Libraries... Boost include directories: D:/boost_1_47_0/ Boost library directories: Boost libraries: Python checking for Python version 2.6 or greater Python checking for Python version 2.6 or greater - found Python checking for Cheetah templates 2.0.0 or greater Python checking for Cheetah templates 2.0.0 or greater - found Configuring LibUHD support... Dependency Boost_FOUND = TRUE Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE Dependency HAVE_PYTHON_MODULE_CHEETAH = TRUE Enabling LibUHD support. Override with -DENABLE_LIBUHD=ON/OFF Configuring Examples support... Dependency ENABLE_LIBUHD = ON Enabling Examples support. Override with -DENABLE_EXAMPLES=ON/OFF Configuring Utils support... Dependency ENABLE_LIBUHD = ON Enabling Utils support. Override with -DENABLE_UTILS=ON/OFF Configuring Tests support... Dependency ENABLE_LIBUHD = ON Enabling Tests support. Override with -DENABLE_TESTS=ON/OFF Configuring Manual support... Dependency DOCUTILS_FOUND = TRUE Enabling Manual support. Override with -DENABLE_MANUAL=ON/OFF Configuring Doxygen support... Dependency DOXYGEN_FOUND = YES Enabling Doxygen support. Override with -DENABLE_DOXYGEN=ON/OFF Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) Configuring high resolution timing... High resolution timing supported through QueryPerformanceCounter. Configuring ORC support... Dependency ENABLE_LIBUHD = ON Dependency ORC_FOUND = Dependency ORCC_EXECUTABLE = ORCC_EXECUTABLE-NOTFOUND Disabling ORC support. Override with -DENABLE_ORC=ON/OFF Orc not found, disabling orc support. Configuring USB support... Dependency ENABLE_LIBUHD = ON Dependency LIBUSB_FOUND = TRUE Enabling USB support. Override with -DENABLE_USB=ON/OFF USB support enabled via libusb. Configuring interface address discovery... Interface address discovery supported through SIO_GET_INTERFACE_LIST. Configuring USRP1 support... Dependency ENABLE_LIBUHD = ON Dependency ENABLE_USB = ON Enabling USRP1 support. Override with -DENABLE_USRP1=ON/OFF Configuring USRP2 support... Dependency ENABLE_LIBUHD = ON Enabling USRP2 support. Override with -DENABLE_USRP2=ON/OFF Configuring B100 support... Dependency ENABLE_LIBUHD = ON Dependency ENABLE_USB = ON Enabling B100 support. Override with -DENABLE_B100=ON/OFF Configuring E100 support... Dependency ENABLE_LIBUHD = ON Dependency LINUX = Disabling E100 support. Override with -DENABLE_E100=ON/OFF Configuring priority scheduling... Priority scheduling supported through windows SetThreadPriority. Configuring module loading... Module loading supported through LoadLibrary. Full package data directory: D:\\UHD_003_003_000\\share\\uhd Configuring USRP-E Utils support... Dependency LINUX = Disabling USRP-E Utils support. Override with -DENABLE_USRP_E_UTILS=ON/OFF ###################################################### # UHD enabled components ###################################################### * LibUHD * Examples * Utils * Tests * Manual * Doxygen * USB * USRP1 * USRP2 * B100 ###################################################### # UHD disabled components ###################################################### * ORC * E100 * USRP-E Utils Building version: 003.003.000-release Using install prefix: D:/UHD_003_003_000 Configuring done Generating done ------------------------------------------------------------------------------------------------------------------------------------------------------- 1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release x64 ------ 1>Build started 2011/10/17 06:51:27 PM. 1>_PrepareForClean: 1> Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate". 1>InitializeBuildStatus: 1> Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified. 1>CustomBuild: 1> Checking Build System 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/docs/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/examples/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/uhd/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/uhd/transport/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/uhd/types/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/uhd/usrp/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/include/uhd/utils/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/lib/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/tests/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/utils/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD_003_003_000/host/build/usrp_e_utils/CMakeFiles/generate.stamp is up-to-date. 1>FinalizeBuildStatus: 1> Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild". 1> Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate". 1> 1>Build succeeded. 1> 1>Time Elapsed 00:00:00.16 2>------ Rebuild All started: Project: uhd, Configuration: Release x64 ------ 3>------ Rebuild All started: Project: manual_html, Configuration: Release x64 ------ 4>------ Rebuild All started: Project: doxygen_docs, Configuration: Release x64 ------ 2>Build started 2011/10/17 06:51:27 PM. 2>_PrepareForClean: 2> Deleting file "uhd.dir\Release\uhd.lastbuildstate". 3>Build started 2011/10/17 06:51:27 PM. 3>_PrepareForClean: 3> Deleting file "x64\Release\manual_html\manual_html.lastbuildstate". 3>InitializeBuildStatus: 3> Creating "x64\Release\manual_html\manual_html.unsuccessfulbuild" because "AlwaysCreate" was specified. 4>Build started 2011/10/17 06:51:27 PM. 4>_PrepareForClean: 4> Deleting file "x64\Release\doxygen_docs\doxygen_docs.lastbuildstate". 4>InitializeBuildStatus: 4> Creating "x64\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild" because "AlwaysCreate" was specified. 2>InitializeBuildStatus: 2> Touching "uhd.dir\Release\uhd.unsuccessfulbuild". 3>CustomBuild: 3> Generating D:/UHD_003_003_000/host/build/docs/index.html 4>CustomBuild: 4> Generating documentation with doxygen 2>CustomBuild: 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/adf4350_regs.hpp 4> Searching for include files... 4> Searching for example files... 4> Searching for images... 4> Searching for dot files... 4> Searching for msc files... 4> Searching for files to exclude 4> Searching for files to process... 4> Searching for files in directory D:/UHD_003_003_000/host/include 4> Searching for files in directory D:/UHD_003_003_000/host/include/uhd 4> Searching for files in directory D:/UHD_003_003_000/host/include/uhd/transport 4> Searching for files in directory D:/UHD_003_003_000/host/include/uhd/types 4> Searching for files in directory D:/UHD_003_003_000/host/include/uhd/usrp 4> Searching for files in directory D:/UHD_003_003_000/host/include/uhd/utils 4> Reading and parsing tag files 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/config.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/config.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/convert.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/convert.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/device.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/device.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/exception.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/exception.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/property_tree.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/property_tree.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/bounded_buffer.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/bounded_buffer.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/buffer_pool.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/buffer_pool.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/if_addrs.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/if_addrs.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/udp_simple.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/udp_simple.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/udp_zero_copy.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/udp_zero_copy.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/usb_control.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/usb_control.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/usb_device_handle.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/usb_device_handle.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/usb_zero_copy.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/usb_zero_copy.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/vrt_if_packet.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/vrt_if_packet.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/transport/zero_copy.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/transport/zero_copy.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/clock_config.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/clock_config.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/device_addr.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/device_addr.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/dict.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/dict.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/io_type.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/io_type.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/mac_addr.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/mac_addr.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/metadata.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/metadata.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/otw_type.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/otw_type.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/ranges.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/ranges.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/ref_vector.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/ref_vector.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/sensors.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/sensors.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/serial.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/serial.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/stream_cmd.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/stream_cmd.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/time_spec.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/time_spec.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/tune_request.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/tune_request.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/types/tune_result.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/types/tune_result.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_base.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_base.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_eeprom.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_eeprom.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_id.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_id.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_iface.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_iface.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/dboard_manager.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/dboard_manager.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/gps_ctrl.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/gps_ctrl.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/mboard_eeprom.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/mboard_eeprom.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/mboard_iface.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/mboard_iface.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/multi_usrp.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/multi_usrp.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/single_usrp.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/single_usrp.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/usrp/subdev_spec.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/usrp/subdev_spec.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/algorithm.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/algorithm.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/assert_has.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/assert_has.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/byteswap.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/byteswap.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/gain_group.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/gain_group.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/images.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/images.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/log.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/log.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/msg.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/msg.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/pimpl.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/pimpl.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/props.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/props.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/safe_call.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/safe_call.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/safe_main.hpp... 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/identification.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/adf4360_regs.hpp 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/safe_main.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/static.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/static.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/tasks.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/tasks.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/utils/thread_priority.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/utils/thread_priority.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/version.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/version.hpp... 4> Preprocessing D:/UHD_003_003_000/host/include/uhd/wax.hpp... 4> Parsing file D:/UHD_003_003_000/host/include/uhd/wax.hpp... 4> Building group list... 4> Building directory list... 4> Building namespace list... 4> Building file list... 4> Building class list... 4> Associating documentation with classes... 4> Computing nesting relations for classes... 4> Building example list... 4> Searching for enumerations... 4> Searching for documented typedefs... 4> Searching for members imported via using declarations... 4> Searching for included using directives... 4> Searching for documented variables... 4> Building member list... 4> Searching for friends... 4> Searching for documented defines... 4> Computing class inheritance relations... 4> Computing class usage relations... 4> Flushing cached template relations that have become invalid... 4> Creating members for template instances... 4> Computing class relations... 4> Add enum values to enums... 4> Searching for member function documentation... 4> Building page list... 4> Search for main page... 4> Computing page relations... 4> Determining the scope of groups... 4> Sorting lists... 4> Freeing entry tree 4> Determining which enums are documented 4> Computing member relations... 4> Building full member lists recursively... 4> Adding members to member groups. 4> Computing member references... 4> Inheriting documentation... 4> Generating disk names... 4> Adding source references... 4> Adding xrefitems... 4> Sorting member lists... 4> Counting data structures... 4> Resolving user defined references... 4> Finding anchors and sections in the documentation... 4> Combining using relations... 4> Adding members to index pages... 4> Generating style sheet... 4> Generating search indices... 4> Generating index page... 4> Generating page index... 4> Generating example documentation... 4> Generating file sources... 4> Generating code for file include/uhd/config.hpp... 4> Generating code for file include/uhd/convert.hpp... 4> Generating code for file include/uhd/device.hpp... 4> Generating code for file include/uhd/exception.hpp... 4> Generating code for file include/uhd/property_tree.hpp... 4> Generating code for file include/uhd/transport/bounded_buffer.hpp... 4> Generating code for file include/uhd/transport/buffer_pool.hpp... 4> Generating code for file include/uhd/transport/if_addrs.hpp... 4> Generating code for file include/uhd/transport/udp_simple.hpp... 4> Generating code for file include/uhd/transport/udp_zero_copy.hpp... 4> Generating code for file include/uhd/transport/usb_control.hpp... 4> Generating code for file include/uhd/transport/usb_device_handle.hpp... 4> Generating code for file include/uhd/transport/usb_zero_copy.hpp... 4> Generating code for file include/uhd/transport/vrt_if_packet.hpp... 4> Generating code for file include/uhd/transport/zero_copy.hpp... 4> Generating code for file include/uhd/types/clock_config.hpp... 4> Generating code for file include/uhd/types/device_addr.hpp... 4> Generating code for file include/uhd/types/dict.hpp... 4> Generating code for file include/uhd/types/io_type.hpp... 4> Generating code for file include/uhd/types/mac_addr.hpp... 4> Generating code for file include/uhd/types/metadata.hpp... 4> Generating code for file include/uhd/types/otw_type.hpp... 4> Generating code for file include/uhd/types/ranges.hpp... 4> Generating code for file include/uhd/types/ref_vector.hpp... 4> Generating code for file include/uhd/types/sensors.hpp... 4> Generating code for file include/uhd/types/serial.hpp... 4> Generating code for file include/uhd/types/stream_cmd.hpp... 4> Generating code for file include/uhd/types/time_spec.hpp... 4> Generating code for file include/uhd/types/tune_request.hpp... 4> Generating code for file include/uhd/types/tune_result.hpp... 4> Generating code for file include/uhd/usrp/dboard_base.hpp... 4> Generating code for file include/uhd/usrp/dboard_eeprom.hpp... 4> Generating code for file include/uhd/usrp/dboard_id.hpp... 4> Generating code for file include/uhd/usrp/dboard_iface.hpp... 4> Generating code for file include/uhd/usrp/dboard_manager.hpp... 4> Generating code for file include/uhd/usrp/gps_ctrl.hpp... 4> Generating code for file include/uhd/usrp/mboard_eeprom.hpp... 4> Generating code for file include/uhd/usrp/mboard_iface.hpp... 4> Generating code for file include/uhd/usrp/multi_usrp.hpp... 4> Generating code for file include/uhd/usrp/single_usrp.hpp... 4> Generating code for file include/uhd/usrp/subdev_spec.hpp... 4> Generating code for file include/uhd/utils/algorithm.hpp... 4> Generating code for file include/uhd/utils/assert_has.hpp... 4> Generating code for file include/uhd/utils/byteswap.hpp... 4> Generating code for file include/uhd/utils/gain_group.hpp... 4> Generating code for file include/uhd/utils/images.hpp... 4> Generating code for file include/uhd/utils/log.hpp... 4> Generating code for file include/uhd/utils/msg.hpp... 4> Generating code for file include/uhd/utils/pimpl.hpp... 4> Generating code for file include/uhd/utils/props.hpp... 4> Generating code for file include/uhd/utils/safe_call.hpp... 4> Generating code for file include/uhd/utils/safe_main.hpp... 4> Generating code for file include/uhd/utils/static.hpp... 4> Generating code for file include/uhd/utils/tasks.hpp... 4> Generating code for file include/uhd/utils/thread_priority.hpp... 4> Generating code for file include/uhd/version.hpp... 4> Generating code for file include/uhd/wax.hpp... 4> Generating file documentation... 4> Generating docs for file include/uhd/config.hpp... 4> Generating docs for file include/uhd/convert.hpp... 4> Generating docs for file include/uhd/device.hpp... 4> Generating docs for file include/uhd/exception.hpp... 4> Generating docs for file include/uhd/property_tree.hpp... 4> Generating docs for file include/uhd/transport/bounded_buffer.hpp... 4> Generating docs for file include/uhd/transport/buffer_pool.hpp... 4> Generating docs for file include/uhd/transport/if_addrs.hpp... 4> Generating docs for file include/uhd/transport/udp_simple.hpp... 4> Generating docs for file include/uhd/transport/udp_zero_copy.hpp... 4> Generating docs for file include/uhd/transport/usb_control.hpp... 4> Generating docs for file include/uhd/transport/usb_device_handle.hpp... 4> Generating docs for file include/uhd/transport/usb_zero_copy.hpp... 4> Generating docs for file include/uhd/transport/vrt_if_packet.hpp... 4> Generating docs for file include/uhd/transport/zero_copy.hpp... 4> Generating docs for file include/uhd/types/clock_config.hpp... 4> Generating docs for file include/uhd/types/device_addr.hpp... 4> Generating docs for file include/uhd/types/dict.hpp... 4> Generating docs for file include/uhd/types/io_type.hpp... 4> Generating docs for file include/uhd/types/mac_addr.hpp... 4> Generating docs for file include/uhd/types/metadata.hpp... 4> Generating docs for file include/uhd/types/otw_type.hpp... 4> Generating docs for file include/uhd/types/ranges.hpp... 4> Generating docs for file include/uhd/types/ref_vector.hpp... 4> Generating docs for file include/uhd/types/sensors.hpp... 4> Generating docs for file include/uhd/types/serial.hpp... 4> Generating docs for file include/uhd/types/stream_cmd.hpp... 4> Generating docs for file include/uhd/types/time_spec.hpp... 4> Generating docs for file include/uhd/types/tune_request.hpp... 4> Generating docs for file include/uhd/types/tune_result.hpp... 4> Generating docs for file include/uhd/usrp/dboard_base.hpp... 4> Generating docs for file include/uhd/usrp/dboard_eeprom.hpp... 4> Generating docs for file include/uhd/usrp/dboard_id.hpp... 4> Generating docs for file include/uhd/usrp/dboard_iface.hpp... 4> Generating docs for file include/uhd/usrp/dboard_manager.hpp... 4> Generating docs for file include/uhd/usrp/gps_ctrl.hpp... 4> Generating docs for file include/uhd/usrp/mboard_eeprom.hpp... 4> Generating docs for file include/uhd/usrp/mboard_iface.hpp... 4> Generating docs for file include/uhd/usrp/multi_usrp.hpp... 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/build.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9510_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/coding.html 4> Generating docs for file include/uhd/usrp/single_usrp.hpp... 4> Generating docs for file include/uhd/usrp/subdev_spec.hpp... 4> Generating docs for file include/uhd/utils/algorithm.hpp... 4> Generating docs for file include/uhd/utils/assert_has.hpp... 4> Generating docs for file include/uhd/utils/byteswap.hpp... 4> Generating docs for file include/uhd/utils/gain_group.hpp... 4> Generating docs for file include/uhd/utils/images.hpp... 4> Generating docs for file include/uhd/utils/log.hpp... 4> Generating docs for file include/uhd/utils/msg.hpp... 4> Generating docs for file include/uhd/utils/pimpl.hpp... 4> Generating docs for file include/uhd/utils/props.hpp... 4> Generating docs for file include/uhd/utils/safe_call.hpp... 4> Generating docs for file include/uhd/utils/safe_main.hpp... 4> Generating docs for file include/uhd/utils/static.hpp... 4> Generating docs for file include/uhd/utils/tasks.hpp... 4> Generating docs for file include/uhd/utils/thread_priority.hpp... 4> Generating docs for file include/uhd/version.hpp... 4> Generating docs for file include/uhd/wax.hpp... 4> Generating page documentation... 4> Generating group documentation... 4> Generating group index... 4> Generating class documentation... 4> Generating annotated compound index... 4> Generating alphabetical compound index... 4> Generating hierarchical class index... 4> Generating member index... 4> Generating docs for compound _uhd_static_fixture... 4> Generating namespace index... 4> Generating docs for namespace uhd 4> Generating docs for compound uhd::device... 4> Generating docs for compound uhd::exception... 4> Generating docs for compound uhd::assertion_error... 4> Generating docs for compound uhd::lookup_error... 4> Generating docs for compound uhd::index_error... 4> Generating docs for compound uhd::key_error... 4> Generating docs for compound uhd::type_error... 4> Generating docs for compound uhd::value_error... 4> Generating docs for compound uhd::runtime_error... 4> Generating docs for compound uhd::not_implemented_error... 4> Generating docs for compound uhd::environment_error... 4> Generating docs for compound uhd::io_error... 4> Generating docs for compound uhd::os_error... 4> Generating docs for compound uhd::system_error... 4> Generating docs for compound uhd::property... 4> Generating docs for compound uhd::fs_path... 4> Generating docs for compound uhd::property_tree... 4> Generating docs for compound uhd::clock_config_t... 4> Generating docs for compound uhd::device_addr_t... 4> Generating docs for compound uhd::dict... 4> Generating docs for compound uhd::io_type_t... 4> Generating docs for compound uhd::mac_addr_t... 4> Generating docs for compound uhd::rx_metadata_t... 4> Generating docs for compound uhd::tx_metadata_t... 4> Generating docs for compound uhd::async_metadata_t... 4> Generating docs for compound uhd::otw_type_t... 4> Generating docs for compound uhd::range_t... 4> Generating docs for compound uhd::meta_range_t... 4> Generating docs for compound uhd::ref_vector... 4> Generating docs for compound uhd::sensor_value_t... 4> Generating docs for compound uhd::i2c_iface... 4> Generating docs for compound uhd::spi_config_t... 4> Generating docs for compound uhd::spi_iface... 4> Generating docs for compound uhd::uart_iface... 4> Generating docs for compound uhd::stream_cmd_t... 4> Generating docs for compound uhd::time_spec_t... 4> Generating docs for compound uhd::tune_request_t... 4> Generating docs for compound uhd::tune_result_t... 4> Generating docs for compound uhd::gps_ctrl... 4> Generating docs for compound uhd::gain_fcns_t... 4> Generating docs for compound uhd::gain_group... 4> Generating docs for compound uhd::named_prop_t... 4> Generating docs for compound uhd::task... 4> Generating docs for namespace uhd::_log 4> Generating docs for compound uhd::_log::log... 4> Generating docs for namespace uhd::convert 4> Generating docs for namespace uhd::msg 4> Generating docs for compound uhd::msg::_msg... 4> Generating docs for namespace uhd::transport 4> Generating docs for compound uhd::transport::bounded_buffer... 4> Generating docs for compound uhd::transport::buffer_pool... 4> Generating docs for compound uhd::transport::if_addrs_t... 4> Generating docs for compound uhd::transport::udp_simple... 4> Generating docs for compound uhd::transport::udp_zero_copy... 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9777_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/dboards.html 4> Generating docs for compound uhd::transport::usb_control... 4> Generating docs for compound uhd::transport::usb_device_handle... 4> Generating docs for compound uhd::transport::usb_zero_copy... 4> Generating docs for compound uhd::transport::managed_recv_buffer... 4> Generating docs for compound uhd::transport::managed_send_buffer... 4> Generating docs for compound uhd::transport::zero_copy_if... 4> Generating docs for namespace uhd::transport::vrt 4> Generating docs for compound uhd::transport::vrt::if_packet_info_t... 4> Generating docs for namespace uhd::usrp 4> Generating docs for compound uhd::usrp::dboard_base... 4> Generating docs for compound uhd::usrp::xcvr_dboard_base... 4> Generating docs for compound uhd::usrp::rx_dboard_base... 4> Generating docs for compound uhd::usrp::tx_dboard_base... 4> Generating docs for compound uhd::usrp::dboard_eeprom_t... 4> Generating docs for compound uhd::usrp::dboard_id_t... 4> Generating docs for compound uhd::usrp::dboard_iface_special_props_t... 4> Generating docs for compound uhd::usrp::dboard_iface... 4> Generating docs for compound uhd::usrp::dboard_manager... 4> Generating docs for compound uhd::usrp::mboard_eeprom_t... 4> Generating docs for compound uhd::usrp::mboard_iface... 4> Generating docs for compound uhd::usrp::multi_usrp... 4> Generating docs for compound uhd::usrp::subdev_spec_pair_t... 4> Generating docs for compound uhd::usrp::subdev_spec_t... 4> Generating docs for namespace wax 4> Generating docs for compound wax::obj... 4> Generating namespace member index... 4> Generating graph info page... 4> Generating file index... 4> Generating example index... 4> Generating file member index... 4> finalizing index lists... 4> finished... 4> Building Custom Rule D:/UHD_003_003_000/host/docs/CMakeLists.txt 4> CMake does not need to re-run because D:\UHD_003_003_000\host\build\docs\CMakeFiles\generate.stamp is up-to-date. 4>FinalizeBuildStatus: 4> Deleting file "x64\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild". 4> Touching "x64\Release\doxygen_docs\doxygen_docs.lastbuildstate". 4> 4>Build succeeded. 4> 4>Time Elapsed 00:00:01.46 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad5623_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/gpsdo.html 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/general.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad7922_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/images.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2829_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/sync.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2118_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/transport.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/max2112_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/usrp1.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9862_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/usrp2.html 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/usrp_b1xx.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ad9522_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Generating D:/UHD_003_003_000/host/build/docs/usrp_e1xx.html 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/ads62p44_regs.hpp 3> <?xml version="1.0" encoding="utf-8" ?> 3> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3> <head> 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 3> <title></title> 3> <style type="text/css"> 3> 3> /* 3> :Author: David Goodger (goodger@python.org) 3> :Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ 3> :Copyright: This stylesheet has been placed in the public domain. 3> 3> Default cascading style sheet for the HTML output of Docutils. 3> 3> See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to 3> customize this style sheet. 3> */ 3> 3> /* used to remove borders from tables and images */ 3> .borderless, table.borderless td, table.borderless th { 3> border: 0 } 3> 3> table.borderless td, table.borderless th { 3> /* Override padding for "table.docutils td" with "! important". 3> The right padding separates the table cells. */ 3> padding: 0 0.5em 0 0 ! important } 3> 3> .first { 3> /* Override more specific margin styles with "! important". */ 3> margin-top: 0 ! important } 3> 3> .last, .with-subtitle { 3> margin-bottom: 0 ! important } 3> 3> .hidden { 3> display: none } 3> 3> a.toc-backref { 3> text-decoration: none ; 3> color: black } 3> 3> blockquote.epigraph { 3> margin: 2em 5em ; } 3> 3> dl.docutils dd { 3> margin-bottom: 0.5em } 3> 3> /* Uncomment (and remove this text!) to get bold-faced definition list terms 3> dl.docutils dt { 3> font-weight: bold } 3> */ 3> 3> div.abstract { 3> margin: 2em 5em } 3> 3> div.abstract p.topic-title { 3> font-weight: bold ; 3> text-align: center } 3> 3> div.admonition, div.attention, div.caution, div.danger, div.error, 3> div.hint, div.important, div.note, div.tip, div.warning { 3> margin: 2em ; 3> border: medium outset ; 3> padding: 1em } 3> 3> div.admonition p.admonition-title, div.hint p.admonition-title, 3> div.important p.admonition-title, div.note p.admonition-title, 3> div.tip p.admonition-title { 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> div.attention p.admonition-title, div.caution p.admonition-title, 3> div.danger p.admonition-title, div.error p.admonition-title, 3> div.warning p.admonition-title { 3> color: red ; 3> font-weight: bold ; 3> font-family: sans-serif } 3> 3> /* Uncomment (and remove this text!) to get reduced vertical space in 3> compound paragraphs. 3> div.compound .compound-first, div.compound .compound-middle { 3> margin-bottom: 0.5em } 3> 3> div.compound .compound-last, div.compound .compound-middle { 3> margin-top: 0.5em } 3> */ 3> 3> div.dedication { 3> margin: 2em 5em ; 3> text-align: center ; 3> font-style: italic } 3> 3> div.dedication p.topic-title { 3> font-weight: bold ; 3> font-style: normal } 3> 3> div.figure { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> div.footer, div.header { 3> clear: both; 3> font-size: smaller } 3> 3> div.line-block { 3> display: block ; 3> margin-top: 1em ; 3> margin-bottom: 1em } 3> 3> div.line-block div.line-block { 3> margin-top: 0 ; 3> margin-bottom: 0 ; 3> margin-left: 1.5em } 3> 3> div.sidebar { 3> margin: 0 0 0.5em 1em ; 3> border: medium outset ; 3> padding: 1em ; 3> background-color: #ffffee ; 3> width: 40% ; 3> float: right ; 3> clear: right } 3> 3> div.sidebar p.rubric { 3> font-family: sans-serif ; 3> font-size: medium } 3> 3> div.system-messages { 3> margin: 5em } 3> 3> div.system-messages h1 { 3> color: red } 3> 3> div.system-message { 3> border: medium outset ; 3> padding: 1em } 3> 3> div.system-message p.system-message-title { 3> color: red ; 3> font-weight: bold } 3> 3> div.topic { 3> margin: 2em } 3> 3> h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 3> h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 3> margin-top: 0.4em } 3> 3> h1.title { 3> text-align: center } 3> 3> h2.subtitle { 3> text-align: center } 3> 3> hr.docutils { 3> width: 75% } 3> 3> img.align-left, .figure.align-left, object.align-left { 3> clear: left ; 3> float: left ; 3> margin-right: 1em } 3> 3> img.align-right, .figure.align-right, object.align-right { 3> clear: right ; 3> float: right ; 3> margin-left: 1em } 3> 3> img.align-center, .figure.align-center, object.align-center { 3> display: block; 3> margin-left: auto; 3> margin-right: auto; 3> } 3> 3> .align-left { 3> text-align: left } 3> 3> .align-center { 3> clear: both ; 3> text-align: center } 3> 3> .align-right { 3> text-align: right } 3> 3> /* reset inner alignment in figures */ 3> div.align-right { 3> text-align: left } 3> 3> /* div.align-center * { */ 3> /* text-align: left } */ 3> 3> ol.simple, ul.simple { 3> margin-bottom: 1em } 3> 3> ol.arabic { 3> list-style: decimal } 3> 3> ol.loweralpha { 3> list-style: lower-alpha } 3> 3> ol.upperalpha { 3> list-style: upper-alpha } 3> 3> ol.lowerroman { 3> list-style: lower-roman } 3> 3> ol.upperroman { 3> list-style: upper-roman } 3> 3> p.attribution { 3> text-align: right ; 3> margin-left: 50% } 3> 3> p.caption { 3> font-style: italic } 3> 3> p.credits { 3> font-style: italic ; 3> font-size: smaller } 3> 3> p.label { 3> white-space: nowrap } 3> 3> p.rubric { 3> font-weight: bold ; 3> font-size: larger ; 3> color: maroon ; 3> text-align: center } 3> 3> p.sidebar-title { 3> font-family: sans-serif ; 3> font-weight: bold ; 3> font-size: larger } 3> 3> p.sidebar-subtitle { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> p.topic-title { 3> font-weight: bold } 3> 3> pre.address { 3> margin-bottom: 0 ; 3> margin-top: 0 ; 3> font: inherit } 3> 3> pre.literal-block, pre.doctest-block { 3> margin-left: 2em ; 3> margin-right: 2em } 3> 3> span.classifier { 3> font-family: sans-serif ; 3> font-style: oblique } 3> 3> span.classifier-delimiter { 3> font-family: sans-serif ; 3> font-weight: bold } 3> 3> span.interpreted { 3> font-family: sans-serif } 3> 3> span.option { 3> white-space: nowrap } 3> 3> span.pre { 3> white-space: pre } 3> 3> span.problematic { 3> color: red } 3> 3> span.section-subtitle { 3> /* font-size relative to parent (h1..h6 element) */ 3> font-size: 80% } 3> 3> table.citation { 3> border-left: solid 1px gray; 3> margin-left: 1px } 3> 3> table.docinfo { 3> margin: 2em 4em } 3> 3> table.docutils { 3> margin-top: 0.5em ; 3> margin-bottom: 0.5em } 3> 3> table.footnote { 3> border-left: solid 1px black; 3> margin-left: 1px } 3> 3> table.docutils td, table.docutils th, 3> table.docinfo td, table.docinfo th { 3> padding-left: 0.5em ; 3> padding-right: 0.5em ; 3> vertical-align: top } 3> 3> table.docutils th.field-name, table.docinfo th.docinfo-name { 3> font-weight: bold ; 3> text-align: left ; 3> white-space: nowrap ; 3> padding-left: 0 } 3> 3> h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, 3> h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { 3> font-size: 100% } 3> 3> ul.auto-toc { 3> list-style-type: none } 3> 3> </style> 3> </head> 3> <body> 3> <div class="document"> 3> 3> 3> 3> </div> 3> </body> 3> </html> 3> Building Custom Rule D:/UHD_003_003_000/host/docs/CMakeLists.txt 3> CMake does not need to re-run because D:\UHD_003_003_000\host\build\docs\CMakeFiles\generate.stamp is up-to-date. 3>FinalizeBuildStatus: 3> Deleting file "x64\Release\manual_html\manual_html.unsuccessfulbuild". 3> Touching "x64\Release\manual_html\manual_html.lastbuildstate". 3> 3>Build succeeded. 3> 3>Time Elapsed 00:00:04.62 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/tuner_4937di5_regs.hpp 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/ic_reg_maps/tda18272hnm_regs.hpp 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/convert/convert_pred.hpp 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/convert/convert_general.cpp 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Generating D:/UHD_003_003_000/host/build/lib/transport/vrt_if_packet.cpp 2> D:\Python27\lib\site-packages\cheetah-2.4.4-py2.7.egg\Cheetah\Compiler.py:1509: UserWarning: 2> You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. 2> "\nYou don't have the C version of NameMapper installed! " 2> Building Custom Rule D:/UHD_003_003_000/host/lib/CMakeLists.txt 2> CMake does not need to re-run because D:\UHD_003_003_000\host\build\lib\CMakeFiles\generate.stamp is up-to-date. 2>ClCompile: 2> clock_config.cpp 2> device_addr.cpp 2> mac_addr.cpp 2> ranges.cpp 2> sensors.cpp 2> serial.cpp 2>..\..\lib\types\serial.cpp(52): warning C4267: 'argument' : conversion from 'size_t' to 'const uint8_t', possible loss of data 2>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(208): warning C4267: 'initializing' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\xmemory(280) : see reference to function template instantiation 'void std::allocator<_Ty>::construct<unsigned __int64&>(unsigned char *,_Other)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Other=unsigned __int64 & 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\memory(376) : see reference to function template instantiation 'void std::_Cons_val<_Alloc,unsigned char,unsigned __int64&>(_Alloc &,_Ty1 *,_Ty2)' being compiled 2> with 2> [ 2> _Alloc=std::allocator<uint8_t>, 2> _Ty1=unsigned char, 2> _Ty2=unsigned __int64 & 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\memory(414) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt,_Alloc>(_InIt,_InIt,_FwdIt,_Alloc &,std::_Nonscalar_ptr_iterator_tag)' being compiled 2> with 2> [ 2> _FwdIt=unsigned char *, 2> _InIt=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>>, 2> _Alloc=std::allocator<uint8_t> 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(1318) : see reference to function template instantiation '_FwdIt std::_Uninitialized_copy<_Iter,unsigned char*,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,_Alloc &)' being compiled 2> with 2> [ 2> _FwdIt=unsigned char *, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>>, 2> _Ty=uint8_t, 2> _InIt=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>>, 2> _Alloc=std::allocator<uint8_t> 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(1131) : see reference to function template instantiation 'unsigned char *std::vector<_Ty>::_Ucopy<_Iter>(_Iter,_Iter,unsigned char *)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>> 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(1065) : see reference to function template instantiation 'void std::vector<_Ty>::_Insert<_Iter>(std::_Vector_const_iterator<_Myvec>,_Iter,_Iter,std::forward_iterator_tag)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>>, 2> _Myvec=std::_Vector_val<uint8_t,std::allocator<uint8_t>> 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(573) : see reference to function template instantiation 'void std::vector<_Ty>::insert<_Iter>(std::_Vector_const_iterator<_Myvec>,_Iter,_Iter)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>>, 2> _Myvec=std::_Vector_val<uint8_t,std::allocator<uint8_t>> 2> ] 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\vector(550) : see reference to function template instantiation 'void std::vector<_Ty>::_Construct<_Iter>(_Iter,_Iter,std::input_iterator_tag)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>> 2> ] 2> D:/boost_1_47_0\boost/assign/list_of.hpp(163) : see reference to function template instantiation 'std::vector<_Ty>::vector<std::_Deque_iterator<unsigned __int64,_Alloc>>(_Iter,_Iter)' being compiled 2> with 2> [ 2> _Ty=uint8_t, 2> _Alloc=std::allocator<unsigned __int64>, 2> _Iter=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>> 2> ] 2> D:/boost_1_47_0\boost/assign/list_of.hpp(142) : see reference to function template instantiation 'Container boost::assign_detail::converter<DerivedTAssign,Iterator>::convert<Container>(const Container *,boost::assign_detail::default_type_tag) const' being compiled 2> with 2> [ 2> Container=std::vector<uint8_t>, 2> DerivedTAssign=boost::assign_detail::generic_list<size_t>, 2> Iterator=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>> 2> ] 2> D:/boost_1_47_0\boost/assign/list_of.hpp(436) : see reference to function template instantiation 'Container boost::assign_detail::converter<DerivedTAssign,Iterator>::convert_to_container<Container>(void) const' being compiled 2> with 2> [ 2> Container=std::vector<uint8_t>, 2> DerivedTAssign=boost::assign_detail::generic_list<size_t>, 2> Iterator=std::_Deque_iterator<unsigned __int64,std::allocator<unsigned __int64>> 2> ] 2> ..\..\lib\types\serial.cpp(38) : see reference to function template instantiation 'boost::assign_detail::generic_list<T>::operator Container(void) const<std::vector<_Ty>>' being compiled 2> with 2> [ 2> T=size_t, 2> Container=std::vector<uint8_t>, 2> _Ty=uint8_t 2> ] 2> tune.cpp 2> types.cpp 2> convert_fc32_with_sse2.cpp 2> convert_fc64_with_sse2.cpp 2> convert_general.cpp 2> convert_impl.cpp 2> libusb1_control.cpp 2>..\..\lib\transport\libusb1_control.cpp(34): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2> libusb1_zero_copy.cpp 2>..\..\lib\transport\libusb1_zero_copy.cpp(128): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(169): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(170): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(171): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(172): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(178): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(179): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(198): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\libusb1_zero_copy.cpp(221): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2> libusb1_base.cpp 2> udp_zero_copy.cpp 2>..\..\lib\transport\udp_zero_copy.cpp(105): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(141): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(142): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(143): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(144): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(165): warning C4244: '=' : conversion from 'boost::asio::detail::socket_type' to 'int', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(217): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\transport\udp_zero_copy.cpp(193): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2> ..\..\lib\transport\udp_zero_copy.cpp(280) : see reference to function template instantiation 'size_t udp_zero_copy_asio_impl::resize_buff<Opt>(size_t)' being compiled 2> with 2> [ 2> Opt=boost::asio::socket_base::receive_buffer_size 2> ] 2> ..\..\lib\transport\udp_zero_copy.cpp(308) : see reference to function template instantiation 'void resize_buff_helper<boost::asio::socket_base::receive_buffer_size>(udp_zero_copy_asio_impl::sptr,const size_t,const std::string &)' being compiled 2>..\..\lib\transport\udp_zero_copy.cpp(193): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data 2> ..\..\lib\transport\udp_zero_copy.cpp(280) : see reference to function template instantiation 'size_t udp_zero_copy_asio_impl::resize_buff<Opt>(size_t)' being compiled 2> with 2> [ 2> Opt=boost::asio::socket_base::send_buffer_size 2> ] 2> ..\..\lib\transport\udp_zero_copy.cpp(309) : see reference to function template instantiation 'void resize_buff_helper<boost::asio::socket_base::send_buffer_size>(udp_zero_copy_asio_impl::sptr,const size_t,const std::string &)' being compiled 2> vrt_if_packet.cpp 2>transport\vrt_if_packet.cpp(31): warning C4267: 'initializing' : conversion from 'size_t' to 'uint32_t', possible loss of data 2> buffer_pool.cpp 2> udp_simple.cpp 2>..\..\lib\transport\udp_simple.cpp(59): warning C4244: 'argument' : conversion from 'boost::asio::detail::socket_type' to 'int', possible loss of data 2> usb_zero_copy_wrapper.cpp 2> Generating Code... 2> Compiling... 2> dboard_base.cpp 2> dboard_eeprom.cpp 2> dboard_id.cpp 2> dboard_manager.cpp 2> gps_ctrl.cpp 2> mboard_eeprom.cpp 2>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\utility(163): warning C4244: 'initializing' : conversion from 'const unsigned __int64' to 'int', possible loss of data 2> D:\Program Files\Microsoft Visual Studio 10.0\VC\include\utility(247) : see reference to function template instantiation 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base<const char(&)[5],const U0&>(_Other1,_Other2)' being compiled 2> with 2> [ 2> _Ty1=const char *, 2> _Ty2=int, 2> U0=unsigned __int64, 2> _Other1=const char (&)[5], 2> _Other2=const unsigned __int64 & 2> ] 2> D:/boost_1_47_0\boost/preprocessor/iteration/detail/local.hpp(37) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[5],const U0&>(_Other1,_Other2)' being compiled 2> with 2> [ 2> _Ty1=const char *, 2> _Ty2=int, 2> U0=unsigned __int64, 2> _Other1=const char (&)[5], 2> _Other2=const unsigned __int64 & 2> ] 2> ..\..\lib\usrp\mboard_eeprom.cpp(96) : see reference to function template instantiation 'boost::assign_detail::generic_list<T> &boost::assign_detail::generic_list<T>::operator ()<const char[5],unsigned __int64>(U (&),const U0 &)' being compiled 2> with 2> [ 2> T=std::pair<const char *,int>, 2> U=const char [5], 2> U0=unsigned __int64 2> ] 2> multi_usrp.cpp 2> subdev_spec.cpp 2> gpio_core_200.cpp 2>..\..\lib\usrp\cores\gpio_core_200.cpp(49): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\gpio_core_200.cpp(60): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\gpio_core_200.cpp(93): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> i2c_core_100.cpp 2>..\..\lib\usrp\cores\i2c_core_100.cpp(62): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(67): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(68): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(69): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(76): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(77): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(81): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(86): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(87): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(89): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(102): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(106): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(107): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(110): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(113): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(115): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(123): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\i2c_core_100.cpp(131): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> spi_core_100.cpp 2>..\..\lib\usrp\cores\spi_core_100.cpp(59): warning C4267: 'initializing' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(62): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(63): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(64): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(65): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(66): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(70): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\spi_core_100.cpp(76): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> time64_core_200.cpp 2>..\..\lib\usrp\cores\time64_core_200.cpp(62): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(67): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(68): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(69): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(77): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(78): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(79): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(86): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(87): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(88): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(92): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(93): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(94): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(102): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(105): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(110): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\time64_core_200.cpp(113): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> rx_dsp_core_200.cpp 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(69): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(70): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(76): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(77): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(78): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(82): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(82): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(112): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(113): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(114): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(124): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(154): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_dsp_core_200.cpp(182): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> tx_dsp_core_200.cpp 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(62): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(63): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(64): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(65): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(95): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(101): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(120): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(130): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(130): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(131): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\cores\tx_dsp_core_200.cpp(131): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> rx_frontend_core_200.cpp 2>..\..\lib\usrp\cores\rx_frontend_core_200.cpp(41): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_frontend_core_200.cpp(45): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_frontend_core_200.cpp(46): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_frontend_core_200.cpp(50): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\rx_frontend_core_200.cpp(51): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> tx_frontend_core_200.cpp 2>..\..\lib\usrp\cores\tx_frontend_core_200.cpp(50): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_frontend_core_200.cpp(54): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_frontend_core_200.cpp(55): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_frontend_core_200.cpp(59): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2>..\..\lib\usrp\cores\tx_frontend_core_200.cpp(60): warning C4267: 'argument' : conversion from 'size_t' to 'wb_iface::wb_addr_type', possible loss of data 2> db_basic_and_lf.cpp 2> db_rfx.cpp 2> db_xcvr2450.cpp 2> db_sbx.cpp 2> Generating Code... 2> Compiling... 2> db_wbx_common.cpp 2> db_wbx_simple.cpp 2> db_dbsrx.cpp 2> db_unknown.cpp 2> db_tvrx.cpp 2>..\..\lib\usrp\dboard\db_tvrx.cpp(247): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> db_dbsrx2.cpp 2>..\..\lib\usrp\dboard\db_dbsrx2.cpp(232): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data 2> db_tvrx2.cpp 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1056): warning C4244: 'argument' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1273): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1275): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1288): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1290): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1304): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\dboard\db_tvrx2.cpp(1674): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) 2> fx2_ctrl.cpp 2>..\..\lib\usrp\common\fx2_ctrl.cpp(292): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\common\fx2_ctrl.cpp(378): warning C4244: 'return' : conversion from 'ssize_t' to 'int', possible loss of data 2>..\..\lib\usrp\common\fx2_ctrl.cpp(393): warning C4244: 'return' : conversion from 'ssize_t' to 'int', possible loss of data 2>..\..\lib\usrp\common\fx2_ctrl.cpp(424): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\common\fx2_ctrl.cpp(437): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2> validate_subdev_spec.cpp 2> recv_packet_demuxer.cpp 2> soft_time_ctrl.cpp 2> usrp1_iface.cpp 2>..\..\lib\usrp\usrp1\usrp1_iface.cpp(150): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\usrp1\usrp1_iface.cpp(159): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\usrp1\usrp1_iface.cpp(187): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2> usrp1_impl.cpp 2> usrp2_iface.cpp 2>..\..\lib\usrp\usrp2\usrp2_iface.cpp(202): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\usrp2_iface.cpp(220): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\usrp2_iface.cpp(238): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\usrp2_iface.cpp(246): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> usrp2_impl.cpp 2>..\..\lib\usrp\usrp2\usrp2_impl.cpp(203): warning C4267: 'argument' : conversion from 'size_t' to 'u_long', possible loss of data 2>..\..\lib\usrp\usrp2\usrp2_impl.cpp(296): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2>..\..\lib\usrp\usrp2\usrp2_impl.cpp(297): warning C4244: 'argument' : conversion from 'const size_t' to 'const double', possible loss of data 2> b100_ctrl.cpp 2>..\..\lib\usrp\b100\b100_ctrl.cpp(166): warning C4267: '=' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\b100\b100_ctrl.cpp(172): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data 2>..\..\lib\usrp\b100\b100_ctrl.cpp(182): warning C4267: '=' : conversion from 'size_t' to 'uint16_t', possible loss of data 2> b100_impl.cpp 2> gain_group.cpp 2> images.cpp 2> log.cpp 2> Generating Code... 2> Compiling... 2> msg.cpp 2> props.cpp 2> static.cpp 2> tasks.cpp 2> device.cpp 2> exception.cpp 2> property_tree.cpp 2> wax.cpp 2> Generating Code... 2> time_spec.cpp 2> if_addrs.cpp 2> dboard_iface.cpp 2> codec_ctrl.cpp 2> dboard_iface.cpp 2> io_impl.cpp 2>d:\uhd_003_003_000\host\lib\usrp\usrp1\../../transport/super_recv_packet_handler.hpp(320): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp1\../../transport/super_recv_packet_handler.hpp(474): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp1\../../transport/super_recv_packet_handler.hpp(551): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp1\../../transport/super_send_packet_handler.hpp(214): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>..\..\lib\usrp\usrp1\io_impl.cpp(387): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 2>..\..\lib\usrp\usrp1\io_impl.cpp(402): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 2> clock_ctrl.cpp 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(105): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(106): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(115): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(116): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(125): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(126): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(168): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(169): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(213): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(214): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(220): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\usrp2\clock_ctrl.cpp(221): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> codec_ctrl.cpp 2> dboard_iface.cpp 2> io_impl.cpp 2>d:\uhd_003_003_000\host\lib\usrp\usrp2\../../transport/super_recv_packet_handler.hpp(320): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp2\../../transport/super_recv_packet_handler.hpp(474): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp2\../../transport/super_recv_packet_handler.hpp(551): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\usrp2\../../transport/super_send_packet_handler.hpp(214): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>..\..\lib\usrp\usrp2\io_impl.cpp(206): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>..\..\lib\usrp\usrp2\io_impl.cpp(260): warning C4267: 'argument' : conversion from 'size_t' to 'flow_control_monitor::seq_type', possible loss of data 2> clock_ctrl.cpp 2>..\..\lib\usrp\b100\clock_ctrl.cpp(224): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\b100\clock_ctrl.cpp(225): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2>..\..\lib\usrp\b100\clock_ctrl.cpp(226): warning C4267: 'argument' : conversion from 'size_t' to 'uint16_t', possible loss of data 2>..\..\lib\usrp\b100\clock_ctrl.cpp(49): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> ..\..\lib\usrp\b100\clock_ctrl.cpp(250) : see reference to function template instantiation 'void set_clock_divider<uint8_t,uint8_t>(size_t,div_type &,div_type &,bypass_type &)' being compiled 2> with 2> [ 2> div_type=uint8_t, 2> bypass_type=uint8_t 2> ] 2>..\..\lib\usrp\b100\clock_ctrl.cpp(50): warning C4267: '=' : conversion from 'size_t' to 'uint8_t', possible loss of data 2> codec_ctrl.cpp 2> dboard_iface.cpp 2> io_impl.cpp 2>d:\uhd_003_003_000\host\lib\usrp\b100\../../transport/super_recv_packet_handler.hpp(320): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\b100\../../transport/super_recv_packet_handler.hpp(474): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\b100\../../transport/super_recv_packet_handler.hpp(551): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>d:\uhd_003_003_000\host\lib\usrp\b100\../../transport/super_send_packet_handler.hpp(214): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2>..\..\lib\usrp\b100\io_impl.cpp(108): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 2> load_modules.cpp 2> paths.cpp 2> thread_priority.cpp 2> version.cpp 2>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc100-mt-1_47.lib' 2> 2>Build FAILED. 2> 2>Time Elapsed 00:04:39.81 5>------ Rebuild All started: Project: usrp_burn_db_eeprom, Configuration: Release x64 ------ 6>------ Rebuild All started: Project: usrp_burn_mb_eeprom, Configuration: Release x64 ------ 7>------ Rebuild All started: Project: uhd_usrp_probe, Configuration: Release x64 ------ 8>------ Rebuild All started: Project: uhd_find_devices, Configuration: Release x64 ------ 9>------ Rebuild All started: Project: vrt_test, Configuration: Release x64 ------ 10>------ Rebuild All started: Project: wax_test, Configuration: Release x64 ------ 11>------ Rebuild All started: Project: tx_waveforms, Configuration: Release x64 ------ 12>------ Rebuild All started: Project: tx_timed_samples, Configuration: Release x64 ------ 7>Build started 2011/10/17 06:56:07 PM. 7>_PrepareForClean: 7> Deleting file "uhd_usrp_probe.dir\Release\uhd_usrp_probe.lastbuildstate". 5>Build started 2011/10/17 06:56:07 PM. 6>Build started 2011/10/17 06:56:07 PM. 5>_PrepareForClean: 5> Deleting file "usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.lastbuildstate". 6>_PrepareForClean: 6> Deleting file "usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.lastbuildstate". 9>Build started 2011/10/17 06:56:07 PM. 8>Build started 2011/10/17 06:56:07 PM. 12>Build started 2011/10/17 06:56:07 PM. 11>Build started 2011/10/17 06:56:07 PM. 9>_PrepareForClean: 9> Deleting file "vrt_test.dir\Release\vrt_test.lastbuildstate". 8>_PrepareForClean: 8> Deleting file "uhd_find_devices.dir\Release\uhd_find_devices.lastbuildstate". 12>_PrepareForClean: 12> Deleting file "tx_timed_samples.dir\Release\tx_timed_samples.lastbuildstate". 11>_PrepareForClean: 11> Deleting file "tx_waveforms.dir\Release\tx_waveforms.lastbuildstate". 5>InitializeBuildStatus: 5> Touching "usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.unsuccessfulbuild". 6>InitializeBuildStatus: 6> Touching "usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.unsuccessfulbuild". 12>InitializeBuildStatus: 8>InitializeBuildStatus: 8> Touching "uhd_find_devices.dir\Release\uhd_find_devices.unsuccessfulbuild". 12> Touching "tx_timed_samples.dir\Release\tx_timed_samples.unsuccessfulbuild". 11>InitializeBuildStatus: 11> Touching "tx_waveforms.dir\Release\tx_waveforms.unsuccessfulbuild". 7>InitializeBuildStatus: 7> Touching "uhd_usrp_probe.dir\Release\uhd_usrp_probe.unsuccessfulbuild". 9>InitializeBuildStatus: 9> Touching "vrt_test.dir\Release\vrt_test.unsuccessfulbuild". 8>CustomBuild: 8> Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt 12>CustomBuild: 12> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 10>Build started 2011/10/17 06:56:08 PM. 10>_PrepareForClean: 10> Deleting file "wax_test.dir\Release\wax_test.lastbuildstate". 5>CustomBuild: 5> Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt 11>CustomBuild: 11> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 7>CustomBuild: 7> Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt 10>InitializeBuildStatus: 10> Touching "wax_test.dir\Release\wax_test.unsuccessfulbuild". 6>CustomBuild: 6> Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt 9>CustomBuild: 9> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 12> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 8> CMake does not need to re-run because D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date. 10>CustomBuild: 10> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 5> CMake does not need to re-run because D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date. 7> CMake does not need to re-run because D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date. 11> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 6> CMake does not need to re-run because D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date. 9> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 10> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 8>ClCompile: 12>ClCompile: 12> tx_timed_samples.cpp 8> uhd_find_devices.cpp 5>ClCompile: 5> usrp_burn_db_eeprom.cpp 7>ClCompile: 7> uhd_usrp_probe.cpp 11>ClCompile: 11> tx_waveforms.cpp 6>ClCompile: 6> usrp_burn_mb_eeprom.cpp 9>ClCompile: 9> vrt_test.cpp 10>ClCompile: 10> wax_test.cpp 9>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 9> 9>Build FAILED. 9> 9>Time Elapsed 00:00:02.86 11>..\..\examples\tx_waveforms.cpp(74): warning C4244: 'argument' : conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data 11>..\..\examples\tx_waveforms.cpp(74): warning C4244: 'argument' : conversion from 'double' to 'const std::complex<float>::_Ty', possible loss of data 10>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 10> 10>Build FAILED. 10> 10>Time Elapsed 00:00:03.05 13>------ Rebuild All started: Project: tx_samples_from_file, Configuration: Release x64 ------ 14>------ Rebuild All started: Project: tx_bursts, Configuration: Release x64 ------ 13>Build started 2011/10/17 06:56:11 PM. 13>_PrepareForClean: 13> Deleting file "tx_samples_from_file.dir\Release\tx_samples_from_file.lastbuildstate". 14>Build started 2011/10/17 06:56:11 PM. 14>_PrepareForClean: 14> Deleting file "tx_bursts.dir\Release\tx_bursts.lastbuildstate". 13>InitializeBuildStatus: 13> Touching "tx_samples_from_file.dir\Release\tx_samples_from_file.unsuccessfulbuild". 14>InitializeBuildStatus: 14> Touching "tx_bursts.dir\Release\tx_bursts.unsuccessfulbuild". 13>CustomBuild: 13> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 14>CustomBuild: 14> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 13> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 14> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 13>ClCompile: 13> tx_samples_from_file.cpp 14>ClCompile: 14> tx_bursts.cpp 8>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 8> 8>Build FAILED. 8> 8>Time Elapsed 00:00:04.60 6>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 6> 6>Build FAILED. 6> 6>Time Elapsed 00:00:04.86 15>------ Rebuild All started: Project: time_spec_test, Configuration: Release x64 ------ 15>Build started 2011/10/17 06:56:12 PM. 15>_PrepareForClean: 15> Deleting file "time_spec_test.dir\Release\time_spec_test.lastbuildstate". 15>InitializeBuildStatus: 15> Touching "time_spec_test.dir\Release\time_spec_test.unsuccessfulbuild". 16>------ Rebuild All started: Project: test_pps_input, Configuration: Release x64 ------ 15>CustomBuild: 15> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 16>Build started 2011/10/17 06:56:12 PM. 16>_PrepareForClean: 16> Deleting file "test_pps_input.dir\Release\test_pps_input.lastbuildstate". 16>InitializeBuildStatus: 16> Touching "test_pps_input.dir\Release\test_pps_input.unsuccessfulbuild". 15> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 16>CustomBuild: 16> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 16> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 15>ClCompile: 15> time_spec_test.cpp 16>ClCompile: 16> test_pps_input.cpp 5>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 5> 5>Build FAILED. 5> 5>Time Elapsed 00:00:05.55 17>------ Rebuild All started: Project: test_messages, Configuration: Release x64 ------ 17>Build started 2011/10/17 06:56:13 PM. 17>_PrepareForClean: 17> Deleting file "test_messages.dir\Release\test_messages.lastbuildstate". 17>InitializeBuildStatus: 17> Touching "test_messages.dir\Release\test_messages.unsuccessfulbuild". 17>CustomBuild: 17> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 17> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 17>ClCompile: 17> test_messages.cpp 7>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 7> 7>Build FAILED. 7> 7>Time Elapsed 00:00:07.95 18>------ Rebuild All started: Project: subdev_spec_test, Configuration: Release x64 ------ 17>..\..\examples\test_messages.cpp(342): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data 18>Build started 2011/10/17 06:56:16 PM. 18>_PrepareForClean: 18> Deleting file "subdev_spec_test.dir\Release\subdev_spec_test.lastbuildstate". 18>InitializeBuildStatus: 18> Touching "subdev_spec_test.dir\Release\subdev_spec_test.unsuccessfulbuild". 18>CustomBuild: 18> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 18> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 18>ClCompile: 18> subdev_spec_test.cpp 11>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 11> 11>Build FAILED. 11> 11>Time Elapsed 00:00:08.57 19>------ Rebuild All started: Project: sph_send_test, Configuration: Release x64 ------ 19>Build started 2011/10/17 06:56:16 PM. 19>_PrepareForClean: 19> Deleting file "sph_send_test.dir\Release\sph_send_test.lastbuildstate". 14>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 19>InitializeBuildStatus: 19> Touching "sph_send_test.dir\Release\sph_send_test.unsuccessfulbuild". 14> 14>Build FAILED. 14> 14>Time Elapsed 00:00:05.45 19>CustomBuild: 19> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 15>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 15> 15>Build FAILED. 15> 15>Time Elapsed 00:00:04.07 20>------ Rebuild All started: Project: sph_recv_test, Configuration: Release x64 ------ 20>Build started 2011/10/17 06:56:16 PM. 20>_PrepareForClean: 20> Deleting file "sph_recv_test.dir\Release\sph_recv_test.lastbuildstate". 19> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 20>InitializeBuildStatus: 20> Touching "sph_recv_test.dir\Release\sph_recv_test.unsuccessfulbuild". 20>CustomBuild: 20> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 19>ClCompile: 19> sph_send_test.cpp 20> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 21>------ Rebuild All started: Project: rx_timed_samples, Configuration: Release x64 ------ 20>ClCompile: 20> sph_recv_test.cpp 21>Build started 2011/10/17 06:56:17 PM. 21>_PrepareForClean: 21> Deleting file "rx_timed_samples.dir\Release\rx_timed_samples.lastbuildstate". 21>InitializeBuildStatus: 21> Touching "rx_timed_samples.dir\Release\rx_timed_samples.unsuccessfulbuild". 21>CustomBuild: 21> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 21> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 21>ClCompile: 21> rx_timed_samples.cpp 12>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 12> 12>Build FAILED. 12> 12>Time Elapsed 00:00:09.86 16>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 16> 16>Build FAILED. 16> 16>Time Elapsed 00:00:05.22 22>------ Rebuild All started: Project: rx_samples_to_udp, Configuration: Release x64 ------ 22>Build started 2011/10/17 06:56:18 PM. 22>_PrepareForClean: 22> Deleting file "rx_samples_to_udp.dir\Release\rx_samples_to_udp.lastbuildstate". 22>InitializeBuildStatus: 22> Touching "rx_samples_to_udp.dir\Release\rx_samples_to_udp.unsuccessfulbuild". 22>CustomBuild: 22> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 23>------ Rebuild All started: Project: rx_samples_to_file, Configuration: Release x64 ------ 23>Build started 2011/10/17 06:56:18 PM. 23>_PrepareForClean: 23> Deleting file "rx_samples_to_file.dir\Release\rx_samples_to_file.lastbuildstate". 23>InitializeBuildStatus: 23> Touching "rx_samples_to_file.dir\Release\rx_samples_to_file.unsuccessfulbuild". 22> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 23>CustomBuild: 23> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 22>ClCompile: 22> rx_samples_to_udp.cpp 23> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 13>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 13> 13>Build FAILED. 13> 13>Time Elapsed 00:00:07.34 23>ClCompile: 23> rx_samples_to_file.cpp 18>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 24>------ Rebuild All started: Project: rx_multi_samples, Configuration: Release x64 ------ 18> 18>Build FAILED. 18> 18>Time Elapsed 00:00:02.64 24>Build started 2011/10/17 06:56:18 PM. 24>_PrepareForClean: 24> Deleting file "rx_multi_samples.dir\Release\rx_multi_samples.lastbuildstate". 24>InitializeBuildStatus: 24> Touching "rx_multi_samples.dir\Release\rx_multi_samples.unsuccessfulbuild". 24>CustomBuild: 24> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 24> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 24>ClCompile: 24> rx_multi_samples.cpp 25>------ Rebuild All started: Project: ranges_test, Configuration: Release x64 ------ 19>d:\uhd_003_003_000\host\tests\../lib/transport/super_send_packet_handler.hpp(214): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 25>Build started 2011/10/17 06:56:19 PM. 25>_PrepareForClean: 25> Deleting file "ranges_test.dir\Release\ranges_test.lastbuildstate". 25>InitializeBuildStatus: 25> Touching "ranges_test.dir\Release\ranges_test.unsuccessfulbuild". 19>..\..\tests\sph_send_test.cpp(130): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 25>CustomBuild: 25> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 20>d:\uhd_003_003_000\host\tests\../lib/transport/super_recv_packet_handler.hpp(320): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>d:\uhd_003_003_000\host\tests\../lib/transport/super_recv_packet_handler.hpp(474): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>d:\uhd_003_003_000\host\tests\../lib/transport/super_recv_packet_handler.hpp(551): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 25> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 20>..\..\tests\sph_recv_test.cpp(163): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(239): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(246): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 25>ClCompile: 25> ranges_test.cpp 20>..\..\tests\sph_recv_test.cpp(333): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(344): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(429): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(518): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(525): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(614): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(701): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 20>..\..\tests\sph_recv_test.cpp(716): warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data 19>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 19> 19>Build FAILED. 19> 19>Time Elapsed 00:00:04.62 26>------ Rebuild All started: Project: property_test, Configuration: Release x64 ------ 26>Build started 2011/10/17 06:56:21 PM. 26>_PrepareForClean: 26> Deleting file "property_test.dir\Release\property_test.lastbuildstate". 26>InitializeBuildStatus: 26> Touching "property_test.dir\Release\property_test.unsuccessfulbuild". 25>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 25> 25>Build FAILED. 25> 25>Time Elapsed 00:00:02.43 26>CustomBuild: 26> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 26> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 21>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 21> 21>Build FAILED. 21> 21>Time Elapsed 00:00:04.74 27>------ Rebuild All started: Project: msg_test, Configuration: Release x64 ------ 27>Build started 2011/10/17 06:56:21 PM. 27>_PrepareForClean: 27> Deleting file "msg_test.dir\Release\msg_test.lastbuildstate". 26>ClCompile: 26> property_test.cpp 27>InitializeBuildStatus: 27> Touching "msg_test.dir\Release\msg_test.unsuccessfulbuild". 27>CustomBuild: 27> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 27> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 28>------ Rebuild All started: Project: module_test, Configuration: Release x64 ------ 28>Build started 2011/10/17 06:56:22 PM. 28>_PrepareForClean: 28> Deleting file "module_test.dir\Release\module_test.lastbuildstate". 28>InitializeBuildStatus: 28> Touching "module_test.dir\Release\module_test.unsuccessfulbuild". 27>ClCompile: 27> msg_test.cpp 28>CustomBuild: 28> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 28> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 28>ClCompile: 28> module_test.cpp 28>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 28> 28>Build FAILED. 28> 28>Time Elapsed 00:00:00.93 29>------ Rebuild All started: Project: latency_test, Configuration: Release x64 ------ 29>Build started 2011/10/17 06:56:23 PM. 29>_PrepareForClean: 29> Deleting file "latency_test.dir\Release\latency_test.lastbuildstate". 29>InitializeBuildStatus: 29> Touching "latency_test.dir\Release\latency_test.unsuccessfulbuild". 29>CustomBuild: 29> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 29> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 29>ClCompile: 29> latency_test.cpp 27>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 27> 27>Build FAILED. 27> 27>Time Elapsed 00:00:02.22 30>------ Rebuild All started: Project: gain_group_test, Configuration: Release x64 ------ 30>Build started 2011/10/17 06:56:24 PM. 30>_PrepareForClean: 30> Deleting file "gain_group_test.dir\Release\gain_group_test.lastbuildstate". 30>InitializeBuildStatus: 30> Touching "gain_group_test.dir\Release\gain_group_test.unsuccessfulbuild". 30>CustomBuild: 30> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 30> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 30>ClCompile: 30> gain_group_test.cpp 26>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 26> 26>Build FAILED. 26> 26>Time Elapsed 00:00:03.35 17>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 17> 17>Build FAILED. 17> 17>Time Elapsed 00:00:11.54 31>------ Rebuild All started: Project: fx2_init_eeprom, Configuration: Release x64 ------ 31>Build started 2011/10/17 06:56:25 PM. 31>_PrepareForClean: 31> Deleting file "fx2_init_eeprom.dir\Release\fx2_init_eeprom.lastbuildstate". 31>InitializeBuildStatus: 31> Touching "fx2_init_eeprom.dir\Release\fx2_init_eeprom.unsuccessfulbuild". 31>CustomBuild: 31> Building Custom Rule D:/UHD_003_003_000/host/utils/CMakeLists.txt 24>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 24> 24>Build FAILED. 24> 24>Time Elapsed 00:00:06.50 23>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 32>------ Rebuild All started: Project: error_test, Configuration: Release x64 ------ 23> 23>Build FAILED. 23> 23>Time Elapsed 00:00:07.06 33>------ Rebuild All started: Project: dict_test, Configuration: Release x64 ------ 32>Build started 2011/10/17 06:56:25 PM. 31> CMake does not need to re-run because D:\UHD_003_003_000\host\build\utils\CMakeFiles\generate.stamp is up-to-date. 32>_PrepareForClean: 32> Deleting file "error_test.dir\Release\error_test.lastbuildstate". 33>Build started 2011/10/17 06:56:25 PM. 33>_PrepareForClean: 33> Deleting file "dict_test.dir\Release\dict_test.lastbuildstate". 32>InitializeBuildStatus: 32> Touching "error_test.dir\Release\error_test.unsuccessfulbuild". 33>InitializeBuildStatus: 33> Touching "dict_test.dir\Release\dict_test.unsuccessfulbuild". 32>CustomBuild: 32> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 33>CustomBuild: 33> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 31>ClCompile: 31> fx2_init_eeprom.cpp 32> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 33> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 34>------ Rebuild All started: Project: convert_test, Configuration: Release x64 ------ 32>ClCompile: 32> error_test.cpp 34>Build started 2011/10/17 06:56:25 PM. 34>_PrepareForClean: 34> Deleting file "convert_test.dir\Release\convert_test.lastbuildstate". 33>ClCompile: 33> dict_test.cpp 34>InitializeBuildStatus: 34> Touching "convert_test.dir\Release\convert_test.unsuccessfulbuild". 34>CustomBuild: 34> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 34> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 34>ClCompile: 34> convert_test.cpp 20>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 20> 20>Build FAILED. 20> 20>Time Elapsed 00:00:10.43 35>------ Rebuild All started: Project: byteswap_test, Configuration: Release x64 ------ 35>Build started 2011/10/17 06:56:27 PM. 35>_PrepareForClean: 35> Deleting file "byteswap_test.dir\Release\byteswap_test.lastbuildstate". 35>InitializeBuildStatus: 35> Touching "byteswap_test.dir\Release\byteswap_test.unsuccessfulbuild". 35>CustomBuild: 35> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 35> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 22>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 22> 22>Build FAILED. 22> 22>Time Elapsed 00:00:09.96 35>ClCompile: 35> byteswap_test.cpp 29>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 36>------ Rebuild All started: Project: buffer_test, Configuration: Release x64 ------ 29> 29>Build FAILED. 29> 29>Time Elapsed 00:00:04.96 36>Build started 2011/10/17 06:56:28 PM. 36>_PrepareForClean: 36> Deleting file "buffer_test.dir\Release\buffer_test.lastbuildstate". 36>InitializeBuildStatus: 36> Touching "buffer_test.dir\Release\buffer_test.unsuccessfulbuild". 36>CustomBuild: 36> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 36> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 36>ClCompile: 36> buffer_test.cpp 37>------ Rebuild All started: Project: benchmark_rate, Configuration: Release x64 ------ 37>Build started 2011/10/17 06:56:28 PM. 37>_PrepareForClean: 37> Deleting file "benchmark_rate.dir\Release\benchmark_rate.lastbuildstate". 37>InitializeBuildStatus: 37> Touching "benchmark_rate.dir\Release\benchmark_rate.unsuccessfulbuild". 37>CustomBuild: 37> Building Custom Rule D:/UHD_003_003_000/host/examples/CMakeLists.txt 30>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 30> 30>Build FAILED. 30> 30>Time Elapsed 00:00:04.37 37> CMake does not need to re-run because D:\UHD_003_003_000\host\build\examples\CMakeFiles\generate.stamp is up-to-date. 37>ClCompile: 37> benchmark_rate.cpp 34>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 34> 34>Build FAILED. 34> 34>Time Elapsed 00:00:03.44 38>------ Rebuild All started: Project: addr_test, Configuration: Release x64 ------ 38>Build started 2011/10/17 06:56:29 PM. 38>_PrepareForClean: 38> Deleting file "addr_test.dir\Release\addr_test.lastbuildstate". 38>InitializeBuildStatus: 38> Touching "addr_test.dir\Release\addr_test.unsuccessfulbuild". 38>CustomBuild: 38> Building Custom Rule D:/UHD_003_003_000/host/tests/CMakeLists.txt 31>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 38> CMake does not need to re-run because D:\UHD_003_003_000\host\build\tests\CMakeFiles\generate.stamp is up-to-date. 31> 31>Build FAILED. 31> 31>Time Elapsed 00:00:04.20 38>ClCompile: 38> addr_test.cpp 33>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 33> 33>Build FAILED. 33> 33>Time Elapsed 00:00:04.36 32>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 32> 32>Build FAILED. 32> 32>Time Elapsed 00:00:04.58 35>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 35> 35>Build FAILED. 35> 35>Time Elapsed 00:00:02.31 38>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 38> 38>Build FAILED. 38> 38>Time Elapsed 00:00:02.33 36>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 36> 36>Build FAILED. 36> 36>Time Elapsed 00:00:03.42 37>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 37> 37>Build FAILED. 37> 37>Time Elapsed 00:00:04.98 39>------ Rebuild All started: Project: ALL_BUILD, Configuration: Release x64 ------ 39>Build started 2011/10/17 06:56:33 PM. 39>_PrepareForClean: 39> Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.lastbuildstate". 39>InitializeBuildStatus: 39> Creating "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified. 39>CustomBuild: 39> Building Custom Rule D:/UHD_003_003_000/host/CMakeLists.txt 39> CMake does not need to re-run because D:\UHD_003_003_000\host\build\CMakeFiles\generate.stamp is up-to-date. 39>FinalizeBuildStatus: 39> Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild". 39> Touching "x64\Release\ALL_BUILD\ALL_BUILD.lastbuildstate". 39> 39>Build succeeded. 39> 39>Time Elapsed 00:00:00.22 ========== Rebuild All: 4 succeeded, 35 failed, 0 skipped ==========
JB
Josh Blum
Mon, Oct 17, 2011 5:28 PM

On 10/17/2011 09:57 AM, Ryan van den Bergh wrote:

Hi,

I've been trying to compile the UHD libraries as I need a 64-bit Windows
version for a project I'm working on. I tried earlier this year and I
eventually gave up out of frustration and switched to the 32-bit binary from
the Ettus website. Unfortunately I no longer have this option.

I installed all the dependencies successfully, and generated 64-bit Boost
libraries using bjam. I then used CMAKE to generate the Visual Studio
project. The output from the CMAKE log is at the bottom of the email.

All of this seems to proceed without any problems, until I attempt to try
and compile the libraries in Visual Studio itself. I get linking errors
where it says it can't open various Boost libraries, but when I checked, the
libraries are there and I tested that they can be accessed using various
demo programs. I suspect that the problem is that CMAKE only requires the
boost include path and not the boost library path, but I'm not 100% certain.

I'll also include the output of the Visual Studio build below the CMAKE log.
My apologies for the long email, but I figured it best to provide as much
detail as possible so that hopefully someone can work out what's gone wrong.

Thanks,

Ryan van den Bergh

Boost libraries come in like 6 different flavors some of which off the
top of my head are debug/release and or single/multi-thread. Perhaps you
didnt build the right flavor or variant that cmake/msvc was looking for.

What variant was the linker looking for when you built uhd? You can
usually tell by the suffix on the end of the library file name.

Ive never had to build boost myself, so its just an educated guess.

-Josh

On 10/17/2011 09:57 AM, Ryan van den Bergh wrote: > Hi, > > I've been trying to compile the UHD libraries as I need a 64-bit Windows > version for a project I'm working on. I tried earlier this year and I > eventually gave up out of frustration and switched to the 32-bit binary from > the Ettus website. Unfortunately I no longer have this option. > > I installed all the dependencies successfully, and generated 64-bit Boost > libraries using bjam. I then used CMAKE to generate the Visual Studio > project. The output from the CMAKE log is at the bottom of the email. > > All of this seems to proceed without any problems, until I attempt to try > and compile the libraries in Visual Studio itself. I get linking errors > where it says it can't open various Boost libraries, but when I checked, the > libraries are there and I tested that they can be accessed using various > demo programs. I suspect that the problem is that CMAKE only requires the > boost include path and not the boost library path, but I'm not 100% certain. > > I'll also include the output of the Visual Studio build below the CMAKE log. > My apologies for the long email, but I figured it best to provide as much > detail as possible so that hopefully someone can work out what's gone wrong. > > Thanks, > > Ryan van den Bergh Boost libraries come in like 6 different flavors some of which off the top of my head are debug/release and or single/multi-thread. Perhaps you didnt build the right flavor or variant that cmake/msvc was looking for. What variant was the linker looking for when you built uhd? You can usually tell by the suffix on the end of the library file name. Ive never had to build boost myself, so its just an educated guess. -Josh