I forgot to say, that this is a tagged_stream block. I take accept pdu messages 
with pmt::blob payload and convert to a tagged stream of char (similar to 
pdu_to_tagged_stream block)

Mit freundlichen Grüßen / Best regards

Stephan Ludwig

Robert Bosch GmbH
Corporate Sector Research & Advance Engineering, Communication Technology 
(CR/AEH4)
Renningen
70465 Stuttgart
GERMANY
www.bosch.com<http://www.bosch.com>

Tel. +49(711)811-8809
Fax +49(711)811-1052
Mobile +49(172)5630639
stephan.ludw...@de.bosch.com<mailto:stephan.ludw...@de.bosch.com>

Registered Office: Stuttgart, Registration Court: Amtsgericht Stuttgart, HRB 
14000;
Chairman of the Supervisory Board: Franz Fehrenbach; Managing Directors: Dr. 
Volkmar Denner,
Dr. Stefan Asenkerschbaumer, Dr. Rolf Bulander, Dr. Stefan Hartung, Dr. Dirk 
Hoheisel, Christoph Kübel,
Uwe Raschke, Wolf-Henning Scheider, Dr. Werner Struth, Peter Tyroller
Von: discuss-gnuradio-bounces+stephan.ludwig2=de.bosch....@gnu.org 
[mailto:discuss-gnuradio-bounces+stephan.ludwig2=de.bosch....@gnu.org] Im 
Auftrag von Ludwig Stephan (CR/AEH4)
Gesendet: Freitag, 20. März 2015 17:43
An: discuss-gnuradio@gnu.org
Betreff: Re: [Discuss-gnuradio] Fwd: AttributeError: 'module' object has no 
attri

Hi Tom,

I have a similar problem. I added a pretty plain block, which uses #include 
<gnuradio/blocks/pdu.h> and changed my set() according to your description to
set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT PDU)

All compiles well, but the same error as in this thread.

Do you have a clue, what I am missing?

Regards
Stephan

>When you build an OOT module, it only knows to look for and link against the 
>GNU Radio runtime library. If you look in the top-level CMakeLists.txt file of 
>your project, you'll
> see a line (somewhere around line 113) that declares this:

> set(GR_REQUIRED_COMPONENTS RUNTIME)

> But now you are trying to use an FFT filter, which is in the GNU Radio filter 
> library (libgnuradio-filter). You need to tell the project to both find and 
> link against this library now,
> so change that line to:

> set(GR_REQUIRED_COMPONENTS RUNTIME FILTER)

> For future reference, nearly this exact problem is mentioned in out OOT 
> configuration tutorial:

> http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig

> Tom

Mit freundlichen Grüßen / Best regards

Stephan Ludwig

Robert Bosch GmbH
Corporate Sector Research & Advance Engineering, Communication Technology 
(CR/AEH4)
Renningen
70465 Stuttgart
GERMANY
www.bosch.com<http://www.bosch.com>

Tel. +49(711)811-8809
Fax +49(711)811-1052
Mobile +49(172)5630639
stephan.ludw...@de.bosch.com<mailto:stephan.ludw...@de.bosch.com>

Registered Office: Stuttgart, Registration Court: Amtsgericht Stuttgart, HRB 
14000;
Chairman of the Supervisory Board: Franz Fehrenbach; Managing Directors: Dr. 
Volkmar Denner,
Dr. Stefan Asenkerschbaumer, Dr. Rolf Bulander, Dr. Stefan Hartung, Dr. Dirk 
Hoheisel, Christoph Kübel,
Uwe Raschke, Wolf-Henning Scheider, Dr. Werner Struth, Peter Tyroller



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to