All,
My coworker has created a module (gr-Example) and I would like to import this 
module directly. How is this done?
I have a fresh install of GNU Radio Companion that I did via PyBombs on the 
RFNoC Getting Started page that packages RFNoC, GNU Radio, and UHD all in one 
download on my Ubuntu 16.04.5 system.
My attempt today involved gr_modtool newmod gr-Example, then copying and 
pasting my coworker's module into the created folder. I then navigated to the 
"build" folder and ran "cmake ../" followed by "sudo make install". This failed 
due to C++11 issues, which I fixed by modifying a CMake file. Then I failed in 
linking. I could not find -lgnuradio-runtime and -lgnuradio-pmt libraries.
Why can I not find these libraries? I tried removing these libraries from the 
files that use them and it will successfuly install. Then in GNU Radio 
Companion I can use the block. When I hit run I get an "Attribute Error: No 
object blockname found in Example" or something along those lines. I'm assuming 
this is due to me removing the libraries during linking? Any help would be 
great. Thank you for your time.
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to