That was it! Looks like there was some linker magic going on. So once I added the --whole-archive option it worked.
Thanks, -Christian On Wed, Jun 19, 2019 at 9:46 AM Nick Foster <[email protected]> wrote: > This thread might be helpful: > > https://www.mail-archive.com/[email protected]/msg07959.html > > Nick > > On Wed, Jun 19, 2019 at 6:35 AM Christian Valledor via USRP-users < > [email protected]> wrote: > >> Hi All, >> >> I'm developing a few custom RFNoC Blocks for a UHD application I'm >> working on, and I've hit a snag getting UHD to work with my block >> controllers. Note that I went the C++ route instead of using nocscript and >> the default block controller to handle some more complex cases. >> >> The only way I have been able to get my application to work is if I move >> my custom controller files into the UHD directory, and re-compile. >> Otherwise it sees my block and XML, but doesn't register a key, and loads >> the default block controller. >> >> Is there another way to get UHD to play nice with my block without >> re-compiling it each time? >> >> thanks, >> -Christian >> _______________________________________________ >> USRP-users mailing list >> [email protected] >> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >> >
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
