discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Help with OOT error


From: micro7311
Subject: Re: [Discuss-gnuradio] Help with OOT error
Date: Fri, 12 Feb 2016 06:32:29 -0700 (MST)

Hi, thank for the detailed response to my question.  I forgot to attach the OOT modules.  They are attached here.

On Fri, Feb 12, 2016 at 7:22 AM, Michael Dickens [via GnuRadio] <[hidden email]> wrote:
Hi micro7311 - GRC scripts are placed typically into
${prefix}/share/gnuradio/grc/blocks -- in your case, looks like
${prefix} == "/usr". Without having access to your OOT module or any
other info about it, the best advice I can give is to check to make sure
our OOT install ${prefix} matches that for GR, or that the blocks are
being installed into "~/.grc_gnuradio/" -- or, really, that they are
being installed at all. This last one is easy to test: from the build
directory of your OOT module, use the following command:
{{{
DESTDIR=./tmp make install
}}}
and, then look through the contents of ./tmp to make sure everything is
installed where you want it to be. If you find items not where they
should be, go tweak the CMakeLists.txt for those items to install them
elsewhere. HTH! - MLD

On Thu, Feb 11, 2016, at 03:49 PM, micro7311 wrote:

> Hi, I am trying to run an OOT module but I am getting the following
> errors.  GRC can't seem to locate the OOT modules but I cannot figure
> out how to map it correctly.  Please advise any suggestions.  Thank you.
>
> <<< Welcome to GNU Radio Companion v3.7.4git-201-ga7bec1a3 >>>
>
> Preference file: /home/analog.grc
> Block paths:
>       /usr/share/gnuradio/grc/blocks
>       /home/analog/.grc_gnuradio
>
> Loading:
> "/home/analog/Desktop/gr-test2-master/examples/flowgraph_09.grc"
> >>>> Error: Block key "test1_freq_counter2" not found in Platform - grc(GNU
> >>>> Radio
> Companion)
> >>>> Error: Block key "test1_freq_counter1" not found in Platform - grc(GNU
> >>>> Radio
> Companion)
> >>>> Error: Block key "test1_streamer1" not found in Platform - grc(GNU
> >>>> Radio
> Companion)
>
> Showing:
> "/home/analog/Desktop/gr-test2-master/examples/flowgraph_09.grc"
_______________________________________________
Discuss-gnuradio mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



If you reply to this email, your message will be added to the discussion below:
http://gnuradio.4.n7.nabble.com/Help-with-OOT-error-tp58153p58160.html
To unsubscribe from Help with OOT error, click here.
NAML


gr-test2-master.zip (209K) Download Attachment


View this message in context: Re: Help with OOT error
Sent from the GnuRadio mailing list archive at Nabble.com.

reply via email to

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