discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] about gr-modtool


From: alex
Subject: Re: [Discuss-gnuradio] about gr-modtool
Date: Fri, 20 Dec 2013 13:47:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi Martin,

I found the problem. I should only comment out the #find_package(GnuradioRuntime) but not delete it. The source code in modtool_base.py is trying to search this line to check if have a makefile. Maybe it is good to update.

Best regards

Zan
On 12/19/2013 08:55 PM, Martin Braun wrote:
On Thu, Dec 19, 2013 at 11:12 AM, alex <address@hidden> wrote:
Hi Martin,

Thanks for your information.

If I run the gr_modtool info in another OOT-module dir, I got the following information:
Module name: gmsktr
        API version: post-3.7

but if I run the gr_modtool info in the OOT-module which I have trouble, I got :

No module found.

I am working on GNU radio 3.7.0


OK, I know I commited something recently related to this problem. In your case, it *should* still work though.
 
following is the CMakeFile.txt:

[...]
 
find_package(Gnuradio)

Can you change this line to
find_package(Gnuradio "3.7.0")

and see if it does anything?

If that doesn't help, do a line-by-line diff between the functioning CMakeLists.txt and the other one.

MB



reply via email to

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