[Discuss-gnuradio] build error at uhd::time_spec_t::get_system_time()

2018-03-28 Thread Piotr Swiatkiewicz
. I can't help > with the pybombs command; still haven't worked through using it yet. Good > luck! - MLD > > On Tue, Mar 27, 2018, at 5:17 PM, Piotr Swiatkiewicz wrote: > > yes, this is true: > > # pacman -Ss libuhd > community/libuhd 3.10.2.0-3 [installed] > U

Re: [Discuss-gnuradio] build error at uhd::time_spec_t::get_system_time()

2018-03-27 Thread Piotr Swiatkiewicz
I just learned from PyBOMBS guys that only Python 2 is supported, so I may now have a mess on my system. Must check and clean it up before I continue. Thanks for your help, Peter -- Piotr Swiatkiewicz On 25 March 2018 at 18:51, Michael Dickens wrote: > Hi Piotr - The error you encounter

Re: [Discuss-gnuradio] build error at uhd::time_spec_t::get_system_time()

2018-03-25 Thread Piotr Swiatkiewicz
Well, I came back to GR and app development based on GR after a long break. This is what I saw at https://wiki.gnuradio.org/index.php/ InstallingGRFromSource: *Using PyBOMBS* *We are moving to use PyBOMBS as our installation tool for GNU Radio. This will take care of dependencies and allow you to

[Discuss-gnuradio] PyBOMBS - TypeError when checking git version

2018-03-25 Thread Piotr Swiatkiewicz
Tried to set up PyBOMBS with Python 3.6 and got the following error: [pswiatki@sdr_mobile ~]$ pybombs recipes add-defaults PyBOMBS - INFO - PyBOMBS Version 2.3.3a0 Traceback (most recent call last): File "/usr/bin/pybombs", line 11, in load_entry_point('PyBOMBS==2.3.3a0', 'console_scripts',

[Discuss-gnuradio] build error at uhd::time_spec_t::get_system_time()

2018-03-25 Thread Piotr Swiatkiewicz
I am trying to build GR with PyBOMBS and apart from problems with the build system itself (it would not start properly when python3 is used) I get the following error not far away (85% complete) from the end of the build: [ 85%] Building CXX object gr-uhd/swig/CMakeFiles/_uhd_sw ig.dir/uhd_swigPYT

Re: [Discuss-gnuradio] WBX

2010-01-20 Thread Piotr Swiatkiewicz
On 13/01/2010 20:42, Matt Ettus wrote: At long last, the WBX is now available. It covers 50 MHz to 2.2 GHz. [...] More details and more detailed specs will follow in the next few days. Thanks for this new product, Matt. I have also waited for WBX for quite some time. I think I saw some WBX

[Discuss-gnuradio] gr.file_source problem

2007-12-05 Thread Piotr Swiatkiewicz
Hi, I am trying to feed samples from a file to the LFTX daughter board. They were recorded using usrp_rx_cfile.py (from usrp.source_c). I cannot see any real signal from LFTX when I run my script, but fftsink2.fft_sink_c produces the correct spectrum when samples are fed from the same file. Am I

[Discuss-gnuradio] no signal from LFTX when data sent from gr.file_source

2007-11-27 Thread Piotr Swiatkiewicz
Hi all, I have been testing USRP and Gnu Radio for a while and it's been a very interesting, educational experience. One of the important things for me is to get capture to / playback from file capability to work. I simplified usrp_rx_cfile.py a bit and essentially what my script does is: usr