Hello, 
I am trying to install RFNoC using the getting started tutorial 
(https://kb.ettus.com/Getting_Started_with_RFNoC_Development). The first time I 
installed everything using pybombs, UHD asked for Vivado 17.4. So I also 
installed it but I was still not able to run the basic test contained with the 
default RFNoC blocks (I had this issue 
http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2018-April/056331.html).
 I am now trying to switch back to old versions of RFNoc in order to be able to 
follow the tutorial. However I am having difficulties finding the good versions 
to make everything works because the fpga-uhd and the uhd repository work 
together (UHD verify if the firmware of the X310 board matches). Now I am 
trying to build everything with specific commits of the packages (of around the 
same time) but I am having the following bug in pybombs: 

HEAD is now at fbea7f7... GRC: Include DMA fifo in RFNoC category 
Configuring: (100%) 
[==============================================================================]
 
PyBOMBS.Packager.source - WARNING - Configuration failed. Re-trying with higher 
verbosity. 
-- Boost version: 1.58.0 
-- Found the following Boost libraries: 
-- filesystem 
-- system 
CMake Error at CMakeLists.txt:140 (message): 
RFNoC not found. 


-- Configuring incomplete, errors occurred! 
See also 
"/home/thales/rfnoc_old/src/gr-ettus/build/CMakeFiles/CMakeOutput.log". 
PyBOMBS.Packager.source - ERROR - Configuration failed after running at least 
twice. 
PyBOMBS.Packager.source - ERROR - Problem occurred while building package 
gr-ettus: 
Configuration failed 
PyBOMBS.install_manager - ERROR - Error installing package gr-ettus. Aborting. 


I am using the recipes from https://github.com/gnuradio/gr-recipes.git and 
https://github.com/EttusResearch/ettus-pybombs.git and this is my custom recipe 
file: 

inherit: prefix 
config: 
packages: 
uhd: 
gitbranch: rfnoc-devel 
forcebuild: True 
gitrev: 860a87adc51f17b08fa8b9805d580144ef264f2a 
#Tue Sep 5 15:02:43 2017 -0500 
gnuradio: 
forcebuild: True 
gr-ettus: 
gitbranch: master 
forcebuild: True 
gitrev: fbea7f763460ffb42592c6c1c389047b6e0e1a10 
#Date: Tue Aug 1 12:39:23 2017 
uhd-fpga: 
gitbranch: rfnoc-devel 
git-rev: f68f3591cefc54b571ce5695abd71e3f5d98d864 
depends: 
- gnuradio 
- uhd 
- gr-ettus 
- pyqt5 
- uhd-fpga 


Thank you for your help. 


        
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to