On 07/13/2018 11:41 AM, Rob Kossler via USRP-users wrote: > Hi, > With the recent changes to the branches, I understand that users doing > RFNoC development should be using master branch and users that > previously used 'maint' should be using 3.10, 3.11, or 3.12 as > appropriate. I am wondering about the possibility of using the RFNoC > API with the 3.12 branch. Is this a possibility? > > I tried to use 3.12 and supplied the -DENABLE_RFNOC=ON parameter to > cmake. I can compile UHD successfully, but the subsequent "make test" > produces an error on the "blockdef_test". So, I am wondering if this is > not an intended use case.
Rob, we hadn't really intended on that being a common use case, but there's actually no reason it shouldn't work. UHD-3.12 contains way fewer RFNoC features, though. I think I remember us fixing that unit test on master branch, and then it probably didn't get back ported due to no one using UHD-3.12 for RFNoC. Maybe I can find that commit and cherry-pick it. But if you want to do RFNoC on UHD-3.12, give it a shot. Note that we won't be backporting RFNoC-related stuff to UHD-3.12, though. Cheers, Martin _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
