On 09/11/2018 01:17 PM, Jason Matusiak via USRP-users wrote:
> Rob,
>  
> Honestly, it seems like stuff has gotten sideways all over the place.  Things 
> I used to be able to do are no longer working (granted, I am working on an 
> E310, so that increases the complexities).
>  
> Try this instruction though: 
> https://github.com/gnuradio/gnuradio/issues/1706#issuecomment-408298178
>  
> It helped me in one particular case.  I have no idea what will happen 
> long-term making that change.

I think the problem is an sdk containing an older uhd. This leads to the
header clash. I haven't confirmed this.

The fix is someone sends me a pull request for meta-sdr with a working
update to uhd (including fpga packaging updates).

The other thing you can do is after building uhd, you can "install" the
output back into the sdk. Not optimal, but should solve the problem.

Another idea is make an sdk with all packages needed for gnuradio and
uhd, but not containing them. Once again, a pull rwuest adding such an
sdk to meta-sdr would be welcome.

It isn't that hard, you just need specialized knowledge and time to test
the output for a few cases.

Philip


>  
>  
> --------- Original Message --------- Subject: [USRP-users] installing rfnoc 
> using pybombs
> From: "Rob Kossler via USRP-users" <usrp-users@lists.ettus.com>
> Date: 9/11/18 1:06 pm
> To: "usrp-users" <usrp-users@lists.ettus.com>
> 
>    Hi,
> I just tried to install rfnoc using pybombs according to the RFNoC getting 
> started guide.  The build fails with the following messages during the 
> gnuradio build.  Any way around this?
> Rob
>  
> [ 88%] Built target tags_demo
> [ 88%] Built target _uhd_swig_doc_tag
> [ 88%] Built target uhd_swig_swig_doc
> [ 88%] Built target _uhd_swig_swig_tag
> [ 88%] Built target uhd_swig_gr_uhd_swig_5e3ce
> [ 88%] Building CXX object 
> gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
>  In function 'PyObject* _wrap_time_spec_t_get_system_time(PyObject*, 
> PyObject*)':
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:19511:16:
>  error: 'get_system_time' is not a member of 'uhd::time_spec_t'
>        result = uhd::time_spec_t::get_system_time();
>                 ^
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
>  In function 'PyObject* _wrap_dboard_iface_set_gpio_debug(PyObject*, 
> PyObject*, PyObject*)':
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:27597:15:
>  error: 'class uhd::usrp::dboard_iface' has no member named 'set_gpio_debug'
>        (arg1)->set_gpio_debug(arg2,arg3);
>                ^
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
>  In function 'PyObject* _wrap_dboard_iface_sptr_set_gpio_debug(PyObject*, 
> PyObject*, PyObject*)':
> /home/irisheyes1/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:28960:16:
>  error: 'class uhd::usrp::dboard_iface' has no member named 'set_gpio_debug'
>        (*arg1)->set_gpio_debug(arg2,arg3);
> 
> 
> 
> 
> _______________________________________________ USRP-users mailing list 
> USRP-users@lists.ettus.com 
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
> 
> 
> 
> _______________________________________________
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
> 

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

Reply via email to