discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] howto_square_ff require Gruel


From: Josh Blum
Subject: Re: [Discuss-gnuradio] howto_square_ff require Gruel
Date: Thu, 08 Nov 2012 18:02:21 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

> I have tryed the gr-howto-write-a-block in gnuradio-3.6.1 source code.As
> I want to use it in grc,I add this
> 'add_subdirectory(gr-howto-write-a-block)' in
> $PREFIX/gnuradio-3.6.1/CMakeList.txt.I think this is the point that
> makes CMake fail. And libgruel.so exists in
> $PREFIX/gnuradio-3.6.1/build/gruel/src/lib.

Basically, dont do that.

Every gr-* directory (gr-directory, gr-filter...) is an example of how
to create blocks as an *in-tree* build. However, gr-howto-write-a-block
is an example of how to create blocks as an *out-of-tree* build.

You must install gnuradio, and treat gr-howto-write-a-block as a top
level build system, and configure gr-howto-write-a-block with paths to
the installed gnuradio files.

-josh

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]