OpenUSRP
OpenUSRP copied to clipboard
using LimeSDR to simulate USRP B210
I received following error on compilation In file included from /home/pi/uhd/host/lib/usrp/OpenUSRP/limesdr_impl.hpp:24:0, from /home/pi/uhd/host/lib/usrp/OpenUSRP/limesdr_impl.cpp:20: /usr/local/include/lime/IConnection.h: In member function ‘virtual void lime::IC onnection::AbortSending(int)’: /usr/local/include/lime/IConnection.h:170:35: warning: unused parameter ‘ep’ [-W unused-parameter] virtual void...
One operation was missing.
OpenUSRP root@debian:~/OpenUSRP/build# cd … root@debian:~/OpenUSRP# rm -rf build root@debian:~/OpenUSRP# mkdir build && cd build && cmake … – The CXX compiler identification is GNU 6.3.0 – The C compiler identification...
``` xxx:~ xxx$ git clone https://github.com/jocover/OpenUSRP.git xxx:~ xxx$ echo "INCLUDE_SUBDIRECTORY(OpenUSRP)" >> CMakeLists.txt xxx:~ xxx$ mkdir build && cd build xxx:build xxx$ cmake .. -- The C compiler identification is AppleClang...
Of course I did `brew tap jocover/homebrew-limesdr` before ``` xxx:foo xxx$ brew install uhd cmake Warning: uhd 003.010.002.000_2 is already installed Warning: cmake 3.10.2 is already installed xxx:foo xxx$ brew...
[100%] Linking CXX shared library libOpenUSRP.dylib Undefined symbols for architecture x86_64: "boost::chrono::steady_clock::now()", referenced from: LimeRxStream::recv(uhd::ref_vector const&, unsigned long, uhd::rx_metadata_t&, double, bool) in limesdr_io_impl.cpp.o LimeTxStream::recv_async_msg(uhd::async_metadata_t&, double) in limesdr_io_impl.cpp.o ld: symbol(s) not...
I need to finish an Image QPSK Receiver with USRP(R) Hardware,but I don't have a USRP hardware for now.Can I replace practical hardware for this simulator?