discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Build problems with pybombs


From: Mike Willis
Subject: [Discuss-gnuradio] Build problems with pybombs
Date: Fri, 18 Apr 2014 21:48:33 +0100

Yet more difficulties. Having found a work around for the Usb issue with the B200, I was then unable to get any of the audio examples to run again due to /dev/dsp not being present and gnuradio insisting on using oss. I Decided I must not have built it correctly so I tried re-building yet again with pybombs. This is slow as I have only access to slow broadband here. Now I have total build failure in uhd. Not sure how to proceed as I don't know what I am doing wrong here. It worked fine last time.

Mike

[  4%] Built target man_page_gzips
[  4%] [  4%] [  4%] [  5%] Building CXX object lib/CMakeFiles/uhd.dir/usrp/cores/radio_ctrl_core_3000.cpp.o
Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard/db_sbx_version3.cpp.o
Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard/db_sbx_version4.cpp.o
Building CXX object lib/CMakeFiles/uhd.dir/usrp/dboard/db_cbx.cpp.o
In file included from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.hpp:21:0,
                 from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.cpp:18:
/home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp: In static member function ‘static std::vector<unsigned char> uhd::msg_task::buff_to_vector(boost::uint8_t*, size_t)’:
/home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp:51:36: error: ‘uint8_t’ was not declared in this scope
                 return std::vector<uint8_t>();
                                    ^
/home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp:51:36: note: suggested alternative:
In file included from /usr/local/include/boost/integer_fwd.hpp:17:0,
                 from /usr/local/include/boost/integer.hpp:18,
                 from /usr/local/include/boost/function/function_base.hpp:21,
                 from /usr/local/include/boost/function/detail/prologue.hpp:17,
                 from /usr/local/include/boost/function.hpp:24,
                 from /home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp:24,
                 from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.hpp:21,
                 from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.cpp:18:
/usr/local/include/boost/cstdint.hpp:211:30: note:   ‘boost::uint8_t’
      typedef unsigned char   uint8_t;
                              ^
In file included from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.hpp:21:0,
                 from /home/mike/pybombs/src/uhd/host/lib/usrp/cores/radio_ctrl_core_3000.cpp:18:
/home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp:51:43: error: template argument 1 is invalid
                 return std::vector<uint8_t>();
                                           ^
/home/mike/pybombs/src/uhd/host/include/uhd/utils/msg_task.hpp:51:43: error: template argument 2 is invalid
make[2]: *** [lib/CMakeFiles/uhd.dir/usrp/cores/radio_ctrl_core_3000.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2
ERROR:root:PyBOMBS Make step failed for package (uhd) please see bash output above for a reason (hint: look for the word Error)

reply via email to

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