I was trying to make a new signal processing block in
gr-howto-write-a-block based on the instructions by Dawei Shen. $ make
check fails…and the error says:
Error: Unable to find ‘gruel/realtime.h’. So, how can i correct this
error? thanks
And how can i make another signal processing block ? Because, in
building the first block, i used the gr-howto-write-a-block folder in my
gnuradio folder. So,when i need to build another block, do I need to
download another copy of the folder? -Thanks
Tha solution on this ticket says:
“Creating a symlink from /usr/local/include/gnuradio/gruel to
/usr/local/include/gruel or applying the attached patch “works for me”.
I don’t know if it’s the right thing to do, though, I’m new to the make
system.”
But I am new to such things, so i didnot understand the term creating a
symlink.Please, could you explain me these terms. -Thanks
Replace the line :
 SWIGGRFLAGS = -I$(GNURADIO_CORE_INCLUDEDIR)/swig
-I$(GNURADIO_CORE_INCLUDEDIR)
With the line:
SWIGGRFLAGS = -I$(GNURADIO_CORE_INCLUDEDIR)/swig
-I$(GNURADIO_CORE_INCLUDEDIR) -I$(includedir)
Regards,
Firas
— On Sat, 11/29/08, Bruhtesfa E. [email protected] wrote:
From: Bruhtesfa E. [email protected]
Subject: [Discuss-gnuradio] Re: Error - in building new signal
processing block
To: [email protected]
Date: Saturday, November 29, 2008, 2:56 PM
Tha solution on this ticket says:
“Creating a symlink from /usr/local/include/gnuradio/gruel to
/usr/local/include/gruel or applying the attached patch “works for
me”.
I don’t know if it’s the right thing to do, though, I’m new to the
make
system.”
But I am new to such things, so i didnot understand the term creating a
symlink.Please, could you explain me these terms. -Thanks