Re: [Discuss-gnuradio] usrp->get_rx_sensor_names() @ettus-b210 and ettus-E310

2015-11-09 Thread Daniele Disco
also by set_rx_bandwidth(bw); The files requested are attached. BR Daniele PS: I reported the same question on usrp-users, sorry for possible spam _ Telecom Italia | TIM Daniele Disco Engeenering & Tilab - Wireless Access Wireless Innovation Via Re

Re: [Discuss-gnuradio] usrp->get_rx_sensor_names() @ettus-b210 and ettus-E310

2015-11-09 Thread Daniele Disco
LE=etc. etc. etc. The procedure fails because in this case the sw does not found make (Python checking for Mako templates 0.4 or geater - "import mako" faild) And the Makefile is not built. BR Daniele _ Telecom Italia | TIM Daniele Disco Eng

Re: [Discuss-gnuradio] usrp->get_rx_sensor_names() @ettus-b210 and ettus-E310

2015-11-09 Thread Daniele Disco
. There is a way to obtain the desired BW? In any case thank you Philip for your support _ Telecom Italia | TIM Daniele Disco Engeenering & Tilab – Wireless Access Wireless Innovation Via Reiss Romoli, 274 – 10148 Torino tel . +39 011 228 7271 cell.

Re: [Discuss-gnuradio] usrp->get_rx_sensor_names() @ettus-b210 and ettus-E310

2015-11-09 Thread Daniele Disco
The error is "Segmentation fault" -- View this message in context: http://gnuradio.4.n7.nabble.com/usrp-get-rx-sensor-names-ettus-b210-and-ettus-E310-tp56815p56818.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio

[Discuss-gnuradio] usrp->get_rx_sensor_names() @ettus-b210 and ettus-E310

2015-11-08 Thread Daniele Disco
Hi! I have a code with the instruction on the subject ( uhd::usrp::multi_usrp::sptr usrp std::vector < std::string > rx_sensors = usrp->get_rx_sensor_names(); ) If the code run on ettus-b210 this instruction runs fine, if I cross-compiled the code and put the executable on E310 the code fails at

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you for your answer. I understand your position but I'm not an expert of cmake and at the moment I use the uhd library to compile my app. There is a general template or something like a procedure (step by step) to build all the directories, files and so on to cross compile an app using the

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you Philip -- View this message in context: http://gnuradio.4.n7.nabble.com/On-the-right-approach-for-developing-applications-to-be-run-on-an-E310-tp55779p56785.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you Philip but I was thinking to a "simpler" procedure like gcc-arm app.cpp -luhd -letc. -letc. -o app It is possible avoid the cmake passage? Daniele -- View this message in context:

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
HI Marcus! I followed yours suggestions but what is the right way to cross compile a new applications? At the moment I found a "dirty" shortcut using the uhd library: I add my application in the examples directory of uhd library; I modify the CMakeLists.txt in the directory examples and make "all"

Re: [Discuss-gnuradio] Problem post installing kit.ce/gr-lte

2015-10-09 Thread Daniele Disco
Johannes Demel student.kit.edu> writes: > > > Hi Daniele, > > Run this script a few times. Some of those hier blocks are nested. The > script doesn't care about compiling them in correct order. So after 2 > 3 times it should have everything. Unless something went wrong. > > I recommend you