usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

CMAKE doesn't find Python version when Building UHD

RV
Ryan van den Bergh
Wed, Jun 1, 2011 8:11 AM

Hi Everyone,

I've been having serious issues trying to use the UHD library. I've managed
to sort out most of my problems thus far, but now I'm completely stumped.

At the moment, I'm trying to build the UHD library in an attempt to solve
some of my other issues. I've installed all the correct dependencies, and
checked that they work.

The problem occurs when I try to generate the project using CMAKE. It seems
like it isn't detecting that I have the correct Python and Cheetah modules
installed. Perhaps it's because I've installed Python to a separate drive (I
keep a separate hard drive for development to avoid problems if my main
drive crashes)?

I tried examining the CMAKE files that come with the UHD source, but I can't
see anything obviously that I should change - although I will admit I've
never used CMAKE before and therefore I am NOT an expert.

I'd appreciate any thoughts/comments/assistance that anyone is able to
provide. I've placed the CMAKE generator output below, and I'm using Visual
Studio 10 Win64 as a compiler.

Thanks,

Ryan

Configuring the python interpreter...

Python interpreter: D:/Python27/python.exe

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

Configuring Boost C++ Libraries...

Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1

Boost library directories:

Boost libraries:

Python checking for Python version 2.6 or greater

Python checking for Python version 2.6 or greater - unknown error

Python checking for Cheetah templates 2.0.0 or greater

Python checking for Cheetah templates 2.0.0 or greater - unknown error

Configuring LibUHD support...

Dependency Boost_FOUND = TRUE

Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE

Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE

Disabling LibUHD support.

Override with -DENABLE_LIBUHD=ON/OFF

Configuring Examples support...

Dependency ENABLE_LIBUHD = OFF

Disabling Examples support.

Override with -DENABLE_EXAMPLES=ON/OFF

Configuring Utils support...

Dependency ENABLE_LIBUHD = OFF

Disabling Utils support.

Override with -DENABLE_UTILS=ON/OFF

Configuring Tests support...

Dependency ENABLE_LIBUHD = OFF

Disabling Tests support.

Override with -DENABLE_TESTS=ON/OFF

Found Docutils: D:/docutils/tools/rst2html.py

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

Configuring USRP-E Utils support...

Dependency LINUX =

Disabling USRP-E Utils support.

Override with -DENABLE_USRP_E_UTILS=ON/OFF

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

UHD enabled components

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

  • Manual

  • Doxygen

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

UHD disabled components

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

  • LibUHD

  • Examples

  • Utils

  • Tests

  • USRP-E Utils

Building version: 003.001.000-unknown

Using install prefix: C:/Program Files/UHD

Configuring done

Hi Everyone, I've been having serious issues trying to use the UHD library. I've managed to sort out most of my problems thus far, but now I'm completely stumped. At the moment, I'm trying to build the UHD library in an attempt to solve some of my other issues. I've installed all the correct dependencies, and checked that they work. The problem occurs when I try to generate the project using CMAKE. It seems like it isn't detecting that I have the correct Python and Cheetah modules installed. Perhaps it's because I've installed Python to a separate drive (I keep a separate hard drive for development to avoid problems if my main drive crashes)? I tried examining the CMAKE files that come with the UHD source, but I can't see anything obviously that I should change - although I will admit I've never used CMAKE before and therefore I am NOT an expert. I'd appreciate any thoughts/comments/assistance that anyone is able to provide. I've placed the CMAKE generator output below, and I'm using Visual Studio 10 Win64 as a compiler. Thanks, Ryan Configuring the python interpreter... Python interpreter: D:/Python27/python.exe Override with: -DPYTHON_EXECUTABLE=<path-to-python> Configuring Boost C++ Libraries... Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1 Boost library directories: Boost libraries: Python checking for Python version 2.6 or greater Python checking for Python version 2.6 or greater - unknown error Python checking for Cheetah templates 2.0.0 or greater Python checking for Cheetah templates 2.0.0 or greater - unknown error Configuring LibUHD support... Dependency Boost_FOUND = TRUE Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE Disabling LibUHD support. Override with -DENABLE_LIBUHD=ON/OFF Configuring Examples support... Dependency ENABLE_LIBUHD = OFF Disabling Examples support. Override with -DENABLE_EXAMPLES=ON/OFF Configuring Utils support... Dependency ENABLE_LIBUHD = OFF Disabling Utils support. Override with -DENABLE_UTILS=ON/OFF Configuring Tests support... Dependency ENABLE_LIBUHD = OFF Disabling Tests support. Override with -DENABLE_TESTS=ON/OFF Found Docutils: D:/docutils/tools/rst2html.py 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 Configuring USRP-E Utils support... Dependency LINUX = Disabling USRP-E Utils support. Override with -DENABLE_USRP_E_UTILS=ON/OFF ###################################################### # UHD enabled components ###################################################### * Manual * Doxygen ###################################################### # UHD disabled components ###################################################### * LibUHD * Examples * Utils * Tests * USRP-E Utils Building version: 003.001.000-unknown Using install prefix: C:/Program Files/UHD Configuring done
RV
Ryan van den Bergh
Wed, Jun 1, 2011 2:14 PM

Hi,

I've managed to solve my problem, and I thought I'd put the explanation here
in case anyone else has similar problems. The solution is quite simple: run
CMAKE with administrator rights in Windows.

Ryan

On Wed, Jun 1, 2011 at 10:11 AM, Ryan van den Bergh <
ryan.vandenbergh@gmail.com> wrote:

Hi Everyone,

I've been having serious issues trying to use the UHD library. I've managed
to sort out most of my problems thus far, but now I'm completely stumped.

At the moment, I'm trying to build the UHD library in an attempt to solve
some of my other issues. I've installed all the correct dependencies, and
checked that they work.

The problem occurs when I try to generate the project using CMAKE. It seems
like it isn't detecting that I have the correct Python and Cheetah modules
installed. Perhaps it's because I've installed Python to a separate drive (I
keep a separate hard drive for development to avoid problems if my main
drive crashes)?

I tried examining the CMAKE files that come with the UHD source, but I
can't see anything obviously that I should change - although I will admit
I've never used CMAKE before and therefore I am NOT an expert.

I'd appreciate any thoughts/comments/assistance that anyone is able to
provide. I've placed the CMAKE generator output below, and I'm using Visual
Studio 10 Win64 as a compiler.

Thanks,

Ryan

Configuring the python interpreter...

Python interpreter: D:/Python27/python.exe

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

Configuring Boost C++ Libraries...

Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1

Boost library directories:

Boost libraries:

Python checking for Python version 2.6 or greater

Python checking for Python version 2.6 or greater - unknown error

Python checking for Cheetah templates 2.0.0 or greater

Python checking for Cheetah templates 2.0.0 or greater - unknown error

Configuring LibUHD support...

Dependency Boost_FOUND = TRUE

Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE

Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE

Disabling LibUHD support.

Override with -DENABLE_LIBUHD=ON/OFF

Configuring Examples support...

Dependency ENABLE_LIBUHD = OFF

Disabling Examples support.

Override with -DENABLE_EXAMPLES=ON/OFF

Configuring Utils support...

Dependency ENABLE_LIBUHD = OFF

Disabling Utils support.

Override with -DENABLE_UTILS=ON/OFF

Configuring Tests support...

Dependency ENABLE_LIBUHD = OFF

Disabling Tests support.

Override with -DENABLE_TESTS=ON/OFF

Found Docutils: D:/docutils/tools/rst2html.py

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

Configuring USRP-E Utils support...

Dependency LINUX =

Disabling USRP-E Utils support.

Override with -DENABLE_USRP_E_UTILS=ON/OFF

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

UHD enabled components

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

  • Manual

  • Doxygen

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

UHD disabled components

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

  • LibUHD

  • Examples

  • Utils

  • Tests

  • USRP-E Utils

Building version: 003.001.000-unknown

Using install prefix: C:/Program Files/UHD

Configuring done

Hi, I've managed to solve my problem, and I thought I'd put the explanation here in case anyone else has similar problems. The solution is quite simple: run CMAKE with administrator rights in Windows. Ryan On Wed, Jun 1, 2011 at 10:11 AM, Ryan van den Bergh < ryan.vandenbergh@gmail.com> wrote: > Hi Everyone, > > I've been having serious issues trying to use the UHD library. I've managed > to sort out most of my problems thus far, but now I'm completely stumped. > > At the moment, I'm trying to build the UHD library in an attempt to solve > some of my other issues. I've installed all the correct dependencies, and > checked that they work. > > The problem occurs when I try to generate the project using CMAKE. It seems > like it isn't detecting that I have the correct Python and Cheetah modules > installed. Perhaps it's because I've installed Python to a separate drive (I > keep a separate hard drive for development to avoid problems if my main > drive crashes)? > > I tried examining the CMAKE files that come with the UHD source, but I > can't see anything obviously that I should change - although I will admit > I've never used CMAKE before and therefore I am NOT an expert. > > I'd appreciate any thoughts/comments/assistance that anyone is able to > provide. I've placed the CMAKE generator output below, and I'm using Visual > Studio 10 Win64 as a compiler. > > Thanks, > > Ryan > > > Configuring the python interpreter... > > Python interpreter: D:/Python27/python.exe > > Override with: -DPYTHON_EXECUTABLE=<path-to-python> > > Configuring Boost C++ Libraries... > > Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1 > > Boost library directories: > > Boost libraries: > > Python checking for Python version 2.6 or greater > > Python checking for Python version 2.6 or greater - unknown error > > Python checking for Cheetah templates 2.0.0 or greater > > Python checking for Cheetah templates 2.0.0 or greater - unknown error > > Configuring LibUHD support... > > Dependency Boost_FOUND = TRUE > > Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE > > Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE > > Disabling LibUHD support. > > Override with -DENABLE_LIBUHD=ON/OFF > > Configuring Examples support... > > Dependency ENABLE_LIBUHD = OFF > > Disabling Examples support. > > Override with -DENABLE_EXAMPLES=ON/OFF > > Configuring Utils support... > > Dependency ENABLE_LIBUHD = OFF > > Disabling Utils support. > > Override with -DENABLE_UTILS=ON/OFF > > Configuring Tests support... > > Dependency ENABLE_LIBUHD = OFF > > Disabling Tests support. > > Override with -DENABLE_TESTS=ON/OFF > > Found Docutils: D:/docutils/tools/rst2html.py > > 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 > > Configuring USRP-E Utils support... > > Dependency LINUX = > > Disabling USRP-E Utils support. > > Override with -DENABLE_USRP_E_UTILS=ON/OFF > > ###################################################### > > # UHD enabled components > > ###################################################### > > * Manual > > * Doxygen > > ###################################################### > > # UHD disabled components > > ###################################################### > > * LibUHD > > * Examples > > * Utils > > * Tests > > * USRP-E Utils > > Building version: 003.001.000-unknown > > Using install prefix: C:/Program Files/UHD > > Configuring done > >
JB
Josh Blum
Wed, Jun 1, 2011 5:17 PM

