discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] UHD on Cygwin


From: Moeller
Subject: [Discuss-gnuradio] UHD on Cygwin
Date: Wed, 09 Mar 2011 01:02:59 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Finally also the UHD builds with Cygwin, some tests pass, some fail.
The build problems were caused by bugs in Boost 1.43:
https://svn.boost.org/trac/boost/ticket/4816
I solved it by inserting
#include <boost/asio/detail/pipe_select_interrupter.hpp>
on top of the include list in "usr\include\boost\asio.hpp",
and with a dirty hack in 
"usr\include\boost\asio\detail\buffer_sequence_adapter.hpp"
by changing the line "#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)"
to "#if false".
I know it's not an elegant solution but at least it builds.
Sorry, but I don't have devices to test if it really works.
What about making the audio device just another UHD hardware,
with softrock-like controls for low-cost SDR receivers?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]