discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: OOT module problem


From: user 1
Subject: Re: OOT module problem
Date: Sun, 15 May 2022 09:22:32 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hi,

I suppose you use gcc under Linux.

Il line, try to go to the build directory of your module:

~/gnuradio/my_module/build

Then enter:

cmake ../

make -B

sudo make install

sudo ldconfig


The -B option of make (Unconditionnaly make all targets) is important to include all your files in the process.

Tell us the result.

Good Luck !


--------------------------


Le 13/05/2022 à 18:34, David Martini a écrit :
Dear Community,

I'm starting to learn how to write an OOT module.
I'm following the tutorial : all the compilation process go well but When I try to run my module i get the following error import test_001
ModuleNotFoundError: No module named 'test_001'

The module is present in the block list. see the attached picture.

I'm not able to understand where the problem is....

Thank you for help

David




reply via email to

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