Friday, December 20, 2013

Re: [Discuss-gnuradio] about gr-modtool

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 <alexleeresearch@gmail.com> 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


No comments:

Post a Comment