Re: [Discuss-gnuradio] gr-radar make problem

2016-03-31 Thread Mostafa Alizadeh
As Martin said, this gr-radar is an amazing tool. I finally, changed the UHD version from 003.005.xxx to 003.009.003 and the problem is resolved. Thanks all particularly "Marcus" :) Best, Mostafa *** Tehran IRAN Tel: +98 (919) 158-7730

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-31 Thread Martin Braun
On 03/30/2016 10:46 AM, Stefan Wunsch wrote: > - gnuradio 3.7.9.1 > - uhd 3.9.2 > - boost 1.60.0 gr-radar is a fantastic project, and I'm not going to tell OOT authors who deliver cool stuff what to do, but I would like to encourage people in general not to require the latest Boost version. If

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-31 Thread Stefan Wunsch
Hey, Most likely Marcus is right ;) I guessed the solution because I had before some problems with boost::format and strerror stuff exactly in this line. How to check your boost version: Most generic solution is 'ldconfig -p | grep libboost' and look at the endings of the boost .so files. Or use

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-31 Thread Marcus Müller
Hi Stefan, don't think this is the Boost version at all; the error warning really, out of nowhere, just suggest that "boost::str()" might be an alternative to the "d_metadata_rx.strerror()" method, which wasn't found. That method wasn't added befor UHD 3.7.0¹, and my guess is that it's not Boost

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-31 Thread Mostafa Alizadeh
Thanks all, I actually have Ubuntu 14.04, so there is not libboost 1.60 in its repository. What should I do? Best, Mostafa *** Tehran IRAN Tel: +98 (919) 158-7730 Emails: m.alizade...@gmail.com, m.alizade...@aut.ac.ir Homepage: Linkedin

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-30 Thread Stefan Wunsch
Hi, Sebastian is right, it's most likely a dependency problem. I've tested the source from git and it compiles fine with following dependencies: - gnuradio 3.7.9.1 - uhd 3.9.2 - boost 1.60.0 First check boost, old versions don't have the strerror function. If boost is the problem, I should

Re: [Discuss-gnuradio] gr-radar make problem

2016-03-30 Thread Sebastian Müller
Hi Mostafa, have you checked your BOOST version? gr-radar needs 1.60.0 or higher. Also, see https://github.com/kit-cel/gr-radar/issues/10 for more info. Regards, Sebastian Am 30. März 2016 bei 09:57:22, Mostafa Alizadeh (m.alizade...@gmail.com) schrieb: Hi all,  I tried to build gr-radar

[Discuss-gnuradio] gr-radar make problem

2016-03-30 Thread Mostafa Alizadeh
Hi all, I tried to build gr-radar master branch but I got the error: /home/mostafa/RADAR/gr-radar-master/lib/usrp_echotimer_cc_impl.cc: In member function ‘void gr::radar::usrp_echotimer_cc_impl::receive()’: