Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread P C
Kyeong Su Shin, You win the blue ribbon. I'm loosing it. Thanks, Pete On 5/20/2019 12:27 AM, Kyeong Su Shin wrote: Dear Pete, To me, it sounds like that you are inputting ``` gr-howto % gr_modtool add -t general -l cpp square_ff ``` instead of ``` gr_modtool add -t general -l cpp squ

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-20 Thread P C
Marcus, There is a distinct possibility I have mucked up the installation.  I started with the most straightforward steps.  I am using a Raspberry Pi with their GUI that looks like a Windows type GUI.  It has a Add/Remove software option and will search for any items I want. I am pretty sure

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-19 Thread CEL
Oh! Good catch! Sorry, I just didn't read closely enough. On Mon, 2019-05-20 at 05:27 +, Kyeong Su Shin wrote: > Dear Pete, > > To me, it sounds like that you are inputting > > ``` > gr-howto % gr_modtool add -t general -l cpp square_ff > ``` > instead of > > ``` > gr_modtool add -t g

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-19 Thread Kyeong Su Shin
Dear Pete, To me, it sounds like that you are inputting ``` gr-howto % gr_modtool add -t general -l cpp square_ff ``` instead of ``` gr_modtool add -t general -l cpp square_ff ``` . That "gr-howto %" is part of the terminal prompt (saying that you are in the "gr-howto" directory), an

Re: [Discuss-gnuradio] Building an OOT from the Tutorial

2019-05-19 Thread CEL
Hi PCZZS, I'm a bit surprised, this document still attracts so much attention. I'd generally recommend simply going through the guided tutorials starting by chapter 1; chapter 4 introduces out-of-tree modules and gr_modtool. Anyway, what you're encountering sounds a lot like an installation probl