Re: [Discuss-gnuradio] Volk functions in OOT on Mac

2017-04-30 Thread Michael Dickens
Hi Vamsi - Your new changes look better; but do they work? The reason why them specifically is that Volk is not a GR component; it's a separate project. So any OOT module using it must propert include its header and library info. Hope this helped! - MLD On Sat, Apr 29, 2017, at 09:53 PM, vamsi kris

Re: [Discuss-gnuradio] Volk functions in OOT on Mac

2017-04-29 Thread Michael Dickens
Hi Vamsi - Check out how this OOT modules does it, especially this commit: https://github.com/bastibl/gr-ieee802-15-4/commit/c37a45f2594e2b6f0403141e23ca12a76285b18f . - MLD On Sat, Apr 29, 2017, at 01:34 AM, vamsi krishna wrote: > Thanks for the information. I have the below fix which gets me aro

Re: [Discuss-gnuradio] Volk functions in OOT on Mac

2017-04-28 Thread Michael Dickens
Hi Vamsi - it looks like you're not linking with Volk directly; indirect linking (via one of the GR libraries) doesn't work. Check out any of the various OOT modules that do that linking for specifics. - MLD On Fri, Apr 28, 2017 at 12:12 AM, vamsi krishna wrote: > > I get the following error when