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

2022-10-19 Thread Michael Matthews
k pybind11::pybind11 Python::Module Python::NumPy gnuradio-customModule ) 31544: Imported target "gnuradio::gnuradio-runtime" includes non-existent path 31546:"/include" 31560: Imported target "gnuradio::gnuradio-runtime" includes non-existent path 31562:&quo

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

2022-10-18 Thread Michael Matthews
ACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. -- Generating done

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

2022-10-17 Thread Michael Matthews
to be problems with the cmake imported targets * gnuradio::gnuradio-runtime * Boost::date_time When building an OOT using gr_modtool on fresh installs of v3.10.4.0 and Ubuntu 20.04. Thank you, Michael Matthews Graduate Software Engineer Mobile: +1 847 714 4809 [https://micro-x.com

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

2022-10-17 Thread Michael Matthews
I am running gnuradio 3.10.4, cmake 3.16.3, and Ubuntu 20.04. I have tested this now on two clean VM installs of Ubuntu 20.04 and gnuradio 3.10.4 (through the apt PPA) and am still seeing this error. I appreciate the help! Cheers, Michael Matthews Graduate Software Engineer Mobile: +1 847 714

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

2022-10-08 Thread Michael Matthews
Michael Matthews Graduate Software Engineer Mobile: +1 847 714 4809 [https://micro-x.com/esignature/micro-x-lo...@2x-white-bg.png]<https://micro-x.com> 855 South 192nd St, Suite 600 SeaTac, WA, 98148, United States www.micro-x.com<https://micro-x.com> From: Michael Matthews Se

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

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

2022-10-03 Thread Michael Matthews
Tell runtime system how many output items we produced.     return noutput_items; } Thank you for your help,    Michael Matthews Graduate Software Engineer Mobile: +1 847 714 4809 855 South 192nd St, Su

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

2022-10-02 Thread Michael Matthews
files it does not provide. -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. Has anyone else had this issue before? I have tried uninstalling and reinstalling using apt, following the instructions from the wiki, but I am unsure where to go from th

Re: [Discuss-gnuradio] Set a command line parameter value from config file --OR-- override a "variable config" with a command line parameter

2016-06-21 Thread Michael Matthews
="Set Delay [default=%default]") On Sun, Jun 19, 2016 at 1:02 AM, Marcus Müller wrote: > Idea to implement your alternative approach: Add a "Variable" block, which > has the value > > value_from_parameter if not value_from_parameter == default_value_for_that > el

[Discuss-gnuradio] Set a command line parameter value from config file --OR-- override a "variable config" with a command line parameter

2016-06-18 Thread Michael Matthews
The following seems like a fundamental run-time requirement, but I find no discussion in any GR forum or documentation: 1. A GR block references parameter "frequency", which is set by command line switch --freq defined in a "parameter" block. 2. In the absence of command line input --freq, I wish