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

2022-10-17 Thread Michael Matthews
Hi Cinaed, Yes, sorry that was a typo. The flag I have been using is: -DCMAKE_FIND_ROOT_PATH=/usr (not =usr/) Running cmake .. from $HOME/gr-customModule/build without that flag still results in the error. I am unsure what you mean by remove CMAKE_FIND_ROOT_PATH, are you sa

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

2022-10-17 Thread Cinaed Simson
The cmake flag -DCMAKE_FIND_ROOT_PATH=usr/ has an incorrect root element - it's root element. Make sure the CMAKE_FIND_ROOT_PATH defined by you has been removed. Then start a new build:   cd $HOME/gr-customModule    rm -fr build    mkdir bulid    cd build    cmake .. -- Cinaed On 10/17/22 1

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

2022-10-17 Thread Michael Matthews
Hi Cinaed, I took your suggestion of making the customModule with gr-modtool at the $HOME directory, in case this may be required. The tutorial implied this was not necessary, but I gave it a shot anyway. Invoking cmake from $HOME/gr-customModule/build as cmake .. resulted in no change and the e