discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using control_loop in OOT module , AttributeError


From: mohammad nejati
Subject: Re: [Discuss-gnuradio] using control_loop in OOT module , AttributeError: 'module' object has no attribute
Date: Sun, 10 Dec 2017 12:07:02 +0330

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 )



reply via email to

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