discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Building gnuradio master fails


From: Ralph A. Schmid, dk5ras
Subject: Re: [Discuss-gnuradio] Building gnuradio master fails
Date: Sun, 21 May 2017 08:13:28 +0200

This is also my experience, I made exactly this, deleting the build dir, make a 
new one, fresh cmake, and so on.

Ralph.


> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Sent: Saturday, 20 May, 2017 20:50
> To: Ralph A. Schmid, dk5ras; 'Kostis Triantafyllakis'; address@hidden
> Subject: Re: [Discuss-gnuradio] Building gnuradio master fails
> 
> Be that as it may, I have noticed that the first "cmake../", that is a fresh
> directory, produces different output than a "make clean" followed by "cmake
> ../". ‎ I've made it a point to do a "rm -r build".
> 
> By output, I means whatever is written to standard output. I don't know if a
> fresh directly effects the actual build or not.
> 
>   Original Message
> From: Ralph A. Schmid, dk5ras
> Sent: Saturday, May 20, 2017 11:32 AM
> To: 'Kostis Triantafyllakis'; address@hidden
> Subject: Re: [Discuss-gnuradio] Building gnuradio master fails
> 
> Hi,
> 
> Forgot to mention that of course I already did so - with no success...
> 
> Ralph.
> 
> > -----Original Message-----
> > From: Kostis Triantafyllakis [mailto:address@hidden
> > Sent: Saturday, 20 May, 2017 18:19
> > To: Ralph A. Schmid, dk5ras; address@hidden
> > Subject: Re: [Discuss-gnuradio] Building gnuradio master fails
> >
> > Hello,
> >
> > Cleaning (or even deleting the whole build directory) before rebuilding,
> > had helped me in similar cases.
> > Maybe you could give it a try
> >
> > Best,
> > Kostis
> >
> >
> > On 05/20/2017 06:58 PM, Ralph A. Schmid, dk5ras wrote:
> > > Hi,
> > >
> > > on a Kubuntu 16.04 system building gnuradio from source fails. Branch is
> > > master, downloaded right now.
> > >
> > > UHD is also the latest version from right now.
> > >
> > > Any ideas what it could be? Here the output:
> > >
> > >
> > > [ 99%] Built target _trellis_swig1
> > > [ 99%] Building CXX object
> > > gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o
> > >
> > > [ 99%] Built target _trellis_swig0
> > > [ 99%] Built target pygen_gr_uhd_swig_08777
> > > [ 99%] Built target pygen_gr_video_sdl_swig_ce2c9
> > > [ 99%] Built target pygen_gr_vocoder_swig_43253
> > > [ 99%] Built target _video_sdl_swig
> > > [ 99%] Built target _vocoder_swig
> > > [ 99%] Built target pygen_gr_fcd_swig_c4332
> > > [ 99%] Built target _fcd_swig
> > > [ 99%] Built target pygen_gr_wavelet_swig_89b19
> > > [ 99%] Built target _wavelet_swig
> > > [ 99%] Built target pygen_gr_wxgui_swig_78659
> > > [100%] Built target _wxgui_swig
> > > [100%] Built target pygen_gr_zeromq_swig_4d7be
> > > [100%] Built target _zeromq_swig
> > > /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In
> > function
> > > ‘PyObject* _wrap_dboard_iface_set_gpio_debug(PyObject*, PyObject*,
> > > PyObject*)’:
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:27935:15:
> > > error: ‘class uhd::usrp::dboard_iface’ has no member named
> ‘set_gpio_debug’
> > > (arg1)->set_gpio_debug(arg2,arg3);
> > > ^
> > > /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In
> > function
> > > ‘PyObject* _wrap_dboard_iface_sptr_set_gpio_debug(PyObject*,
> PyObject*,
> > > PyObject*)’:
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:29301:16:
> > > error: ‘class uhd::usrp::dboard_iface’ has no member named
> ‘set_gpio_debug’
> > > (*arg1)->set_gpio_debug(arg2,arg3);
> > > ^
> > > /home/ras/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx: In
> > function
> > > ‘void init_uhd_swig()’:
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:49517:91:
> > > error: ‘ATR_REG_IDLE’ is not a member of ‘uhd::usrp::dboard_iface’
> > > ant(d, "dboard_iface_ATR_REG_IDLE",SWIG_From_int(static_cast< int
> > >> (uhd::usrp::
> > > ^
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:49518:94:
> > > error: ‘ATR_REG_TX_ONLY’ is not a member of ‘uhd::usrp::dboard_iface’
> > > (d, "dboard_iface_ATR_REG_TX_ONLY",SWIG_From_int(static_cast< int
> > >> (uhd::usrp::
> > > ^
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:49519:94:
> > > error: ‘ATR_REG_RX_ONLY’ is not a member of ‘uhd::usrp::dboard_iface’
> > > (d, "dboard_iface_ATR_REG_RX_ONLY",SWIG_From_int(static_cast< int
> > >> (uhd::usrp::
> > > ^
> > > /home/ras/gnuradio/build/gr-
> > uhd/swig/uhd_swigPYTHON_wrap.cxx:49520:98:
> > > error: ‘ATR_REG_FULL_DUPLEX’ is not a member of
> ‘uhd::usrp::dboard_iface’
> > > "dboard_iface_ATR_REG_FULL_DUPLEX",SWIG_From_int(static_cast< int
> > >> (uhd::usrp::
> > > ^
> > > 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:15016: 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
> > >
> > >
> > >
> > > --
> > >
> > > Ralph A. Schmid
> > > Mondstr. 10
> > > 90762 Fürth
> > > +49-171-3631223
> > > address@hidden
> > > http://www.bclog.de/
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Discuss-gnuradio mailing list
> > > address@hidden
> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> > >
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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