On 06/01/2011 07:14 AM, Ryan van den Bergh wrote:

Hi,

I've managed to solve my problem, and I thought I'd put the explanation here
in case anyone else has similar problems. The solution is quite simple: run
CMAKE with administrator rights in Windows.

If it helps; you can manually set the PYTHON_EXECUTABLE variable in the
cmake gui to the python interpreter of your choice. -Josh

Ryan

On Wed, Jun 1, 2011 at 10:11 AM, Ryan van den Bergh <
ryan.vandenbergh@gmail.com> wrote:

Hi Everyone,

I've been having serious issues trying to use the UHD library. I've managed
to sort out most of my problems thus far, but now I'm completely stumped.

At the moment, I'm trying to build the UHD library in an attempt to solve
some of my other issues. I've installed all the correct dependencies, and
checked that they work.

The problem occurs when I try to generate the project using CMAKE. It seems
like it isn't detecting that I have the correct Python and Cheetah modules
installed. Perhaps it's because I've installed Python to a separate drive (I
keep a separate hard drive for development to avoid problems if my main
drive crashes)?

I tried examining the CMAKE files that come with the UHD source, but I
can't see anything obviously that I should change - although I will admit
I've never used CMAKE before and therefore I am NOT an expert.

I'd appreciate any thoughts/comments/assistance that anyone is able to
provide. I've placed the CMAKE generator output below, and I'm using Visual
Studio 10 Win64 as a compiler.

Thanks,

Ryan

Configuring the python interpreter...

Python interpreter: D:/Python27/python.exe

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

Configuring Boost C++ Libraries...

Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1

Boost library directories:

Boost libraries:

Python checking for Python version 2.6 or greater

Python checking for Python version 2.6 or greater - unknown error

Python checking for Cheetah templates 2.0.0 or greater

Python checking for Cheetah templates 2.0.0 or greater - unknown error

Configuring LibUHD support...

Dependency Boost_FOUND = TRUE

Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE

Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE

Disabling LibUHD support.

Override with -DENABLE_LIBUHD=ON/OFF

Configuring Examples support...

Dependency ENABLE_LIBUHD = OFF

Disabling Examples support.

Override with -DENABLE_EXAMPLES=ON/OFF

Configuring Utils support...

Dependency ENABLE_LIBUHD = OFF

Disabling Utils support.

Override with -DENABLE_UTILS=ON/OFF

Configuring Tests support...

Dependency ENABLE_LIBUHD = OFF

Disabling Tests support.

Override with -DENABLE_TESTS=ON/OFF

Found Docutils: D:/docutils/tools/rst2html.py

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

Configuring USRP-E Utils support...

Dependency LINUX =

Disabling USRP-E Utils support.

Override with -DENABLE_USRP_E_UTILS=ON/OFF

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

UHD enabled components

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

  • Manual

  • Doxygen

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

UHD disabled components

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

  • LibUHD

  • Examples

  • Utils

  • Tests

  • USRP-E Utils

Building version: 003.001.000-unknown

Using install prefix: C:/Program Files/UHD

Configuring done

On 06/01/2011 07:14 AM, Ryan van den Bergh wrote: > Hi, > > I've managed to solve my problem, and I thought I'd put the explanation here > in case anyone else has similar problems. The solution is quite simple: run > CMAKE with administrator rights in Windows. > If it helps; you can manually set the PYTHON_EXECUTABLE variable in the cmake gui to the python interpreter of your choice. -Josh > Ryan > > On Wed, Jun 1, 2011 at 10:11 AM, Ryan van den Bergh < > ryan.vandenbergh@gmail.com> wrote: > >> Hi Everyone, >> >> I've been having serious issues trying to use the UHD library. I've managed >> to sort out most of my problems thus far, but now I'm completely stumped. >> >> At the moment, I'm trying to build the UHD library in an attempt to solve >> some of my other issues. I've installed all the correct dependencies, and >> checked that they work. >> >> The problem occurs when I try to generate the project using CMAKE. It seems >> like it isn't detecting that I have the correct Python and Cheetah modules >> installed. Perhaps it's because I've installed Python to a separate drive (I >> keep a separate hard drive for development to avoid problems if my main >> drive crashes)? >> >> I tried examining the CMAKE files that come with the UHD source, but I >> can't see anything obviously that I should change - although I will admit >> I've never used CMAKE before and therefore I am NOT an expert. >> >> I'd appreciate any thoughts/comments/assistance that anyone is able to >> provide. I've placed the CMAKE generator output below, and I'm using Visual >> Studio 10 Win64 as a compiler. >> >> Thanks, >> >> Ryan >> >> >> Configuring the python interpreter... >> >> Python interpreter: D:/Python27/python.exe >> >> Override with: -DPYTHON_EXECUTABLE=<path-to-python> >> >> Configuring Boost C++ Libraries... >> >> Boost include directories: C:/Program Files (x86)/boost/boost_1_46_1 >> >> Boost library directories: >> >> Boost libraries: >> >> Python checking for Python version 2.6 or greater >> >> Python checking for Python version 2.6 or greater - unknown error >> >> Python checking for Cheetah templates 2.0.0 or greater >> >> Python checking for Cheetah templates 2.0.0 or greater - unknown error >> >> Configuring LibUHD support... >> >> Dependency Boost_FOUND = TRUE >> >> Dependency HAVE_PYTHON_PLAT_MIN_VERSION = FALSE >> >> Dependency HAVE_PYTHON_MODULE_CHEETAH = FALSE >> >> Disabling LibUHD support. >> >> Override with -DENABLE_LIBUHD=ON/OFF >> >> Configuring Examples support... >> >> Dependency ENABLE_LIBUHD = OFF >> >> Disabling Examples support. >> >> Override with -DENABLE_EXAMPLES=ON/OFF >> >> Configuring Utils support... >> >> Dependency ENABLE_LIBUHD = OFF >> >> Disabling Utils support. >> >> Override with -DENABLE_UTILS=ON/OFF >> >> Configuring Tests support... >> >> Dependency ENABLE_LIBUHD = OFF >> >> Disabling Tests support. >> >> Override with -DENABLE_TESTS=ON/OFF >> >> Found Docutils: D:/docutils/tools/rst2html.py >> >> 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 >> >> Configuring USRP-E Utils support... >> >> Dependency LINUX = >> >> Disabling USRP-E Utils support. >> >> Override with -DENABLE_USRP_E_UTILS=ON/OFF >> >> ###################################################### >> >> # UHD enabled components >> >> ###################################################### >> >> * Manual >> >> * Doxygen >> >> ###################################################### >> >> # UHD disabled components >> >> ###################################################### >> >> * LibUHD >> >> * Examples >> >> * Utils >> >> * Tests >> >> * USRP-E Utils >> >> Building version: 003.001.000-unknown >> >> Using install prefix: C:/Program Files/UHD >> >> Configuring done >> >> > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
RV
Ryan van den Bergh
Thu, Jun 2, 2011 8:52 AM

Hi Josh,

Thanks I did do that originally, but it seems windows wouldn't allow CMAKE
to run the python executable unless I ran CMAKE as an administrator. I
really really hate windows sometimes!

Unfortunately I now have a different problem that I can't solve. It seems
MSVC can't link the UHD files once they've been compiled. I've checked to
make certain Boost and the other dependencies are installed correctly, but
the compiler is complaining that it can't open one of the Boost libraries.
Have you, or anyone else, seen this before? Do you have any ideas on what
could be causing it? I've reinstalled boost three times, and even compiled
it from source in case the ProBoost installer isn't working. The error just
keeps occurring.

I'm adding the compiler output below. Sorry it's a bit long, but I'm really
hoping someone can shed some light on this - it's driving me nuts!

Thanks,

Ryan

1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32

1>Build started 2011/06/02 10:47:03 AM.
1>InitializeBuildStatus:
1>  Creating "Win32\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/build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/docs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/examples/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/uhd/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/uhd/transport/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/uhd/types/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/uhd/usrp/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/include/uhd/utils/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/lib/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/tests/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/utils/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because
D:/UHD/build/usrp_e_utils/CMakeFiles/generate.stamp is up-to-date.
1>FinalizeBuildStatus:
1>  Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1>  Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.20
2>------ Build started: Project: uhd, Configuration: Release Win32 ------
3>------ Build started: Project: manual_html, Configuration: Release Win32

4>------ Build started: Project: doxygen_docs, Configuration: Release Win32

