Re: GNU Radio 3.9 gr_modtool problem

2021-05-19 Thread Boris Marjanovic
Hi Ryan, Thanks for the response. Yep, it just did not make sense. Almost as if the build was made to test CMAKE_INSTALL_PREFIX="". Thanks for GR_PREFIX. That was something I was trying to guess. Not an easy thing to find - does not get many mentions on the web :) Can't properly test any more

Re: GNU Radio 3.9 gr_modtool problem

2021-05-18 Thread Ryan Volz
Hi Boris, On 5/16/21 7:20 PM, Boris Marjanovic wrote: I understand that the original issue was resolved. But I have the same problem with a different setup. I installed (did ot build it myself) gnuradio 3.9. on Ubuntu 20.02.2 using ppa:gnuradio/gnuradio-releases with no issues. The companion

Re: GNU Radio 3.9 gr_modtool problem

2021-05-16 Thread Boris Marjanovic
I understand that the original issue was resolved. But I have the same problem with a different setup. I installed (did ot build it myself) gnuradio 3.9. on Ubuntu 20.02.2 using ppa:gnuradio/gnuradio-releases with no issues. The companion seems to work fine. Similar to above, though, I can not

Re: GNU Radio 3.9 gr_modtool problem

2021-05-05 Thread Ralf Gorholt
I have installed GNU Radio from the master branch, so I have got version 3.10 now. The install prefix is /usr. I don't have a ~/.gnuradio/config.conf file, only ~/.gnuradio/grc.conf exists after I have started gnuradio-companion. The directory /etc/gnuradio/conf.d exists. The files in there are

Re: GNU Radio 3.9 gr_modtool problem

2021-05-05 Thread Ron Economos
I think it may be more insidious. The ~/.gnuradio/config.conf file doesn't necessarily exist, and the default config.conf is in /etc/gnuradio/conf.d But if the install prefix is /usr, then there's some trickery in the top level CMakeLists.txt file. See:

Re: GNU Radio 3.9 gr_modtool problem

2021-05-05 Thread Josh Morman
Check your ~/.gnuradio/config.conf file. In there is a section [modtool] and a "newmod_path=..." Verify that matches the value of your installed path. On mine it says: [modtool] newmod_path = /share/gnuradio/gr39/share/gnuradio/modtool/templates/gr-newmod For 3.9, there was a slight change in the

GNU Radio 3.9 gr_modtool problem

2021-05-04 Thread Ralf Gorholt
Dear all, on my Linux Mint (Ubuntu) box, I have installed and compiled GNU Radio 3.9 from source (master branch) as described here: https://wiki.gnuradio.org/index.php/UbuntuInstall#Focal_Fossa_.2820.04.29 and here: https://wiki.gnuradio.org/index.php/InstallingGR#From_Source