Re: [USRP-users] How to find and link OOT module with gnuradio 3.8?

2020-06-30 Thread Mohamed Yaaseen
Hello EJ Kreinar, I just came across this situation. I was trying to create a rfnoc gain tutorial oot module using rfnomodtools. But, when I was doing cmake I got some errors with respect to find_package(ettus). I was just fiddling around with cmakefiles as I am not familiar with cmake and stuff.

Re: [USRP-users] How to find and link OOT module with gnuradio 3.8?

2020-06-30 Thread EJ Kreinar
Ron, Yes, that looks right on target with my results... A little baffling to me though... linking against OOTs seems like a fairly standard use case but maybe it's less common than I thought. It's definitely needed for rfnoc though. Mohamed Yaaseen, The change that worked for me was to update G

Re: [USRP-users] How to find and link OOT module with gnuradio 3.8?

2020-07-01 Thread Mohamed Yaaseen
Hello EJ Kreinar, I have somehow made gr-ettus and rfnoc mod tools to work with gnuradio 3.8. I created, built and installed the gain rfnoc oot module. And it was working as it should be. I created a new branch called working-maint-3.8 for gr-ettus and pushed it to my personal repository. I have