[Discuss-gnuradio] volk issues on 32-bit hardware?

2015-03-07 Thread Marcus D. Leech
I've a user who's trying to install my simple_ra code. It builds just fine, but upon running, runs into a linker error involving VOLK: raceback (most recent call last): File "/home/peter/bin/simple_ra_receiver.py", line 23, in from grc_gnuradio import blks2 as grc_blks2 File "/usr/loc

Re: [Discuss-gnuradio] Getting error: No module named howto_swig

2015-03-07 Thread Marcus Müller
Hi Abhishek, the whole "howto" example introduction is kind of obsolete; I recommend following the new guided tutorials from https://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials Greetings, Marcus On 03/07/2015 07:36 PM, Abhishek Shukla wrote: > while building own custom block "squ

Re: [Discuss-gnuradio] error: GNURADIO filter not found, while making own custom block in gnuradio

2015-03-07 Thread Marcus Müller
quot;. > abhishek@abhishek-Inspiron-N5110:~/gnuradio-master/gr-howto/build$ > cmake ../ > -- Build type not specified: defaulting to release. > -- Boost version: 1.55.0 > -- Found the following Boost libraries: > -- filesystem > -- system >

[Discuss-gnuradio] Getting error: No module named howto_swig

2015-03-07 Thread Abhishek Shukla
while building own custom block "square_ff" for Gnuradio 3.7.3, my make test command was not successful. After checking in detail for the error with command "ctest -V -R square", i got an error of "No module named howto_swig". also while doing cmake there was one of the statement "Disabling SWIG be

Re: [Discuss-gnuradio] Discuss-gnuradio Digest, Vol 148, Issue 8

2015-03-07 Thread Abhishek Shukla
the file using "cmake ../". > abhishek@abhishek-Inspiron-N5110:~/gnuradio-master/gr-howto/build$ cmake > ../ > -- Build type not specified: defaulting to release. > -- Boost version: 1.55.0 > -- Found the following Boost libraries: > -- filesystem > --

Re: [Discuss-gnuradio] error: GNURADIO filter not found, while making own custom block in gnuradio

2015-03-07 Thread Marcus Müller
Hi Abhishek, how did you install GNU Radio? Usually, gr-filter is available, but if some dependencies were missing at build time, it might have been omitted. Greetings, Marcus On 03/07/2015 06:00 AM, Abhishek Shukla wrote: > While making own custom block "derivative_ff" using method specified >

Re: [Discuss-gnuradio] Decimation of multiple streams

2015-03-07 Thread Marcus Müller
Hi Ali, no, there's no easy way to have N identical things in GRC. However, I'm pretty sure you're misusing vector_to_streamS. There's vector_to_streamS and vector_to_stream, and the second is what you usually want when converting a vector to streams of samples. Greetings, Marcus On 03/07/2015 0