Re: [Discuss-gnuradio] Problems building GNURadio

2014-09-22 Thread Michal Jakubiak
ing. If that's not working for you, please do speak > up. > > I believe it came up during the Embedded WG discussion at GrCon last week > that the wiki page has gotten to a good enough state that we probably do > want to make it visible on the front page. > > Doug &g

Re: [Discuss-gnuradio] Problems building GNURadio

2014-09-22 Thread Michal Jakubiak
ery >> closely. This page will be much more helpful: >> http://gnuradio.org/redmine/projects/gnuradio/wiki/embedded >> >> That said, there were also changes to the build setup for ARM made >> yesterday, so it would be good to know what revision your building. >&g

Re: [Discuss-gnuradio] Problems building GNURadio

2014-09-19 Thread Michal Jakubiak
I'm refreshing this one since I have a very similar problem. I'm trying to build gr on BeagleBone Black, which is also an ARMv7. I'm using the build-gnuradio script. > [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_cpu.c.o > [ 4%] Building C object volk/lib/CMakeFiles/volk.dir/volk_

Re: [Discuss-gnuradio] ctest freezes in random moments on my OOT

2014-08-14 Thread Michal Jakubiak
On Thu, Aug 14, 2014 at 4:15 PM, Tom Rondeau wrote: > On Thu, Aug 14, 2014 at 6:38 AM, Michal Jakubiak > wrote: > >> Hello, >> >> I've written a simple block that takes a c34vector message as input and >> outputs a message containing average mag^2 of the s

[Discuss-gnuradio] ctest freezes in random moments on my OOT

2014-08-14 Thread Michal Jakubiak
Hello, I've written a simple block that takes a c34vector message as input and outputs a message containing average mag^2 of the samples in the vector. I've added the QA code in Python and it seems to be working except the test never finishes. I've added a few print statements to see whats up. Fr

[Discuss-gnuradio] Posting messages from outside the work function in Python

2014-07-17 Thread Michal Jakubiak
Hello, I would like to write a block in Python that is a message source (no IO ports, only message port). I've found a few examples in C++ of blocks that don't do signal processing and don't rely on the work() function, but what would be the equivalent in python? If it is possible, how would I han

[Discuss-gnuradio] Extra line in a module with python blocks

2014-05-20 Thread Michal Jakubiak
Hi there, I'm writing an OOT module. For now, the only block I've made is written in Python. I follow the guide and everythins is ok until I run the top_block and get this error: File "/usr/local/lib/python2.7/dist-packages/mavlink/__init__.py", line 45, in from mavlink_swig import * FYI,