-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error #11
Comments
yes,I met the same issue. |
I met the same issue. |
Update LimeUtil to 18.10.0: |
I met the same issue. However, LimeUtil –update didn't help, had you solved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 AbortSending(int ep){};
^~
/usr/local/include/lime/IConnection.h: In member function ‘virtual void lime::IC onnection::AbortReading(int)’:
/usr/local/include/lime/IConnection.h:175:35: warning: unused parameter ‘ep’ [-W unused-parameter]
virtual void AbortReading(int ep){};
^~
/home/pi/uhd/host/lib/usrp/OpenUSRP/limesdr_impl.cpp: In constructor ‘limesdr_im pl::limesdr_impl(const lime::ConnectionHandle&, const uhd::device_addr_t&)’:
/home/pi/uhd/host/lib/usrp/OpenUSRP/limesdr_impl.cpp:127:34: error: ‘const struc t lime::DeviceInfo’ has no member named ‘addrsLMS7002M’
const size_t numRFICs = devInfo.addrsLMS7002M.size();
^~~~~~~~~~~~~
lib/CMakeFiles/uhd.dir/build.make:4874: recipe for target 'lib/CMakeFiles/uhd.di r/usrp/OpenUSRP/limesdr_impl.cpp.o' failed
make[2]: *** [lib/CMakeFiles/uhd.dir/usrp/OpenUSRP/limesdr_impl.cpp.o] Error 1
CMakeFiles/Makefile2:119: recipe for target 'lib/CMakeFiles/uhd.dir/all' failed
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
any one can help? I have already followed instructions given Issue 10 closed by @FFY00
The text was updated successfully, but these errors were encountered: