Ashutosh, If you have already installed the UHD libraries for other OAI software applications, then you can run your build command without the -I flag. If your D2D build requires additional packages not currently installed on your system (which I doubt), then you may have to install them via your favorite package manager manually. Otherwise, you can modify the build script to try a different PPA such as ppa:ettusresearch/uhd (like Marcus suggested) or remove all UHD packages installed by the OAI script and build UHD from source in the same target destination. Be warned that the OAI scripts don't check if you have built UHD libraries from source, so if you installed them via a package manager at a future time, you might get version mismatches (Marcus helped me figure out this same problem on this list).
If you are having troubles with the actual UHD library build, I recommend looking into your "cmake_targets/tools/build_helper" file to see what OAI actually does with " check_install_usrp_uhd_driver() " or "install_usrp_uhd_driver_from_source()". The "check" function actually performs the install and the "install from source" command doesn't appear to be called. I have made this complaint to the OAI distro and am working on pushing a better solution. Cheers, Matt _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
