Sunday, December 10, 2017

Re: [Discuss-gnuradio] using control_loop in OOT module , AttributeError: 'module' object has no attribute

It's solved,

I edited CMakeLists.txt file in lib folder :
This line :
target_link_libraries(gnuradio-ashtum ${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES})
To :
target_link_libraries(gnuradio-ashtum ${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES} gnuradio-blocks )

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment