discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Issue with Pybombs installation


From: Sumit Kumar
Subject: [Discuss-gnuradio] Issue with Pybombs installation
Date: Wed, 25 Apr 2018 10:42:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi,

Qn-1 When I execute the following :

pybombs prefix init !/tique_radio -a demo -R gnuradio-default

After 87% of the compilation, I get this error : 

[ 87%] Building CXX object gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.

cxx.o
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In function ‘PyObject* _wrap_time_spec_t_get_system_time(PyObject*, PyObject*)’:
/home/tique/tique_radio/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/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In function ‘PyObject* _wrap_dboard_iface_set_gpio_debug(PyObject*, PyObject*, PyObject*)’:
/home/tique/tique_radio/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/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In function ‘PyObject* _wrap_dboard_iface_sptr_set_gpio_debug(PyObject*, PyObject*, PyObject*)’:
/home/tique/tique_radio/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);
                ^
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In function ‘void init_uhd_swig()’:
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:48264:91: error: ‘ATR_REG_IDLE’ is not a member of ‘uhd::usrp::dboard_iface’
   SWIG_Python_SetConstant(d, "dboard_iface_ATR_REG_IDLE",SWIG_From_int(static_cast< int >(uhd::usrp::dboard_iface::A
                                                                                           ^
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:48265:94: error: ‘ATR_REG_TX_ONLY’ is not a member of ‘uhd::usrp::dboard_iface’
   SWIG_Python_SetConstant(d, "dboard_iface_ATR_REG_TX_ONLY",SWIG_From_int(static_cast< int >(uhd::usrp::dboard_iface
                                                                                              ^
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:48266:94: error: ‘ATR_REG_RX_ONLY’ is not a member of ‘uhd::usrp::dboard_iface’
   SWIG_Python_SetConstant(d, "dboard_iface_ATR_REG_RX_ONLY",SWIG_From_int(static_cast< int >(uhd::usrp::dboard_iface
                                                                                              ^
/home/tique/tique_radio/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:48267:98: error: ‘ATR_REG_FULL_DUPLEX’ is not a member of ‘uhd::usrp::dboard_iface’
   SWIG_Python_SetConstant(d, "dboard_iface_ATR_REG_FULL_DUPLEX",SWIG_From_int(static_cast< int >(uhd::usrp::dboard_i
                                                                                                  ^
gr-uhd/swig/CMakeFiles/_uhd_swig.dir/build.make:70: recipe for target 'gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o' failed
make[2]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o] Error 1
CMakeFiles/Makefile2:13348: recipe for target 'gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all' failed
make[1]: *** [gr-uhd/swig/CMakeFiles/_uhd_swig.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2

Qn-2 When installing using pybombs can I choose uhd version. I believe it is using 3.10 but I need 3.009.003

Thanks

Sumit


reply via email to

[Prev in Thread] Current Thread [Next in Thread]