Re: [Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread West, Nathan
Keep reading the tutorial and read the errors. The code that comes out of gr_modtool isn't really valid c++ yet, but it's close. """ /home/pi/gr-howto/lib/square_ff_impl.cc:43:38: error: expected primary-expression before ‘<’ token gr::io_signature::make(<+MIN_IN+>, <+MAX_IN+>, size

Re: [Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread Dave NotTelling
Check out http://gnuradio.org/redmine/projects/gnuradio/wiki/BlocksCodingGuide. You'll see that the <+MAX_IN+>, <+MAX_OUT+>, <+MIN_IN+>, <+MIN_OUT+>, <+ITYPE+>, and <+OTYPE+> have all been replaced with actual values. Unless you have multiple inputs and/or outputs you'll replace all of the <+MAX_I

Re: [Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread Dave NotTelling
Oh, here's a better link: http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_GNU_Radio_in_C++#424-Step-3-Fleshing-out-the-code On Sun, Mar 5, 2017 at 12:09 PM, Dave NotTelling wrote: > Check out http://gnuradio.org/redmine/projects/gnuradio/ > wiki/BlocksCodingGuide. You'll see

[Discuss-gnuradio] Newbie trying to follow OOT module tutorial

2017-03-05 Thread Honcho41
Hi, I'm a complete novice to GNURadio but I'm trying to follow the gnu tutorial for creating a OOT block. When I get to the CMake part I keep getting these error codes. I'm sure I'm just missing a dependancy or something simple but I'm also pretty new to RPi too. I'm trying to create a project f