Re: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-04 Thread Vasil Velichkov
Hi Michael, Your problem looks a lot like one described in the USRP manual https://files.ettus.com/manual/page_build_guide.html#generate_unix > If you encounter this issue, ensure that /usr/bin appears before /bin in the > PATH environment variable of the process executing CMake. Alternatively,

Adding python functions to OOT module

2022-10-04 Thread jason duchez
I'm trying to add python functions to a custom OOT module and am having issues importing the module into gnuradio-companion.  If I add the module name to an import block, I get an error saying the import failed.  I have followed the tutorial at: https://wiki.gnuradio.org/index.php/TutorialPython

Re: Adding python functions to OOT module

2022-10-04 Thread Brandon Smith
Check your PYTHONPATH variable. You may have your OOT in something like /usr/lib/python3.x/site-packages/ and it's not in your default path. - Brandon Smith On Tue, Oct 4, 2022 at 9:34 AM jason duchez wrote: > I'm trying to add python functions to a custom OOT module and am having > issues imp

Re: Adding python functions to OOT module

2022-10-04 Thread jason duchez
Got it working.  It was related to the path.  I needed to use import gnuradio.myModule.  Initially I was using import myModule. Thanks for the reply,Jason On Tuesday, October 4, 2022 at 09:45:29 AM EDT, Brandon Smith wrote: Check your PYTHONPATH variable. You may have your OOT in somet

re: [GSoC porting SIMD to gr-web] weekly update

2022-10-04 Thread 史 皓航
Hi, all! I am working on enabling gnuradio to run faster on the browser through `simd on wasm` named under the GSoC project. I am thrilled that I passed the GSoC final stage evaluation. Thanks to the community all, especially @ Håkon @Marc

Re: Promblems with gr-air-modes in gnuradio 3.10

2022-10-04 Thread Michelle
Please could you do it? gr-air-modes and gr-adsb are the only applications with which it is possible to decode using USRP as receivers. And both have lower versions of gnuradio than mine (3.10.4.0 ). On 2022-10-03 15:14, Nick Foster wrote: Yep, gr-air-modes hasn't been built, installed, or test

RE: Problems with gr-modtool on Ubuntu 20.04 (gnuradio 3.10.4)

2022-10-04 Thread Michael Matthews
Hi Vasil, It seems like moving /usr/bin before /bin in the PATH variable did not fix the issue with CMake. However, defining CMAKE_FIND_ROOT_PATH did! Thank you so much for your help! Michael Matthews Graduate Software Engineer Mobile: +1 847 714 48