2>Build started 2011/06/02 10:47:03 AM.
3>Build started 2011/06/02 10:47:03 AM.
4>Build started 2011/06/02 10:47:04 AM.
4>InitializeBuildStatus:
4>  Creating "Win32\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild"
because "AlwaysCreate" was specified.
2>InitializeBuildStatus:
2>  Touching "uhd.dir\Release\uhd.unsuccessfulbuild".
3>InitializeBuildStatus:
3>  Creating "Win32\Release\manual_html\manual_html.unsuccessfulbuild"
because "AlwaysCreate" was specified.
2>CustomBuild:
2>  Generating D:/UHD/build/lib/ic_reg_maps/adf4350_regs.hpp
3>CustomBuild:
3>  Generating D:/UHD/build/docs/index.html
4>CustomBuild:
4>  Generating documentation with doxygen
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/host/include
4>  Searching for files in directory D:/UHD/host/include/uhd
4>  Searching for files in directory D:/UHD/host/include/uhd/transport
4>  Searching for files in directory D:/UHD/host/include/uhd/types
4>  Searching for files in directory D:/UHD/host/include/uhd/usrp
4>  Searching for files in directory D:/UHD/host/include/uhd/utils
4>  Reading and parsing tag files
4>  Preprocessing D:/UHD/host/include/uhd/config.hpp...
4>  Parsing file D:/UHD/host/include/uhd/config.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/convert.hpp...
4>  Parsing file D:/UHD/host/include/uhd/convert.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/device.hpp...
4>  Parsing file D:/UHD/host/include/uhd/device.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/exception.hpp...
4>  Parsing file D:/UHD/host/include/uhd/exception.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/bounded_buffer.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/bounded_buffer.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/buffer_pool.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/buffer_pool.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/if_addrs.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/if_addrs.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/udp_simple.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/udp_simple.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/udp_zero_copy.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/udp_zero_copy.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/usb_control.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/usb_control.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/usb_device_handle.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/usb_device_handle.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/usb_zero_copy.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/usb_zero_copy.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/vrt_if_packet.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/vrt_if_packet.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/transport/zero_copy.hpp...
4>  Parsing file D:/UHD/host/include/uhd/transport/zero_copy.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/clock_config.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/clock_config.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/device_addr.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/device_addr.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/dict.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/dict.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/io_type.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/io_type.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/mac_addr.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/mac_addr.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/metadata.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/metadata.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/otw_type.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/otw_type.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/ranges.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/ranges.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/ref_vector.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/ref_vector.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/sensors.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/sensors.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/serial.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/serial.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/stream_cmd.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/stream_cmd.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/time_spec.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/time_spec.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/tune_request.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/tune_request.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/types/tune_result.hpp...
4>  Parsing file D:/UHD/host/include/uhd/types/tune_result.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/codec_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/codec_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_base.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_base.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_eeprom.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_eeprom.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_id.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_id.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_iface.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_iface.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_manager.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_manager.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dboard_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dboard_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/device_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/device_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dsp_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dsp_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/dsp_utils.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/dsp_utils.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/gps_ctrl.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/gps_ctrl.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/mboard_eeprom.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/mboard_eeprom.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/mboard_iface.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/mboard_iface.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/mboard_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/mboard_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/misc_utils.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/misc_utils.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/multi_usrp.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/multi_usrp.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/single_usrp.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/single_usrp.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/subdev_props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/subdev_props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/subdev_spec.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/subdev_spec.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/usrp/tune_helper.hpp...
4>  Parsing file D:/UHD/host/include/uhd/usrp/tune_helper.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/algorithm.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/algorithm.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/assert_has.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/assert_has.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/byteswap.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/byteswap.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/gain_group.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/gain_group.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/images.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/images.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/log.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/log.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/msg.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/msg.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/pimpl.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/pimpl.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/props.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/props.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/safe_call.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/safe_call.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/safe_main.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/safe_main.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/static.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/static.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/utils/thread_priority.hpp...
4>  Parsing file D:/UHD/host/include/uhd/utils/thread_priority.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/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/build/lib/ic_reg_maps/adf4360_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/build/docs/build.html
4>  Preprocessing D:/UHD/host/include/uhd/version.hpp...
4>  Parsing file D:/UHD/host/include/uhd/version.hpp...
4>  Preprocessing D:/UHD/host/include/uhd/wax.hpp...
4>  Parsing file D:/UHD/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/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/codec_props.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/dboard_props.hpp...
4>  Generating code for file include/uhd/usrp/device_props.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/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/build/docs/coding.html
4>  Generating code for file include/uhd/usrp/dsp_props.hpp...
4>  Generating code for file include/uhd/usrp/dsp_utils.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/mboard_props.hpp...
4>  Generating code for file include/uhd/usrp/misc_utils.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_props.hpp...
4>  Generating code for file include/uhd/usrp/subdev_spec.hpp...
4>  Generating code for file include/uhd/usrp/tune_helper.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/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/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/codec_props.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/dboard_props.hpp...
4>  Generating docs for file include/uhd/usrp/device_props.hpp...
4>  Generating docs for file include/uhd/usrp/dsp_props.hpp...
4>  Generating docs for file include/uhd/usrp/dsp_utils.hpp...
4>  Generating docs for file include/uhd/usrp/gps_ctrl.hpp...
4>  Generating docs for file include/uhd/usrp/mboard_eeprom.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/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/build/docs/dboards.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/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/build/docs/general.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>
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! "
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 } /
2>  Generating D:/UHD/build/lib/ic_reg_maps/ad7922_regs.hpp
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/build/docs/images.html
4>  Generating docs for file include/uhd/usrp/mboard_iface.hpp...
4>  Generating docs for file include/uhd/usrp/mboard_props.hpp...
4>  Generating docs for file include/uhd/usrp/misc_utils.hpp...
4>  Generating docs for file include/uhd/usrp/multi_usrp.hpp...
4>  Generating docs for file include/uhd/usrp/single_usrp.hpp...
4>  Generating docs for file include/uhd/usrp/subdev_props.hpp...
4>  Generating docs for file include/uhd/usrp/subdev_spec.hpp...
4>  Generating docs for file include/uhd/usrp/tune_helper.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/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 docs for compound gps_ctrl...
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::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...
3>  <?xml version="1.0" encoding="utf-8" ?>
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...
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">
4>  Generating docs for compound uhd::sensor_value_t...
4>  Generating docs for compound uhd::i2c_iface...
3>  <head>
4>  Generating docs for compound uhd::spi_config_t...
3>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4>  Generating docs for compound uhd::spi_iface...
3>  <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
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...
3>  <title></title>
4>  Generating docs for compound uhd::tune_result_t...
4>  Generating docs for compound uhd::gain_fcns_t...
4>  Generating docs for compound uhd::gain_group...
3>  <style type="text/css">
4>  Generating docs for compound uhd::named_prop_t...
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.
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...
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/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/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/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/build/lib/ic_reg_maps/max2118_regs.hpp
4>  Generating docs for compound uhd::transport::udp_zero_copy...
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 uhd::usrp::dsp_type1
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/host/docs/CMakeLists.txt
4>  CMake does not need to re-run because
D:\UHD\build\docs\CMakeFiles\generate.stamp is up-to-date.
4>FinalizeBuildStatus:
4>  Deleting file
"Win32\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild".
4>  Touching "Win32\Release\doxygen_docs\doxygen_docs.lastbuildstate".
4>
4>Build succeeded.
4>
4>Time Elapsed 00:00:03.49
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/build/docs/usrp2.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/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/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! "
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>
2>  Generating D:/UHD/build/lib/ic_reg_maps/ad9862_regs.hpp
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/host/docs/CMakeLists.txt
3>  CMake does not need to re-run because
D:\UHD\build\docs\CMakeFiles\generate.stamp is up-to-date.
3>FinalizeBuildStatus:
3>  Deleting file "Win32\Release\manual_html\manual_html.unsuccessfulbuild".
3>  Touching "Win32\Release\manual_html\manual_html.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:05.11
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/build/lib/ic_reg_maps/ad9522_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/build/lib/ic_reg_maps/ads62p44_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/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/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/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/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/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/host/lib/CMakeLists.txt
2>  CMake does not need to re-run because
D:\UHD\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>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\types\serial.cpp(40) : see reference to function
template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  tune.cpp
2>  types.cpp
2>  convert_general.cpp
2>  convert_impl.cpp
2>  libusb1_control.cpp
2>  libusb1_zero_copy.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\transport\libusb1_zero_copy.cpp(210) : see
reference to function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  libusb1_base.cpp
2>....\host\lib\transport\libusb1_base.cpp(209): warning C4101: 'e' :
unreferenced local variable
2>  vrt_if_packet.cpp
2>  buffer_pool.cpp
2>  udp_simple.cpp
2>  udp_zero_copy.cpp
2>  dboard_base.cpp
2>  dboard_eeprom.cpp
2>  dboard_id.cpp
2>  Generating Code...
2>  Compiling...
2>  dboard_manager.cpp
2>  dsp_utils.cpp
2>  gps_ctrl.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\gps_ctrl.cpp(64) : see reference to function
template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  mboard_eeprom.cpp
2>  misc_utils.cpp
2>  multi_usrp.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\multi_usrp.cpp(207) : see reference to
function template instantiation 'void
boost::this_thread::sleepboost::posix_time::seconds(const TimeDuration &)'
being compiled
2>          with
2>          [
2>              TimeDuration=boost::posix_time::seconds
2>          ]
2>  subdev_spec.cpp
2>  tune_helper.cpp
2>  db_basic_and_lf.cpp
2>  db_rfx.cpp
2>  db_xcvr2450.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\dboard\db_xcvr2450.cpp(244) : see reference
to function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  db_sbx.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\dboard\db_sbx.cpp(196) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  db_wbx_common.cpp
2>  db_wbx_simple.cpp
2>  db_dbsrx.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\dboard\db_dbsrx.cpp(371) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  db_unknown.cpp
2>  db_tvrx.cpp
2>  db_dbsrx2.cpp
2>  db_tvrx2.cpp
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1056): warning C4244: 'argument' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1273): warning C4244: '=' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1275): warning C4244: '=' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1288): warning C4244: '=' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1290): warning C4244: '=' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1304): warning C4244: '=' :
conversion from 'double' to 'uint32_t', possible loss of data
2>....\host\lib\usrp\dboard\db_tvrx2.cpp(1674): warning C4800: 'int' :
forcing value to bool 'true' or 'false' (performance warning)
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\dboard\db_tvrx2.cpp(1658) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  soft_time_ctrl.cpp
2>  Generating Code...
2>  Compiling...
2>  usrp1_iface.cpp
2>  usrp1_impl.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\usrp1\usrp1_impl.cpp(228) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x0f4240,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x0f4240
2>          ]
2>  usrp1_ctrl.cpp
2>....\host\lib\usrp\usrp1\usrp1_ctrl.cpp(242): warning C4244:
'initializing' : conversion from 'std::streamsize' to 'size_t', possible
loss of data
2>....\host\lib\usrp\usrp1\usrp1_ctrl.cpp(280): warning C4244: '=' :
conversion from 'std::streamsize' to 'int', possible loss of data
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\usrp1\usrp1_ctrl.cpp(189) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  usrp2_iface.cpp
2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
2>          ....\host\lib\usrp\usrp2\usrp2_iface.cpp(144) : see reference
to function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
2>          with
2>          [
2>              base_duration=boost::posix_time::time_duration,
2>              frac_of_second=0x03e8,
2>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
2>          ]
2>  usrp2_impl.cpp
2>  gain_group.cpp
2>  images.cpp
2>  log.cpp
2>  msg.cpp
2>  props.cpp
2>  static.cpp
2>  device.cpp
2>  exception.cpp
2>  wax.cpp
2>  Generating Code...
2>  time_spec.cpp
2>  convert_with_sse2.cpp
2>  if_addrs.cpp
2>  dboard_iface.cpp
2>  clock_ctrl.cpp
2>  codec_ctrl.cpp
2>  codec_impl.cpp
2>  dboard_impl.cpp
2>  dboard_iface.cpp
2>  dsp_impl.cpp
2>  io_impl.cpp
2>  mboard_impl.cpp
2>  clock_ctrl.cpp
2>  codec_ctrl.cpp
2>  codec_impl.cpp
2>  dboard_impl.cpp
2>  dboard_iface.cpp
2>  dsp_impl.cpp
2>  io_impl.cpp
2>  mboard_impl.cpp
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_46_1.lib'
2>
2>Build FAILED.
2>
2>Time Elapsed 00:03:54.15
5>------ Build started: Project: usrp_burn_db_eeprom, Configuration: Release
Win32 ------
6>------ Build started: Project: usrp1_init_eeprom, Configuration: Release
Win32 ------
7>------ Build started: Project: usrp_burn_mb_eeprom, Configuration: Release
Win32 ------
8>------ Build started: Project: vrt_test, Configuration: Release Win32

