Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-09 Thread Brad Hein
Thanks Marcus, I spent an hour reading all about BSP last night and it looks quite fascinating. The learning curve looks step, so blog tutorials definitely make sense. With that said, that doesn't do anything for me and my Raspberry Pi 3 that's facing compile errors :) On Wed, May 9, 2018 at

Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-09 Thread CEL
Hi Brad, to jump in and clarify what Phil probably could've said in a lot fewer words, but for didn't ;) : Philip is an OpenEmbedded Guru of ancient fame. Basically, OpenEmbedded is a system to build your own linux distros, by defining what compilers, libraries, and tools to include in the base

Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-08 Thread Brad Hein
I don't follow... but I look forward to reading your blog post when it is available. On Tue, May 8, 2018 at 6:37 PM, Philip Balister wrote: > On 05/08/2018 04:13 PM, Brad Hein wrote: > > Hi Philip, > > > > How do I go a out trying an alternative as you suggest? > > I have a

Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-08 Thread Philip Balister
On 05/08/2018 04:13 PM, Brad Hein wrote: > Hi Philip, > > How do I go a out trying an alternative as you suggest? I have a note to do a blog post on building an aarch64 image with OpenEmbedded, but paying work is interfering. It is fairly straight forward the meta-raspberrypi bsp is very good.

Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-08 Thread Brad Hein
Hi Philip, How do I go a out trying an alternative as you suggest? Thanks! [Sent from mobile device] On Tue, May 8, 2018, 6:07 PM Philip Balister wrote: > I'm not that familiar wit Raspian, but my impression is that it is > binary compatible with the original Pi, which

Re: [Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-08 Thread Philip Balister
I'm not that familiar wit Raspian, but my impression is that it is binary compatible with the original Pi, which has no neon support. The volk code didn't handle this gracefully until recently. That said, The Pi 3 does support neon and better. For the Pi-3, I'd use something built to take

[Discuss-gnuradio] Raspberry Pi 3 / Error: selected processor does not support ARM mode

2018-05-08 Thread Brad Hein
On a new Raspberry Pi 3, running Raspbian, all apt-get package updates loaded, I'm encountering an error compiling gnuradio (branch: master). I made one modification from the default source code, and that is the neonasm patch to fix a different compile error with a missing instruction on the Pi.