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: Gong Zhang
Subject: Re: [Discuss-gnuradio] howto_square_ff require Gruel
Date: Thu, 08 Nov 2012 17:13:54 +0800
User-agent: Thunderbird 2.0.0.24 (X11/20101027)

Tom Rondeau wrote:
Oh, I see what's happening; I didn't look closely enough at your first message.
You don't really want to use gr_modtool to add new components to GNU
Radio. It's meant to be used to build separate projects that will work
with and installed GNU Radio. See, gr_modtool creates a project with
cmake files that look for installed GNU Radio libs and headers,
including gruel, so it has it's own FindGruel.cmake module that GNU
Radio does not have (because Gruel is part of GNU Radio).

What you want to do is install GNU Radio first. Then use gr_modtool to
build an out-of-tree project; that is, not inside of the GNU Radio
source code. Use "gr_modtool.py newmod" and then in gr-<your new
module> use "gr_modtool.py add" to add howto_ff. You should see that
gr-<yours>/cmake/Modules has a file "FindGruel.cmake" that the
component will use to find the installed GNU Radio packages and build
against them.

Tom
I'm quite sorry that I failed to explain my question clearly.what I wanna is add the 'howto' module to gnuradio so I can use it in grc.As you seen I excute cmake in ~/gnuradio.3.6.1/build but not ~/gnuradio/gr-howto/build.Thank you for your patience.



reply via email to

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