9>------ Build started: Project: uhd_usrp_probe, Configuration: Release
Win32 ------
10>------ Build started: Project: uhd_find_devices, Configuration: Release
Win32 ------
11>------ Build started: Project: wax_test, Configuration: Release Win32

12>------ Build started: Project: tx_waveforms, Configuration: Release Win32

8>Build started 2011/06/02 10:50:57 AM.
12>Build started 2011/06/02 10:50:57 AM.
5>Build started 2011/06/02 10:50:57 AM.
6>Build started 2011/06/02 10:50:57 AM.
11>Build started 2011/06/02 10:50:57 AM.
7>Build started 2011/06/02 10:50:57 AM.
10>Build started 2011/06/02 10:50:57 AM.
9>Build started 2011/06/02 10:50:57 AM.
10>InitializeBuildStatus:
10>  Touching
"uhd_find_devices.dir\Release\uhd_find_devices.unsuccessfulbuild".
5>InitializeBuildStatus:
5>  Touching
"usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.unsuccessfulbuild".
12>InitializeBuildStatus:
12>  Touching "tx_waveforms.dir\Release\tx_waveforms.unsuccessfulbuild".
9>InitializeBuildStatus:
9>  Touching "uhd_usrp_probe.dir\Release\uhd_usrp_probe.unsuccessfulbuild".
6>InitializeBuildStatus:
6>  Touching
"usrp1_init_eeprom.dir\Release\usrp1_init_eeprom.unsuccessfulbuild".
11>InitializeBuildStatus:
11>  Touching "wax_test.dir\Release\wax_test.unsuccessfulbuild".
8>InitializeBuildStatus:
8>  Touching "vrt_test.dir\Release\vrt_test.unsuccessfulbuild".
7>InitializeBuildStatus:
7>  Touching
"usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.unsuccessfulbuild".
5>CustomBuild:
5>  Building Custom Rule D:/UHD/host/utils/CMakeLists.txt
9>CustomBuild:
9>  Building Custom Rule D:/UHD/host/utils/CMakeLists.txt
7>CustomBuild:
7>  Building Custom Rule D:/UHD/host/utils/CMakeLists.txt
6>CustomBuild:
8>CustomBuild:
8>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
6>  Building Custom Rule D:/UHD/host/utils/CMakeLists.txt
10>CustomBuild:
10>  Building Custom Rule D:/UHD/host/utils/CMakeLists.txt
11>CustomBuild:
11>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
12>CustomBuild:
12>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
9>  CMake does not need to re-run because
D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date.
5>  CMake does not need to re-run because
D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date.
6>  CMake does not need to re-run because
D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date.
8>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
11>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
10>  CMake does not need to re-run because
D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date.
12>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
5>ClCompile:
5>  usrp_burn_db_eeprom.cpp
9>ClCompile:
9>  uhd_usrp_probe.cpp
10>ClCompile:
10>  uhd_find_devices.cpp
6>ClCompile:
6>  usrp1_init_eeprom.cpp
7>  CMake does not need to re-run because
D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date.
8>ClCompile:
8>  vrt_test.cpp
12>ClCompile:
12>  tx_waveforms.cpp
7>ClCompile:
7>  usrp_burn_mb_eeprom.cpp
11>ClCompile:
11>  wax_test.cpp
8>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
11>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
8>
8>Build FAILED.
8>
8>Time Elapsed 00:00:03.75
13>------ Build started: Project: tx_timed_samples, Configuration: Release
Win32 ------
11>
11>Build FAILED.
11>
11>Time Elapsed 00:00:04.21
13>Build started 2011/06/02 10:51:01 AM.
13>InitializeBuildStatus:
13>  Touching
"tx_timed_samples.dir\Release\tx_timed_samples.unsuccessfulbuild".
13>CustomBuild:
13>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
13>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
14>------ Build started: Project: tx_samples_from_file, Configuration:
Release Win32 ------
6>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
13>ClCompile:
13>  tx_timed_samples.cpp
14>Build started 2011/06/02 10:51:02 AM.
14>InitializeBuildStatus:
14>  Touching
"tx_samples_from_file.dir\Release\tx_samples_from_file.unsuccessfulbuild".
14>CustomBuild:
14>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
14>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
10>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
14>ClCompile:
14>  tx_samples_from_file.cpp
6>
6>Build FAILED.
6>
6>Time Elapsed 00:00:05.21
15>------ Build started: Project: tune_helper_test, Configuration: Release
Win32 ------
15>Build started 2011/06/02 10:51:02 AM.
15>InitializeBuildStatus:
15>  Touching
"tune_helper_test.dir\Release\tune_helper_test.unsuccessfulbuild".
15>CustomBuild:
15>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
10>
10>Build FAILED.
10>
10>Time Elapsed 00:00:05.46
15>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
12>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
15>ClCompile:
15>  tune_helper_test.cpp
16>------ Build started: Project: time_spec_test, Configuration: Release
Win32 ------
16>Build started 2011/06/02 10:51:03 AM.
16>InitializeBuildStatus:
16>  Touching "time_spec_test.dir\Release\time_spec_test.unsuccessfulbuild".
16>CustomBuild:
16>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
16>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
12>
12>Build FAILED.
12>
12>Time Elapsed 00:00:06.10
16>ClCompile:
16>  time_spec_test.cpp
9>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
17>------ Build started: Project: test_pps_input, Configuration: Release
Win32 ------
17>Build started 2011/06/02 10:51:03 AM.
17>InitializeBuildStatus:
17>  Touching "test_pps_input.dir\Release\test_pps_input.unsuccessfulbuild".
17>CustomBuild:
17>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
17>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
17>ClCompile:
17>  test_pps_input.cpp
9>
9>Build FAILED.
9>
9>Time Elapsed 00:00:06.80
14>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
14>          ....\host\examples\tx_samples_from_file.cpp(137) : see
reference to function template instantiation 'void
boost::this_thread::sleepboost::posix_time::seconds(const TimeDuration &)'
being compiled
14>          with
14>          [
14>              TimeDuration=boost::posix_time::seconds
14>          ]
14>....\host\examples\tx_samples_from_file.cpp(46): warning C4244:
'initializing' : conversion from 'std::streamsize' to 'size_t', possible
loss of data
14>          ....\host\examples\tx_samples_from_file.cpp(140) : see
reference to function template instantiation 'void
send_from_file<std::complex<double>>(uhd::usrp::multi_usrp::sptr,const
uhd::io_type_t &,const std::string &,size_t)' being compiled
14>....\host\examples\tx_samples_from_file.cpp(46): warning C4244:
'initializing' : conversion from 'std::streamsize' to 'size_t', possible
loss of data
14>          ....\host\examples\tx_samples_from_file.cpp(141) : see
reference to function template instantiation 'void
send_from_file<std::complex<float>>(uhd::usrp::multi_usrp::sptr,const
uhd::io_type_t &,const std::string &,size_t)' being compiled
14>....\host\examples\tx_samples_from_file.cpp(46): warning C4244:
'initializing' : conversion from 'std::streamsize' to 'size_t', possible
loss of data
14>          ....\host\examples\tx_samples_from_file.cpp(142) : see
reference to function template instantiation 'void
send_from_file<std::complex<_Ty>>(uhd::usrp::multi_usrp::sptr,const
uhd::io_type_t &,const std::string &,size_t)' being compiled
14>          with
14>          [
14>              _Ty=short
14>          ]
18>------ Build started: Project: test_async_messages, Configuration:
Release Win32 ------
18>Build started 2011/06/02 10:51:05 AM.
18>InitializeBuildStatus:
18>  Touching
"test_async_messages.dir\Release\test_async_messages.unsuccessfulbuild".
18>CustomBuild:
18>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
15>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
18>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
18>ClCompile:
18>  test_async_messages.cpp
15>
15>Build FAILED.
15>
15>Time Elapsed 00:00:03.20
16>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
16>          ....\host\tests\time_spec_test.cpp(71) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
16>          with
16>          [
16>              base_duration=boost::posix_time::time_duration,
16>              frac_of_second=0x03e8,
16>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
16>          ]
19>------ Build started: Project: subdev_spec_test, Configuration: Release
Win32 ------
19>Build started 2011/06/02 10:51:06 AM.
19>InitializeBuildStatus:
19>  Touching
"subdev_spec_test.dir\Release\subdev_spec_test.unsuccessfulbuild".
5>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
19>CustomBuild:
19>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
19>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
19>ClCompile:
19>  subdev_spec_test.cpp
5>
5>Build FAILED.
5>
5>Time Elapsed 00:00:09.35
20>------ Build started: Project: rx_timed_samples, Configuration: Release
Win32 ------
20>Build started 2011/06/02 10:51:06 AM.
20>InitializeBuildStatus:
20>  Touching
"rx_timed_samples.dir\Release\rx_timed_samples.unsuccessfulbuild".
20>CustomBuild:
20>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
13>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
20>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
20>ClCompile:
20>  rx_timed_samples.cpp
7>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
13>
13>Build FAILED.
13>
13>Time Elapsed 00:00:05.83
21>------ Build started: Project: rx_samples_to_udp, Configuration: Release
Win32 ------
7>
7>Build FAILED.
7>
7>Time Elapsed 00:00:10.44
21>Build started 2011/06/02 10:51:08 AM.
21>InitializeBuildStatus:
21>  Touching
"rx_samples_to_udp.dir\Release\rx_samples_to_udp.unsuccessfulbuild".
21>CustomBuild:
21>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
14>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
21>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
22>------ Build started: Project: rx_samples_to_file, Configuration: Release
Win32 ------
22>Build started 2011/06/02 10:51:08 AM.
22>InitializeBuildStatus:
22>  Touching
"rx_samples_to_file.dir\Release\rx_samples_to_file.unsuccessfulbuild".
21>ClCompile:
21>  rx_samples_to_udp.cpp
22>CustomBuild:
22>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
16>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
22>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
14>
14>Build FAILED.
14>
14>Time Elapsed 00:00:06.47
22>ClCompile:
22>  rx_samples_to_file.cpp
19>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
19>
19>Build FAILED.
19>
19>Time Elapsed 00:00:02.58
23>------ Build started: Project: rx_multi_samples, Configuration: Release
Win32 ------
23>Build started 2011/06/02 10:51:08 AM.
23>InitializeBuildStatus:
23>  Touching
"rx_multi_samples.dir\Release\rx_multi_samples.unsuccessfulbuild".
24>------ Build started: Project: ranges_test, Configuration: Release Win32

