Re: [USRP-users] Pybombs error for gnuradio

2018-10-26 Thread Pratik Chatterjee via USRP-users
Deleting binary files from previous manual installations worked for me.

On Fri, Oct 26, 2018 at 12:19 PM Sumit Kumar  wrote:

> Hello Pratik,
>
> Were you able to find the solution ?
>
> BR
> Sumit
>
> On Wed, Oct 17, 2018 at 9:41 PM Pratik Chatterjee via USRP-users <
> usrp-users@lists.ettus.com> wrote:
>
>> Hello all,
>>
>> I have used pybombs in the past and it worked just fine. But recently I
>> get compatibility issues of uhd and fpga, as well as the following error
>> while building gnuradio. Has anyone seen this before? I am following the
>> getting started rfnoc guide.
>>
>> [ 87%] Building CXX object
>> gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o
>> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
>> In function ‘PyObject* _wrap_time_spec_t___addSWIG_0(PyObject*,
>> PyObject*)’:
>> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:20964:33:
>> error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
>>result = (arg1)->operator +(*arg2);
>>  ^
>> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
>> In function ‘PyObject* _wrap_time_spec_t___addSWIG_1(PyObject*,
>> PyObject*)’:
>> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:21009:33:
>> error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
>>result = (arg1)->operator +((uhd::time_spec_t const &)*arg2);
>>  ^
>> 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:15091: 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
>> [ERROR] Build failed. See output above for error messages.
>> [ERROR] Problem occurred while building package gnuradio:
>> Build failed.
>> [ERROR] Error installing package gnuradio. Aborting.
>>
>> Thanks,
>> Pratik
>> ___
>> USRP-users mailing list
>> USRP-users@lists.ettus.com
>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
>
>
> --
> --
> Sumit kumar
> Doctoral Student, UPMC
> Eurecom, BIOT
> France
>
>
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


Re: [USRP-users] Pybombs error for gnuradio

2018-10-26 Thread Sumit Kumar via USRP-users
Hello Pratik,

Were you able to find the solution ?

BR
Sumit

On Wed, Oct 17, 2018 at 9:41 PM Pratik Chatterjee via USRP-users <
usrp-users@lists.ettus.com> wrote:

> Hello all,
>
> I have used pybombs in the past and it worked just fine. But recently I
> get compatibility issues of uhd and fpga, as well as the following error
> while building gnuradio. Has anyone seen this before? I am following the
> getting started rfnoc guide.
>
> [ 87%] Building CXX object
> gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o
> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_time_spec_t___addSWIG_0(PyObject*,
> PyObject*)’:
> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:20964:33:
> error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
>result = (arg1)->operator +(*arg2);
>  ^
> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
> In function ‘PyObject* _wrap_time_spec_t___addSWIG_1(PyObject*,
> PyObject*)’:
> /home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:21009:33:
> error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
>result = (arg1)->operator +((uhd::time_spec_t const &)*arg2);
>  ^
> 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:15091: 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
> [ERROR] Build failed. See output above for error messages.
> [ERROR] Problem occurred while building package gnuradio:
> Build failed.
> [ERROR] Error installing package gnuradio. Aborting.
>
> Thanks,
> Pratik
> ___
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>


-- 
-- 
Sumit kumar
Doctoral Student, UPMC
Eurecom, BIOT
France
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


[USRP-users] Pybombs error for gnuradio

2018-10-17 Thread Pratik Chatterjee via USRP-users
Hello all,

I have used pybombs in the past and it worked just fine. But recently I get
compatibility issues of uhd and fpga, as well as the following error while
building gnuradio. Has anyone seen this before? I am following the getting
started rfnoc guide.

[ 87%] Building CXX object
gr-uhd/swig/CMakeFiles/_uhd_swig.dir/uhd_swigPYTHON_wrap.cxx.o
/home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
In function ‘PyObject* _wrap_time_spec_t___addSWIG_0(PyObject*,
PyObject*)’:
/home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:20964:33:
error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
   result = (arg1)->operator +(*arg2);
 ^
/home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:
In function ‘PyObject* _wrap_time_spec_t___addSWIG_1(PyObject*,
PyObject*)’:
/home/pratik/rfnoc/src/gnuradio/build/gr-uhd/swig/uhd_swigPYTHON_wrap.cxx:21009:33:
error: ‘class uhd::time_spec_t’ has no member named ‘operator+’
   result = (arg1)->operator +((uhd::time_spec_t const &)*arg2);
 ^
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:15091: 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
[ERROR] Build failed. See output above for error messages.
[ERROR] Problem occurred while building package gnuradio:
Build failed.
[ERROR] Error installing package gnuradio. Aborting.

Thanks,
Pratik
___
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com