Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread w xd
64bit 2017-08-27 15:44 GMT+08:00 Andrew Rich : > Are you on a 32 bit or 64 bit > > Sent from my iPhone > > On 27 Aug 2017, at 5:34 pm, w xd wrote: > > Environment: Mac os 10.12.6 > > I want to install gr-lte and learn something about LTE. And I

[Discuss-gnuradio] gr-lte make error

2017-08-27 Thread w xd
Environment: Mac os 10.12.6 I want to install gr-lte and learn something about LTE. And I follow the instruction from https://github.com/kit-cel/gr-lte. when the go to the command "make -jX", it go wrong. The error message: Linking CXX shared library libgnuradio-lte.dylib Undefined symbols for

Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread Andrew Rich
Are you on a 32 bit or 64 bit Sent from my iPhone > On 27 Aug 2017, at 5:34 pm, w xd wrote: > > Environment: Mac os 10.12.6 > > I want to install gr-lte and learn something about LTE. And I follow the > instruction from https://github.com/kit-cel/gr-lte. > > when the

Re: [Discuss-gnuradio] Help understanding AX.25 encoding and tagged streams

2017-08-27 Thread Cinaed Simson
On 08/26/2017 05:36 PM, Robert McGwier wrote: > At one time rational resampling meant that the interpolation and > decimation were each integers so the rate change is the ratio of two > integers and thus rational. All integers are rational. But not all rationals are integers. 1,2,3, are integers

Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread Marcus Müller
Oh, I missed that. Not cool, considering I think I've inherently become one of gr-lte's maintainers :/ Thanks! Best regards, Marcus On 27.08.2017 21:20, Michael Dickens wrote: > The issue is that gr-lte requires Volk but does not check for it -- > nor use its API / headers correctly nor use its

Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread Michael Dickens
The issue is that gr-lte requires Volk but does not check for it -- nor use its API / headers correctly nor use its ABI / libraries correctly -- in the CMakeLists.txt scripts. This is a simple fix, which you can copy from other OOT modules. Related: Are you trying to use MacPorts to do the

Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread Marcus Müller
Dear zs, that looks most like a broken GNU Radio installation, or rather multiple conflicting installations. Considering I interpret between the lines that you're building this on OS X: How did you install GNU Radio? Did you update any of the dependencies of GNU Radio, but not GNU Radio since

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 5

2017-08-27 Thread Håkon Vågsether
Hi all, The focus for this week has been the handling of parameters and variables. You can read more at: https://grccpp.wordpress.com/ Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org

[Discuss-gnuradio] Radiosonde

2017-08-27 Thread Andrew Rich
Hello Anyone have experience decoding radio sonde devices ? Have the flow graph Andrew Sent from my iPhone ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Radiosonde

2017-08-27 Thread Andrew Rich
Yes I have the flow graph setup I would like to know a bit more about it Is it possible to get GPS data from it What modes are supported Andrew > On 28 Aug 2017, at 3:35 pm, andrea montefusco > wrote: > > Google is your friend, searching for > >

Re: [Discuss-gnuradio] Radiosonde

2017-08-27 Thread andrea montefusco
Google is your friend, searching for gnuradio radiosonde flowgraph returns https://github.com/bastibl/gr-rstt http://brmlab.cz/project/weathersonde/start Andrea Montefusco IW0HDV On Aug 28, 2017 07:28, "Andrew Rich" wrote: > Hello > > Anyone have experience

Re: [Discuss-gnuradio] Radiosonde

2017-08-27 Thread Nick Foster
Andrew, The first sentence of Bastian's excellent readme answers your second question. Please do the bare minimum research before sending an email to several thousand people. We get that you're excited about GNU Radio. We all are. But if you are expecting a detailed answer to a question, you

Re: [Discuss-gnuradio] gr-lte make error

2017-08-27 Thread w xd
thanks sir can you explain it more clearly?sorry for not familiar with it. I just copy the "volk":(it can not work also) I don't use the MacPorts, just follow the instruction from GitHub.Namely, build by myself. # Install