16>
16>Build FAILED.
16>
16>Time Elapsed 00:00:05.75
25>------ Build started: Project: msg_test, Configuration: Release Win32

25>Build started 2011/06/02 10:51:09 AM.
24>Build started 2011/06/02 10:51:09 AM.
23>CustomBuild:
23>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
25>InitializeBuildStatus:
25>  Touching "msg_test.dir\Release\msg_test.unsuccessfulbuild".
24>InitializeBuildStatus:
24>  Touching "ranges_test.dir\Release\ranges_test.unsuccessfulbuild".
23>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
24>CustomBuild:
25>CustomBuild:
25>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
24>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
17>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
17>
17>Build FAILED.
17>
17>Time Elapsed 00:00:05.42
26>------ Build started: Project: module_test, Configuration: Release Win32

26>Build started 2011/06/02 10:51:09 AM.
24>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
25>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
26>InitializeBuildStatus:
26>  Touching "module_test.dir\Release\module_test.unsuccessfulbuild".
23>ClCompile:
23>  rx_multi_samples.cpp
26>CustomBuild:
26>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
24>ClCompile:
24>  ranges_test.cpp
25>ClCompile:
25>  msg_test.cpp
26>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
26>ClCompile:
26>  module_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:01.23
27>------ Build started: Project: latency_test, Configuration: Release Win32

27>Build started 2011/06/02 10:51:10 AM.
27>InitializeBuildStatus:
27>  Touching "latency_test.dir\Release\latency_test.unsuccessfulbuild".
27>CustomBuild:
27>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
27>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
27>ClCompile:
27>  latency_test.cpp
21>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
21>          ....\host\examples\rx_samples_to_udp.cpp(82) : see reference
to function template instantiation 'void
boost::this_thread::sleepboost::posix_time::seconds(const TimeDuration &)'
being compiled
21>          with
21>          [
21>              TimeDuration=boost::posix_time::seconds
21>          ]
20>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
22>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
22>          ....\host\examples\rx_samples_to_file.cpp(142) : see reference
to function template instantiation 'void
boost::this_thread::sleepboost::posix_time::seconds(const TimeDuration &)'
being compiled
22>          with
22>          [
22>              TimeDuration=boost::posix_time::seconds
22>          ]
25>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
18>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
20>
20>Build FAILED.
20>
20>Time Elapsed 00:00:05.18
28>------ Build started: Project: gain_group_test, Configuration: Release
Win32 ------
28>Build started 2011/06/02 10:51:12 AM.
28>InitializeBuildStatus:
28>  Touching
"gain_group_test.dir\Release\gain_group_test.unsuccessfulbuild".
25>
25>Build FAILED.
25>
25>Time Elapsed 00:00:03.41
28>CustomBuild:
28>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
23>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
23>          ....\host\examples\rx_multi_samples.cpp(91) : see reference to
function template instantiation 'void
boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const
TimeDuration &)' being compiled
23>          with
23>          [
23>              base_duration=boost::posix_time::time_duration,
23>              frac_of_second=0x03e8,
23>
TimeDuration=boost::date_time::subsecond_durationboost::posix_time::time_duration,0x03e8
23>          ]
23>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning
C4244: 'argument' : conversion from '__int64' to 'long', possible loss of
data
23>          ....\host\examples\rx_multi_samples.cpp(95) : see reference to
function template instantiation 'void
boost::this_thread::sleepboost::posix_time::seconds(const TimeDuration &)'
being compiled
18>
18>Build FAILED.
18>
18>Time Elapsed 00:00:07.27
29>------ Build started: Project: error_test, Configuration: Release Win32

23>          with
23>          [
23>              TimeDuration=boost::posix_time::seconds
23>          ]
29>Build started 2011/06/02 10:51:12 AM.
28>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
29>InitializeBuildStatus:
29>  Touching "error_test.dir\Release\error_test.unsuccessfulbuild".
29>CustomBuild:
29>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
24>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
29>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
30>------ Build started: Project: dict_test, Configuration: Release Win32

28>ClCompile:
28>  gain_group_test.cpp
30>Build started 2011/06/02 10:51:12 AM.
30>InitializeBuildStatus:
30>  Touching "dict_test.dir\Release\dict_test.unsuccessfulbuild".
30>CustomBuild:
30>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
29>ClCompile:
29>  error_test.cpp
30>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
24>
24>Build FAILED.
24>
24>Time Elapsed 00:00:04.25
31>------ Build started: Project: convert_test, Configuration: Release Win32

30>ClCompile:
30>  dict_test.cpp
31>Build started 2011/06/02 10:51:13 AM.
31>InitializeBuildStatus:
31>  Touching "convert_test.dir\Release\convert_test.unsuccessfulbuild".
31>CustomBuild:
31>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
31>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
31>ClCompile:
31>  convert_test.cpp
21>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
21>
21>Build FAILED.
21>
21>Time Elapsed 00:00:06.56
23>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
32>------ Build started: Project: byteswap_test, Configuration: Release
Win32 ------
32>Build started 2011/06/02 10:51:15 AM.
32>InitializeBuildStatus:
32>  Touching "byteswap_test.dir\Release\byteswap_test.unsuccessfulbuild".
32>CustomBuild:
32>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
32>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
27>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
32>ClCompile:
32>  byteswap_test.cpp
23>
23>Build FAILED.
23>
23>Time Elapsed 00:00:06.65
27>
27>Build FAILED.
27>
27>Time Elapsed 00:00:05.25
33>------ Build started: Project: buffer_test, Configuration: Release Win32

33>Build started 2011/06/02 10:51:16 AM.
34>------ Build started: Project: benchmark_rx_rate, Configuration: Release
Win32 ------
33>InitializeBuildStatus:
33>  Touching "buffer_test.dir\Release\buffer_test.unsuccessfulbuild".
34>Build started 2011/06/02 10:51:16 AM.
34>InitializeBuildStatus:
34>  Touching
"benchmark_rx_rate.dir\Release\benchmark_rx_rate.unsuccessfulbuild".
33>CustomBuild:
33>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
34>CustomBuild:
34>  Building Custom Rule D:/UHD/host/examples/CMakeLists.txt
33>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
34>  CMake does not need to re-run because
D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date.
29>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
33>ClCompile:
33>  buffer_test.cpp
34>ClCompile:
34>  benchmark_rx_rate.cpp
28>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
29>
29>Build FAILED.
29>
29>Time Elapsed 00:00:04.46
35>------ Build started: Project: addr_test, Configuration: Release Win32

35>Build started 2011/06/02 10:51:17 AM.
35>InitializeBuildStatus:
35>  Touching "addr_test.dir\Release\addr_test.unsuccessfulbuild".
31>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
35>CustomBuild:
35>  Building Custom Rule D:/UHD/host/tests/CMakeLists.txt
35>  CMake does not need to re-run because
D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date.
22>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
28>
28>Build FAILED.
28>
28>Time Elapsed 00:00:05.15
35>ClCompile:
35>  addr_test.cpp
32>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
32>
32>Build FAILED.
32>
32>Time Elapsed 00:00:02.57
31>
31>Build FAILED.
31>
31>Time Elapsed 00:00:04.39
22>
22>Build FAILED.
22>
22>Time Elapsed 00:00:09.64
30>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
30>
30>Build FAILED.
30>
30>Time Elapsed 00:00:05.26
33>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
33>
33>Build FAILED.
33>
33>Time Elapsed 00:00:03.49
35>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
35>
35>Build FAILED.
35>
35>Time Elapsed 00:00:02.63
34>LINK : fatal error LNK1181: cannot open input file
'..\lib\Release\uhd.lib'
34>
34>Build FAILED.
34>
34>Time Elapsed 00:00:04.16
36>------ Build started: Project: ALL_BUILD, Configuration: Release Win32

36>Build started 2011/06/02 10:51:20 AM.
36>InitializeBuildStatus:
36>  Creating "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because
"AlwaysCreate" was specified.
36>CustomBuild:
36>  Building Custom Rule D:/UHD/host/CMakeLists.txt
36>  CMake does not need to re-run because
D:\UHD\build\CMakeFiles\generate.stamp is up-to-date.
36>FinalizeBuildStatus:
36>  Deleting file "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
36>  Touching "Win32\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
36>
36>Build succeeded.
36>
36>Time Elapsed 00:00:00.33
========== Build: 4 succeeded, 32 failed, 0 up-to-date, 0 skipped ==========

On Wed, Jun 1, 2011 at 7:17 PM, Josh Blum josh@ettus.com wrote:

On 06/01/2011 07:14 AM, Ryan van den Bergh wrote:

Hi,

I've managed to solve my problem, and I thought I'd put the explanation

here

in case anyone else has similar problems. The solution is quite simple:

run

CMAKE with administrator rights in Windows.

If it helps; you can manually set the PYTHON_EXECUTABLE variable in the
cmake gui to the python interpreter of your choice. -Josh

Hi Josh, Thanks I did do that originally, but it seems windows wouldn't allow CMAKE to run the python executable unless I ran CMAKE as an administrator. I really really hate windows sometimes! Unfortunately I now have a different problem that I can't solve. It seems MSVC can't link the UHD files once they've been compiled. I've checked to make certain Boost and the other dependencies are installed correctly, but the compiler is complaining that it can't open one of the Boost libraries. Have you, or anyone else, seen this before? Do you have any ideas on what could be causing it? I've reinstalled boost three times, and even compiled it from source in case the ProBoost installer isn't working. The error just keeps occurring. I'm adding the compiler output below. Sorry it's a bit long, but I'm really hoping someone can shed some light on this - it's driving me nuts! Thanks, Ryan 1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------ 1>Build started 2011/06/02 10:47:03 AM. 1>InitializeBuildStatus: 1> Creating "Win32\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/build/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/docs/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/examples/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/uhd/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/uhd/transport/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/uhd/types/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/uhd/usrp/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/include/uhd/utils/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/lib/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/tests/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/utils/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because D:/UHD/build/usrp_e_utils/CMakeFiles/generate.stamp is up-to-date. 1>FinalizeBuildStatus: 1> Deleting file "Win32\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild". 1> Touching "Win32\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate". 1> 1>Build succeeded. 1> 1>Time Elapsed 00:00:00.20 2>------ Build started: Project: uhd, Configuration: Release Win32 ------ 3>------ Build started: Project: manual_html, Configuration: Release Win32 ------ 4>------ Build started: Project: doxygen_docs, Configuration: Release Win32 ------ 2>Build started 2011/06/02 10:47:03 AM. 3>Build started 2011/06/02 10:47:03 AM. 4>Build started 2011/06/02 10:47:04 AM. 4>InitializeBuildStatus: 4> Creating "Win32\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild" because "AlwaysCreate" was specified. 2>InitializeBuildStatus: 2> Touching "uhd.dir\Release\uhd.unsuccessfulbuild". 3>InitializeBuildStatus: 3> Creating "Win32\Release\manual_html\manual_html.unsuccessfulbuild" because "AlwaysCreate" was specified. 2>CustomBuild: 2> Generating D:/UHD/build/lib/ic_reg_maps/adf4350_regs.hpp 3>CustomBuild: 3> Generating D:/UHD/build/docs/index.html 4>CustomBuild: 4> Generating documentation with doxygen 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/host/include 4> Searching for files in directory D:/UHD/host/include/uhd 4> Searching for files in directory D:/UHD/host/include/uhd/transport 4> Searching for files in directory D:/UHD/host/include/uhd/types 4> Searching for files in directory D:/UHD/host/include/uhd/usrp 4> Searching for files in directory D:/UHD/host/include/uhd/utils 4> Reading and parsing tag files 4> Preprocessing D:/UHD/host/include/uhd/config.hpp... 4> Parsing file D:/UHD/host/include/uhd/config.hpp... 4> Preprocessing D:/UHD/host/include/uhd/convert.hpp... 4> Parsing file D:/UHD/host/include/uhd/convert.hpp... 4> Preprocessing D:/UHD/host/include/uhd/device.hpp... 4> Parsing file D:/UHD/host/include/uhd/device.hpp... 4> Preprocessing D:/UHD/host/include/uhd/exception.hpp... 4> Parsing file D:/UHD/host/include/uhd/exception.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/bounded_buffer.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/bounded_buffer.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/buffer_pool.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/buffer_pool.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/if_addrs.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/if_addrs.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/udp_simple.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/udp_simple.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/udp_zero_copy.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/udp_zero_copy.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/usb_control.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/usb_control.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/usb_device_handle.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/usb_device_handle.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/usb_zero_copy.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/usb_zero_copy.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/vrt_if_packet.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/vrt_if_packet.hpp... 4> Preprocessing D:/UHD/host/include/uhd/transport/zero_copy.hpp... 4> Parsing file D:/UHD/host/include/uhd/transport/zero_copy.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/clock_config.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/clock_config.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/device_addr.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/device_addr.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/dict.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/dict.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/io_type.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/io_type.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/mac_addr.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/mac_addr.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/metadata.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/metadata.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/otw_type.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/otw_type.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/ranges.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/ranges.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/ref_vector.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/ref_vector.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/sensors.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/sensors.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/serial.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/serial.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/stream_cmd.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/stream_cmd.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/time_spec.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/time_spec.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/tune_request.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/tune_request.hpp... 4> Preprocessing D:/UHD/host/include/uhd/types/tune_result.hpp... 4> Parsing file D:/UHD/host/include/uhd/types/tune_result.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/codec_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/codec_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_base.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_base.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_eeprom.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_eeprom.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_id.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_id.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_iface.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_iface.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_manager.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_manager.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dboard_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dboard_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/device_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/device_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dsp_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dsp_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/dsp_utils.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/dsp_utils.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/gps_ctrl.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/gps_ctrl.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/mboard_eeprom.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/mboard_eeprom.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/mboard_iface.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/mboard_iface.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/mboard_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/mboard_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/misc_utils.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/misc_utils.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/multi_usrp.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/multi_usrp.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/single_usrp.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/single_usrp.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/subdev_props.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/subdev_props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/subdev_spec.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/subdev_spec.hpp... 4> Preprocessing D:/UHD/host/include/uhd/usrp/tune_helper.hpp... 4> Parsing file D:/UHD/host/include/uhd/usrp/tune_helper.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/algorithm.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/algorithm.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/assert_has.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/assert_has.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/byteswap.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/byteswap.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/gain_group.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/gain_group.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/images.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/images.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/log.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/log.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/msg.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/msg.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/pimpl.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/pimpl.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/props.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/props.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/safe_call.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/safe_call.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/safe_main.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/safe_main.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/static.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/static.hpp... 4> Preprocessing D:/UHD/host/include/uhd/utils/thread_priority.hpp... 4> Parsing file D:/UHD/host/include/uhd/utils/thread_priority.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/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/build/lib/ic_reg_maps/adf4360_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/build/docs/build.html 4> Preprocessing D:/UHD/host/include/uhd/version.hpp... 4> Parsing file D:/UHD/host/include/uhd/version.hpp... 4> Preprocessing D:/UHD/host/include/uhd/wax.hpp... 4> Parsing file D:/UHD/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/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/codec_props.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/dboard_props.hpp... 4> Generating code for file include/uhd/usrp/device_props.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/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/build/docs/coding.html 4> Generating code for file include/uhd/usrp/dsp_props.hpp... 4> Generating code for file include/uhd/usrp/dsp_utils.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/mboard_props.hpp... 4> Generating code for file include/uhd/usrp/misc_utils.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_props.hpp... 4> Generating code for file include/uhd/usrp/subdev_spec.hpp... 4> Generating code for file include/uhd/usrp/tune_helper.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/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/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/codec_props.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/dboard_props.hpp... 4> Generating docs for file include/uhd/usrp/device_props.hpp... 4> Generating docs for file include/uhd/usrp/dsp_props.hpp... 4> Generating docs for file include/uhd/usrp/dsp_utils.hpp... 4> Generating docs for file include/uhd/usrp/gps_ctrl.hpp... 4> Generating docs for file include/uhd/usrp/mboard_eeprom.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/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/build/docs/dboards.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/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/build/docs/general.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> 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! " 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 } */ 2> Generating D:/UHD/build/lib/ic_reg_maps/ad7922_regs.hpp 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/build/docs/images.html 4> Generating docs for file include/uhd/usrp/mboard_iface.hpp... 4> Generating docs for file include/uhd/usrp/mboard_props.hpp... 4> Generating docs for file include/uhd/usrp/misc_utils.hpp... 4> Generating docs for file include/uhd/usrp/multi_usrp.hpp... 4> Generating docs for file include/uhd/usrp/single_usrp.hpp... 4> Generating docs for file include/uhd/usrp/subdev_props.hpp... 4> Generating docs for file include/uhd/usrp/subdev_spec.hpp... 4> Generating docs for file include/uhd/usrp/tune_helper.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/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 docs for compound gps_ctrl... 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::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... 3> <?xml version="1.0" encoding="utf-8" ?> 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... 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"> 4> Generating docs for compound uhd::sensor_value_t... 4> Generating docs for compound uhd::i2c_iface... 3> <head> 4> Generating docs for compound uhd::spi_config_t... 3> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 4> Generating docs for compound uhd::spi_iface... 3> <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> 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... 3> <title></title> 4> Generating docs for compound uhd::tune_result_t... 4> Generating docs for compound uhd::gain_fcns_t... 4> Generating docs for compound uhd::gain_group... 3> <style type="text/css"> 4> Generating docs for compound uhd::named_prop_t... 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. 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... 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/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/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/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/build/lib/ic_reg_maps/max2118_regs.hpp 4> Generating docs for compound uhd::transport::udp_zero_copy... 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 uhd::usrp::dsp_type1 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/host/docs/CMakeLists.txt 4> CMake does not need to re-run because D:\UHD\build\docs\CMakeFiles\generate.stamp is up-to-date. 4>FinalizeBuildStatus: 4> Deleting file "Win32\Release\doxygen_docs\doxygen_docs.unsuccessfulbuild". 4> Touching "Win32\Release\doxygen_docs\doxygen_docs.lastbuildstate". 4> 4>Build succeeded. 4> 4>Time Elapsed 00:00:03.49 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/build/docs/usrp2.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/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/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! " 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> 2> Generating D:/UHD/build/lib/ic_reg_maps/ad9862_regs.hpp 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/host/docs/CMakeLists.txt 3> CMake does not need to re-run because D:\UHD\build\docs\CMakeFiles\generate.stamp is up-to-date. 3>FinalizeBuildStatus: 3> Deleting file "Win32\Release\manual_html\manual_html.unsuccessfulbuild". 3> Touching "Win32\Release\manual_html\manual_html.lastbuildstate". 3> 3>Build succeeded. 3> 3>Time Elapsed 00:00:05.11 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/build/lib/ic_reg_maps/ad9522_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/build/lib/ic_reg_maps/ads62p44_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/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/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/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/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/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/host/lib/CMakeLists.txt 2> CMake does not need to re-run because D:\UHD\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>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\types\serial.cpp(40) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> tune.cpp 2> types.cpp 2> convert_general.cpp 2> convert_impl.cpp 2> libusb1_control.cpp 2> libusb1_zero_copy.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\transport\libusb1_zero_copy.cpp(210) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> libusb1_base.cpp 2>..\..\host\lib\transport\libusb1_base.cpp(209): warning C4101: 'e' : unreferenced local variable 2> vrt_if_packet.cpp 2> buffer_pool.cpp 2> udp_simple.cpp 2> udp_zero_copy.cpp 2> dboard_base.cpp 2> dboard_eeprom.cpp 2> dboard_id.cpp 2> Generating Code... 2> Compiling... 2> dboard_manager.cpp 2> dsp_utils.cpp 2> gps_ctrl.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\gps_ctrl.cpp(64) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> mboard_eeprom.cpp 2> misc_utils.cpp 2> multi_usrp.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\multi_usrp.cpp(207) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::posix_time::seconds>(const TimeDuration &)' being compiled 2> with 2> [ 2> TimeDuration=boost::posix_time::seconds 2> ] 2> subdev_spec.cpp 2> tune_helper.cpp 2> db_basic_and_lf.cpp 2> db_rfx.cpp 2> db_xcvr2450.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\dboard\db_xcvr2450.cpp(244) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> db_sbx.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\dboard\db_sbx.cpp(196) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> db_wbx_common.cpp 2> db_wbx_simple.cpp 2> db_dbsrx.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\dboard\db_dbsrx.cpp(371) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> db_unknown.cpp 2> db_tvrx.cpp 2> db_dbsrx2.cpp 2> db_tvrx2.cpp 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1056): warning C4244: 'argument' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1273): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1275): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1288): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1290): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1304): warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data 2>..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1674): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\dboard\db_tvrx2.cpp(1658) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> soft_time_ctrl.cpp 2> Generating Code... 2> Compiling... 2> usrp1_iface.cpp 2> usrp1_impl.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\usrp1\usrp1_impl.cpp(228) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x0f4240, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x0f4240> 2> ] 2> usrp1_ctrl.cpp 2>..\..\host\lib\usrp\usrp1\usrp1_ctrl.cpp(242): warning C4244: 'initializing' : conversion from 'std::streamsize' to 'size_t', possible loss of data 2>..\..\host\lib\usrp\usrp1\usrp1_ctrl.cpp(280): warning C4244: '=' : conversion from 'std::streamsize' to 'int', possible loss of data 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\usrp1\usrp1_ctrl.cpp(189) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> usrp2_iface.cpp 2>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 2> ..\..\host\lib\usrp\usrp2\usrp2_iface.cpp(144) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 2> with 2> [ 2> base_duration=boost::posix_time::time_duration, 2> frac_of_second=0x03e8, 2> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 2> ] 2> usrp2_impl.cpp 2> gain_group.cpp 2> images.cpp 2> log.cpp 2> msg.cpp 2> props.cpp 2> static.cpp 2> device.cpp 2> exception.cpp 2> wax.cpp 2> Generating Code... 2> time_spec.cpp 2> convert_with_sse2.cpp 2> if_addrs.cpp 2> dboard_iface.cpp 2> clock_ctrl.cpp 2> codec_ctrl.cpp 2> codec_impl.cpp 2> dboard_impl.cpp 2> dboard_iface.cpp 2> dsp_impl.cpp 2> io_impl.cpp 2> mboard_impl.cpp 2> clock_ctrl.cpp 2> codec_ctrl.cpp 2> codec_impl.cpp 2> dboard_impl.cpp 2> dboard_iface.cpp 2> dsp_impl.cpp 2> io_impl.cpp 2> mboard_impl.cpp 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_46_1.lib' 2> 2>Build FAILED. 2> 2>Time Elapsed 00:03:54.15 5>------ Build started: Project: usrp_burn_db_eeprom, Configuration: Release Win32 ------ 6>------ Build started: Project: usrp1_init_eeprom, Configuration: Release Win32 ------ 7>------ Build started: Project: usrp_burn_mb_eeprom, Configuration: Release Win32 ------ 8>------ Build started: Project: vrt_test, Configuration: Release Win32 ------ 9>------ Build started: Project: uhd_usrp_probe, Configuration: Release Win32 ------ 10>------ Build started: Project: uhd_find_devices, Configuration: Release Win32 ------ 11>------ Build started: Project: wax_test, Configuration: Release Win32 ------ 12>------ Build started: Project: tx_waveforms, Configuration: Release Win32 ------ 8>Build started 2011/06/02 10:50:57 AM. 12>Build started 2011/06/02 10:50:57 AM. 5>Build started 2011/06/02 10:50:57 AM. 6>Build started 2011/06/02 10:50:57 AM. 11>Build started 2011/06/02 10:50:57 AM. 7>Build started 2011/06/02 10:50:57 AM. 10>Build started 2011/06/02 10:50:57 AM. 9>Build started 2011/06/02 10:50:57 AM. 10>InitializeBuildStatus: 10> Touching "uhd_find_devices.dir\Release\uhd_find_devices.unsuccessfulbuild". 5>InitializeBuildStatus: 5> Touching "usrp_burn_db_eeprom.dir\Release\usrp_burn_db_eeprom.unsuccessfulbuild". 12>InitializeBuildStatus: 12> Touching "tx_waveforms.dir\Release\tx_waveforms.unsuccessfulbuild". 9>InitializeBuildStatus: 9> Touching "uhd_usrp_probe.dir\Release\uhd_usrp_probe.unsuccessfulbuild". 6>InitializeBuildStatus: 6> Touching "usrp1_init_eeprom.dir\Release\usrp1_init_eeprom.unsuccessfulbuild". 11>InitializeBuildStatus: 11> Touching "wax_test.dir\Release\wax_test.unsuccessfulbuild". 8>InitializeBuildStatus: 8> Touching "vrt_test.dir\Release\vrt_test.unsuccessfulbuild". 7>InitializeBuildStatus: 7> Touching "usrp_burn_mb_eeprom.dir\Release\usrp_burn_mb_eeprom.unsuccessfulbuild". 5>CustomBuild: 5> Building Custom Rule D:/UHD/host/utils/CMakeLists.txt 9>CustomBuild: 9> Building Custom Rule D:/UHD/host/utils/CMakeLists.txt 7>CustomBuild: 7> Building Custom Rule D:/UHD/host/utils/CMakeLists.txt 6>CustomBuild: 8>CustomBuild: 8> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 6> Building Custom Rule D:/UHD/host/utils/CMakeLists.txt 10>CustomBuild: 10> Building Custom Rule D:/UHD/host/utils/CMakeLists.txt 11>CustomBuild: 11> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 12>CustomBuild: 12> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 9> CMake does not need to re-run because D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date. 5> CMake does not need to re-run because D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date. 6> CMake does not need to re-run because D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date. 8> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 11> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 10> CMake does not need to re-run because D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date. 12> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 5>ClCompile: 5> usrp_burn_db_eeprom.cpp 9>ClCompile: 9> uhd_usrp_probe.cpp 10>ClCompile: 10> uhd_find_devices.cpp 6>ClCompile: 6> usrp1_init_eeprom.cpp 7> CMake does not need to re-run because D:\UHD\build\utils\CMakeFiles\generate.stamp is up-to-date. 8>ClCompile: 8> vrt_test.cpp 12>ClCompile: 12> tx_waveforms.cpp 7>ClCompile: 7> usrp_burn_mb_eeprom.cpp 11>ClCompile: 11> wax_test.cpp 8>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 11>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 8> 8>Build FAILED. 8> 8>Time Elapsed 00:00:03.75 13>------ Build started: Project: tx_timed_samples, Configuration: Release Win32 ------ 11> 11>Build FAILED. 11> 11>Time Elapsed 00:00:04.21 13>Build started 2011/06/02 10:51:01 AM. 13>InitializeBuildStatus: 13> Touching "tx_timed_samples.dir\Release\tx_timed_samples.unsuccessfulbuild". 13>CustomBuild: 13> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 13> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 14>------ Build started: Project: tx_samples_from_file, Configuration: Release Win32 ------ 6>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 13>ClCompile: 13> tx_timed_samples.cpp 14>Build started 2011/06/02 10:51:02 AM. 14>InitializeBuildStatus: 14> Touching "tx_samples_from_file.dir\Release\tx_samples_from_file.unsuccessfulbuild". 14>CustomBuild: 14> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 14> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 10>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 14>ClCompile: 14> tx_samples_from_file.cpp 6> 6>Build FAILED. 6> 6>Time Elapsed 00:00:05.21 15>------ Build started: Project: tune_helper_test, Configuration: Release Win32 ------ 15>Build started 2011/06/02 10:51:02 AM. 15>InitializeBuildStatus: 15> Touching "tune_helper_test.dir\Release\tune_helper_test.unsuccessfulbuild". 15>CustomBuild: 15> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 10> 10>Build FAILED. 10> 10>Time Elapsed 00:00:05.46 15> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 12>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 15>ClCompile: 15> tune_helper_test.cpp 16>------ Build started: Project: time_spec_test, Configuration: Release Win32 ------ 16>Build started 2011/06/02 10:51:03 AM. 16>InitializeBuildStatus: 16> Touching "time_spec_test.dir\Release\time_spec_test.unsuccessfulbuild". 16>CustomBuild: 16> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 16> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 12> 12>Build FAILED. 12> 12>Time Elapsed 00:00:06.10 16>ClCompile: 16> time_spec_test.cpp 9>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 17>------ Build started: Project: test_pps_input, Configuration: Release Win32 ------ 17>Build started 2011/06/02 10:51:03 AM. 17>InitializeBuildStatus: 17> Touching "test_pps_input.dir\Release\test_pps_input.unsuccessfulbuild". 17>CustomBuild: 17> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 17> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 17>ClCompile: 17> test_pps_input.cpp 9> 9>Build FAILED. 9> 9>Time Elapsed 00:00:06.80 14>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 14> ..\..\host\examples\tx_samples_from_file.cpp(137) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::posix_time::seconds>(const TimeDuration &)' being compiled 14> with 14> [ 14> TimeDuration=boost::posix_time::seconds 14> ] 14>..\..\host\examples\tx_samples_from_file.cpp(46): warning C4244: 'initializing' : conversion from 'std::streamsize' to 'size_t', possible loss of data 14> ..\..\host\examples\tx_samples_from_file.cpp(140) : see reference to function template instantiation 'void send_from_file<std::complex<double>>(uhd::usrp::multi_usrp::sptr,const uhd::io_type_t &,const std::string &,size_t)' being compiled 14>..\..\host\examples\tx_samples_from_file.cpp(46): warning C4244: 'initializing' : conversion from 'std::streamsize' to 'size_t', possible loss of data 14> ..\..\host\examples\tx_samples_from_file.cpp(141) : see reference to function template instantiation 'void send_from_file<std::complex<float>>(uhd::usrp::multi_usrp::sptr,const uhd::io_type_t &,const std::string &,size_t)' being compiled 14>..\..\host\examples\tx_samples_from_file.cpp(46): warning C4244: 'initializing' : conversion from 'std::streamsize' to 'size_t', possible loss of data 14> ..\..\host\examples\tx_samples_from_file.cpp(142) : see reference to function template instantiation 'void send_from_file<std::complex<_Ty>>(uhd::usrp::multi_usrp::sptr,const uhd::io_type_t &,const std::string &,size_t)' being compiled 14> with 14> [ 14> _Ty=short 14> ] 18>------ Build started: Project: test_async_messages, Configuration: Release Win32 ------ 18>Build started 2011/06/02 10:51:05 AM. 18>InitializeBuildStatus: 18> Touching "test_async_messages.dir\Release\test_async_messages.unsuccessfulbuild". 18>CustomBuild: 18> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 15>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 18> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 18>ClCompile: 18> test_async_messages.cpp 15> 15>Build FAILED. 15> 15>Time Elapsed 00:00:03.20 16>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 16> ..\..\host\tests\time_spec_test.cpp(71) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 16> with 16> [ 16> base_duration=boost::posix_time::time_duration, 16> frac_of_second=0x03e8, 16> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 16> ] 19>------ Build started: Project: subdev_spec_test, Configuration: Release Win32 ------ 19>Build started 2011/06/02 10:51:06 AM. 19>InitializeBuildStatus: 19> Touching "subdev_spec_test.dir\Release\subdev_spec_test.unsuccessfulbuild". 5>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 19>CustomBuild: 19> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 19> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 19>ClCompile: 19> subdev_spec_test.cpp 5> 5>Build FAILED. 5> 5>Time Elapsed 00:00:09.35 20>------ Build started: Project: rx_timed_samples, Configuration: Release Win32 ------ 20>Build started 2011/06/02 10:51:06 AM. 20>InitializeBuildStatus: 20> Touching "rx_timed_samples.dir\Release\rx_timed_samples.unsuccessfulbuild". 20>CustomBuild: 20> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 13>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 20> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 20>ClCompile: 20> rx_timed_samples.cpp 7>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 13> 13>Build FAILED. 13> 13>Time Elapsed 00:00:05.83 21>------ Build started: Project: rx_samples_to_udp, Configuration: Release Win32 ------ 7> 7>Build FAILED. 7> 7>Time Elapsed 00:00:10.44 21>Build started 2011/06/02 10:51:08 AM. 21>InitializeBuildStatus: 21> Touching "rx_samples_to_udp.dir\Release\rx_samples_to_udp.unsuccessfulbuild". 21>CustomBuild: 21> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 14>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 21> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 22>------ Build started: Project: rx_samples_to_file, Configuration: Release Win32 ------ 22>Build started 2011/06/02 10:51:08 AM. 22>InitializeBuildStatus: 22> Touching "rx_samples_to_file.dir\Release\rx_samples_to_file.unsuccessfulbuild". 21>ClCompile: 21> rx_samples_to_udp.cpp 22>CustomBuild: 22> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 16>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 22> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 14> 14>Build FAILED. 14> 14>Time Elapsed 00:00:06.47 22>ClCompile: 22> rx_samples_to_file.cpp 19>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 19> 19>Build FAILED. 19> 19>Time Elapsed 00:00:02.58 23>------ Build started: Project: rx_multi_samples, Configuration: Release Win32 ------ 23>Build started 2011/06/02 10:51:08 AM. 23>InitializeBuildStatus: 23> Touching "rx_multi_samples.dir\Release\rx_multi_samples.unsuccessfulbuild". 24>------ Build started: Project: ranges_test, Configuration: Release Win32 ------ 16> 16>Build FAILED. 16> 16>Time Elapsed 00:00:05.75 25>------ Build started: Project: msg_test, Configuration: Release Win32 ------ 25>Build started 2011/06/02 10:51:09 AM. 24>Build started 2011/06/02 10:51:09 AM. 23>CustomBuild: 23> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 25>InitializeBuildStatus: 25> Touching "msg_test.dir\Release\msg_test.unsuccessfulbuild". 24>InitializeBuildStatus: 24> Touching "ranges_test.dir\Release\ranges_test.unsuccessfulbuild". 23> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 24>CustomBuild: 25>CustomBuild: 25> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 24> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 17>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 17> 17>Build FAILED. 17> 17>Time Elapsed 00:00:05.42 26>------ Build started: Project: module_test, Configuration: Release Win32 ------ 26>Build started 2011/06/02 10:51:09 AM. 24> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 25> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 26>InitializeBuildStatus: 26> Touching "module_test.dir\Release\module_test.unsuccessfulbuild". 23>ClCompile: 23> rx_multi_samples.cpp 26>CustomBuild: 26> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 24>ClCompile: 24> ranges_test.cpp 25>ClCompile: 25> msg_test.cpp 26> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 26>ClCompile: 26> module_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:01.23 27>------ Build started: Project: latency_test, Configuration: Release Win32 ------ 27>Build started 2011/06/02 10:51:10 AM. 27>InitializeBuildStatus: 27> Touching "latency_test.dir\Release\latency_test.unsuccessfulbuild". 27>CustomBuild: 27> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 27> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 27>ClCompile: 27> latency_test.cpp 21>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 21> ..\..\host\examples\rx_samples_to_udp.cpp(82) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::posix_time::seconds>(const TimeDuration &)' being compiled 21> with 21> [ 21> TimeDuration=boost::posix_time::seconds 21> ] 20>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 22>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 22> ..\..\host\examples\rx_samples_to_file.cpp(142) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::posix_time::seconds>(const TimeDuration &)' being compiled 22> with 22> [ 22> TimeDuration=boost::posix_time::seconds 22> ] 25>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 18>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 20> 20>Build FAILED. 20> 20>Time Elapsed 00:00:05.18 28>------ Build started: Project: gain_group_test, Configuration: Release Win32 ------ 28>Build started 2011/06/02 10:51:12 AM. 28>InitializeBuildStatus: 28> Touching "gain_group_test.dir\Release\gain_group_test.unsuccessfulbuild". 25> 25>Build FAILED. 25> 25>Time Elapsed 00:00:03.41 28>CustomBuild: 28> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 23>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 23> ..\..\host\examples\rx_multi_samples.cpp(91) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled 23> with 23> [ 23> base_duration=boost::posix_time::time_duration, 23> frac_of_second=0x03e8, 23> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8> 23> ] 23>D:/boost/boost_1_46_1\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data 23> ..\..\host\examples\rx_multi_samples.cpp(95) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::posix_time::seconds>(const TimeDuration &)' being compiled 18> 18>Build FAILED. 18> 18>Time Elapsed 00:00:07.27 29>------ Build started: Project: error_test, Configuration: Release Win32 ------ 23> with 23> [ 23> TimeDuration=boost::posix_time::seconds 23> ] 29>Build started 2011/06/02 10:51:12 AM. 28> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 29>InitializeBuildStatus: 29> Touching "error_test.dir\Release\error_test.unsuccessfulbuild". 29>CustomBuild: 29> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 24>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 29> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 30>------ Build started: Project: dict_test, Configuration: Release Win32 ------ 28>ClCompile: 28> gain_group_test.cpp 30>Build started 2011/06/02 10:51:12 AM. 30>InitializeBuildStatus: 30> Touching "dict_test.dir\Release\dict_test.unsuccessfulbuild". 30>CustomBuild: 30> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 29>ClCompile: 29> error_test.cpp 30> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 24> 24>Build FAILED. 24> 24>Time Elapsed 00:00:04.25 31>------ Build started: Project: convert_test, Configuration: Release Win32 ------ 30>ClCompile: 30> dict_test.cpp 31>Build started 2011/06/02 10:51:13 AM. 31>InitializeBuildStatus: 31> Touching "convert_test.dir\Release\convert_test.unsuccessfulbuild". 31>CustomBuild: 31> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 31> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 31>ClCompile: 31> convert_test.cpp 21>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 21> 21>Build FAILED. 21> 21>Time Elapsed 00:00:06.56 23>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 32>------ Build started: Project: byteswap_test, Configuration: Release Win32 ------ 32>Build started 2011/06/02 10:51:15 AM. 32>InitializeBuildStatus: 32> Touching "byteswap_test.dir\Release\byteswap_test.unsuccessfulbuild". 32>CustomBuild: 32> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 32> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 27>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 32>ClCompile: 32> byteswap_test.cpp 23> 23>Build FAILED. 23> 23>Time Elapsed 00:00:06.65 27> 27>Build FAILED. 27> 27>Time Elapsed 00:00:05.25 33>------ Build started: Project: buffer_test, Configuration: Release Win32 ------ 33>Build started 2011/06/02 10:51:16 AM. 34>------ Build started: Project: benchmark_rx_rate, Configuration: Release Win32 ------ 33>InitializeBuildStatus: 33> Touching "buffer_test.dir\Release\buffer_test.unsuccessfulbuild". 34>Build started 2011/06/02 10:51:16 AM. 34>InitializeBuildStatus: 34> Touching "benchmark_rx_rate.dir\Release\benchmark_rx_rate.unsuccessfulbuild". 33>CustomBuild: 33> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 34>CustomBuild: 34> Building Custom Rule D:/UHD/host/examples/CMakeLists.txt 33> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 34> CMake does not need to re-run because D:\UHD\build\examples\CMakeFiles\generate.stamp is up-to-date. 29>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 33>ClCompile: 33> buffer_test.cpp 34>ClCompile: 34> benchmark_rx_rate.cpp 28>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 29> 29>Build FAILED. 29> 29>Time Elapsed 00:00:04.46 35>------ Build started: Project: addr_test, Configuration: Release Win32 ------ 35>Build started 2011/06/02 10:51:17 AM. 35>InitializeBuildStatus: 35> Touching "addr_test.dir\Release\addr_test.unsuccessfulbuild". 31>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 35>CustomBuild: 35> Building Custom Rule D:/UHD/host/tests/CMakeLists.txt 35> CMake does not need to re-run because D:\UHD\build\tests\CMakeFiles\generate.stamp is up-to-date. 22>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 28> 28>Build FAILED. 28> 28>Time Elapsed 00:00:05.15 35>ClCompile: 35> addr_test.cpp 32>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 32> 32>Build FAILED. 32> 32>Time Elapsed 00:00:02.57 31> 31>Build FAILED. 31> 31>Time Elapsed 00:00:04.39 22> 22>Build FAILED. 22> 22>Time Elapsed 00:00:09.64 30>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 30> 30>Build FAILED. 30> 30>Time Elapsed 00:00:05.26 33>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 33> 33>Build FAILED. 33> 33>Time Elapsed 00:00:03.49 35>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 35> 35>Build FAILED. 35> 35>Time Elapsed 00:00:02.63 34>LINK : fatal error LNK1181: cannot open input file '..\lib\Release\uhd.lib' 34> 34>Build FAILED. 34> 34>Time Elapsed 00:00:04.16 36>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------ 36>Build started 2011/06/02 10:51:20 AM. 36>InitializeBuildStatus: 36> Creating "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified. 36>CustomBuild: 36> Building Custom Rule D:/UHD/host/CMakeLists.txt 36> CMake does not need to re-run because D:\UHD\build\CMakeFiles\generate.stamp is up-to-date. 36>FinalizeBuildStatus: 36> Deleting file "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild". 36> Touching "Win32\Release\ALL_BUILD\ALL_BUILD.lastbuildstate". 36> 36>Build succeeded. 36> 36>Time Elapsed 00:00:00.33 ========== Build: 4 succeeded, 32 failed, 0 up-to-date, 0 skipped ========== On Wed, Jun 1, 2011 at 7:17 PM, Josh Blum <josh@ettus.com> wrote: > > > On 06/01/2011 07:14 AM, Ryan van den Bergh wrote: > > Hi, > > > > I've managed to solve my problem, and I thought I'd put the explanation > here > > in case anyone else has similar problems. The solution is quite simple: > run > > CMAKE with administrator rights in Windows. > > > > If it helps; you can manually set the PYTHON_EXECUTABLE variable in the > cmake gui to the python interpreter of your choice. -Josh > >