gr-nwr
gr-nwr copied to clipboard
AttributeError: 'module' object has no attribute 'pll_refout_cc'
I have got this to work in the past, but now getting this on a fresh box.
self.nwr_pll_refout_cc_0 = nwr.pll_refout_cc(wnT, math.pi/(pll_samp_rate/2.0)*fmax, math.pi/(pll_samp_rate/2.0)*fmin, zeta, -1.0, -1.0)
AttributeError: 'module' object has no attribute 'pll_refout_cc'
Im on ubuntu artful and gnuradio 3.7.10.
Linux vagrant 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
GNU C++ version 6.2.0 20161027; Boost_106200; UHD_003.009.005-0-unknown
Full build log below. What am I missing?
vagrant@vagrant:~/gr-nwr$ mkdir build
vagrant@vagrant:~/gr-nwr$ cd build/
vagrant@vagrant:~/gr-nwr/build$ cmake ../
-- The CXX compiler identification is GNU 7.2.0
-- The C compiler identification is GNU 7.2.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
-- Boost version: 1.62.0
-- Found the following Boost libraries:
-- filesystem
-- system
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found UHD: /usr/lib/x86_64-linux-gnu/libuhd.so
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Checking for GNU Radio Module: RUNTIME
* INCLUDES=/usr/include
* LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so
-- Found GNURADIO_RUNTIME: /usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so
GNURADIO_RUNTIME_FOUND = TRUE
Checking for GNU Radio Module: BLOCKS
* INCLUDES=/usr/include
* LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so
-- Found GNURADIO_BLOCKS: /usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so
GNURADIO_BLOCKS_FOUND = TRUE
Checking for GNU Radio Module: DIGITAL
* INCLUDES=/usr/include
* LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-digital.so
-- Found GNURADIO_DIGITAL: /usr/lib/x86_64-linux-gnu/libgnuradio-digital.so
GNURADIO_DIGITAL_FOUND = TRUE
Checking for GNU Radio Module: FILTER
* INCLUDES=/usr/include
* LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-filter.so
-- Found GNURADIO_FILTER: /usr/lib/x86_64-linux-gnu/libgnuradio-filter.so
GNURADIO_FILTER_FOUND = TRUE
Checking for GNU Radio Module: VOLK
* INCLUDES=/usr/include
* LIBS=/usr/lib/x86_64-linux-gnu/libvolk.so
-- Found GNURADIO_VOLK: /usr/lib/x86_64-linux-gnu/libvolk.so
GNURADIO_VOLK_FOUND = TRUE
-- Found Git: /usr/bin/git
-- Extracting version information from git describe...
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "test-nwr". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
lib/CMakeLists.txt:85 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Using install prefix: /usr/local
-- Building for version: d9bbb3d3 / 1.0.0git
--
-- Checking for module SWIG
-- Found SWIG version 3.0.10.
-- Found SWIG: /usr/bin/swig3.0
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.14", minimum required is "2")
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.14", minimum required is "2")
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE
-- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:35 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:35 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_lms_da_equalizer_ff.py".
Call Stack (most recent call first):
python/CMakeLists.txt:35 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:36 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:36 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_burst_detect_and_tag.py".
Call Stack (most recent call first):
python/CMakeLists.txt:36 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:37 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:37 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_correction_estimator_ff.py".
Call Stack (most recent call first):
python/CMakeLists.txt:37 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:38 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:38 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_multiply_by_tag_value_ff.py".
Call Stack (most recent call first):
python/CMakeLists.txt:38 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:39 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:39 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_add_tag_value_ff.py".
Call Stack (most recent call first):
python/CMakeLists.txt:39 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:40 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:40 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_clock_recovery_mm.py".
Call Stack (most recent call first):
python/CMakeLists.txt:40 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:41 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:41 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_pll_refout_cc.py".
Call Stack (most recent call first):
python/CMakeLists.txt:41 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:42 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:42 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_symbol_sync.py".
Call Stack (most recent call first):
python/CMakeLists.txt:42 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio-nwr". Use
the target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first):
python/CMakeLists.txt:43 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2".
Call Stack (most recent call first):
python/CMakeLists.txt:43 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run "cmake --help-policy CMP0045" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target
"/home/vagrant/gr-nwr/python/qa_same_burst_decoder.py".
Call Stack (most recent call first):
python/CMakeLists.txt:43 (GR_ADD_TEST)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/gr-nwr/build
vagrant@vagrant:~/gr-nwr/build$ make
Scanning dependencies of target gnuradio-nwr
[ 3%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/clock_tracking_loop.cc.o
[ 6%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/lms_da_equalizer_ff_impl.cc.o
[ 9%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/burst_detect_and_tag_impl.cc.o
[ 12%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/correction_estimator_ff_impl.cc.o
[ 15%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/multiply_by_tag_value_ff_impl.cc.o
[ 18%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/add_tag_value_ff_impl.cc.o
[ 21%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/clock_recovery_mm_ff_impl.cc.o
[ 24%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/clock_recovery_mm_cc_impl.cc.o
[ 27%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/interpolating_resampler.cc.o
[ 30%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/mmse_interp_differentiator_ff.cc.o
[ 33%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/mmse_interp_differentiator_cc.cc.o
[ 36%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/pll_refout_cc_impl.cc.o
[ 39%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/same_burst_decoder_impl.cc.o
[ 42%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/symbol_sync_ff_impl.cc.o
[ 45%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/symbol_sync_cc_impl.cc.o
[ 48%] Building CXX object lib/CMakeFiles/gnuradio-nwr.dir/timing_error_detector.cc.o
[ 51%] Linking CXX shared library libgnuradio-nwr-1.0.0git.so
[ 51%] Built target gnuradio-nwr
Scanning dependencies of target test-nwr
[ 54%] Building CXX object lib/CMakeFiles/test-nwr.dir/test_nwr.cc.o
[ 57%] Building CXX object lib/CMakeFiles/test-nwr.dir/qa_nwr.cc.o
[ 60%] Building CXX object lib/CMakeFiles/test-nwr.dir/qa_mmse_interp_differentiator_ff.cc.o
[ 63%] Building CXX object lib/CMakeFiles/test-nwr.dir/qa_mmse_interp_differentiator_cc.cc.o
[ 66%] Linking CXX executable test-nwr
[ 66%] Built target test-nwr
Scanning dependencies of target nwr_swig_swig_doc
[ 66%] Built target nwr_swig_swig_doc
Scanning dependencies of target _nwr_swig_swig_tag
[ 69%] Building CXX object swig/CMakeFiles/_nwr_swig_swig_tag.dir/_nwr_swig_swig_tag.cpp.o
[ 72%] Linking CXX executable _nwr_swig_swig_tag
[ 72%] Built target _nwr_swig_swig_tag
[ 75%] Generating nwr_swig.tag
Scanning dependencies of target nwr_swig_swig_2d0df
[ 78%] Building CXX object swig/CMakeFiles/nwr_swig_swig_2d0df.dir/nwr_swig_swig_2d0df.cpp.o
[ 81%] Linking CXX executable nwr_swig_swig_2d0df
Swig source
[ 81%] Built target nwr_swig_swig_2d0df
Scanning dependencies of target _nwr_swig
[ 84%] Building CXX object swig/CMakeFiles/_nwr_swig.dir/nwr_swigPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module _nwr_swig.so
[ 87%] Built target _nwr_swig
Scanning dependencies of target pygen_swig_776af
[ 90%] Generating nwr_swig.pyc
[ 93%] Generating nwr_swig.pyo
[ 93%] Built target pygen_swig_776af
Scanning dependencies of target pygen_python_3910f
[ 96%] Generating __init__.pyc
[100%] Generating __init__.pyo
[100%] Built target pygen_python_3910f
Scanning dependencies of target pygen_apps_9a6dd
[100%] Built target pygen_apps_9a6dd
vagrant@vagrant:~/gr-nwr/build$ sudo make install
[ 51%] Built target gnuradio-nwr
[ 66%] Built target test-nwr
[ 66%] Built target nwr_swig_swig_doc
[ 72%] Built target _nwr_swig_swig_tag
[ 81%] Built target nwr_swig_swig_2d0df
[ 87%] Built target _nwr_swig
[ 93%] Built target pygen_swig_776af
[100%] Built target pygen_python_3910f
[100%] Built target pygen_apps_9a6dd
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/local/lib/cmake/nwr/nwrConfig.cmake
-- Up-to-date: /usr/local/include/nwr/api.h
-- Up-to-date: /usr/local/include/nwr/clock_tracking_loop.h
-- Up-to-date: /usr/local/include/nwr/lms_da_equalizer_ff.h
-- Up-to-date: /usr/local/include/nwr/burst_detect_and_tag.h
-- Up-to-date: /usr/local/include/nwr/correction_estimator_ff.h
-- Up-to-date: /usr/local/include/nwr/multiply_by_tag_value_ff.h
-- Up-to-date: /usr/local/include/nwr/add_tag_value_ff.h
-- Up-to-date: /usr/local/include/nwr/clock_recovery_mm_ff.h
-- Up-to-date: /usr/local/include/nwr/clock_recovery_mm_cc.h
-- Up-to-date: /usr/local/include/nwr/interp_differentiator_taps.h
-- Up-to-date: /usr/local/include/nwr/interpolating_resampler.h
-- Up-to-date: /usr/local/include/nwr/mmse_interp_differentiator_ff.h
-- Up-to-date: /usr/local/include/nwr/mmse_interp_differentiator_cc.h
-- Up-to-date: /usr/local/include/nwr/pll_refout_cc.h
-- Up-to-date: /usr/local/include/nwr/same_burst_decoder.h
-- Up-to-date: /usr/local/include/nwr/symbol_sync_ff.h
-- Up-to-date: /usr/local/include/nwr/symbol_sync_cc.h
-- Up-to-date: /usr/local/include/nwr/timing_error_detector.h
-- Installing: /usr/local/lib/libgnuradio-nwr-1.0.0git.so.0.0.0
-- Up-to-date: /usr/local/lib/libgnuradio-nwr-1.0.0git.so
-- Up-to-date: /usr/local/lib/libgnuradio-nwr.so
-- Up-to-date: /usr/local/lib/libgnuradio-nwr-1.0.0git.so.0
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/_nwr_swig.so
-- Set runtime path of "/usr/local/lib/python2.7/dist-packages/nwr/_nwr_swig.so" to ""
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/nwr_swig.py
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/nwr_swig.pyc
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/nwr_swig.pyo
-- Up-to-date: /usr/local/include/nwr/nwr/swig/nwr_swig.i
-- Installing: /usr/local/include/nwr/nwr/swig/nwr_swig_doc.i
-- Up-to-date: /usr/local/lib/python2.7/dist-packages/nwr/__init__.py
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/__init__.pyc
-- Installing: /usr/local/lib/python2.7/dist-packages/nwr/__init__.pyo
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_lms_da_equalizer_ff.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_burst_detect_and_tag.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_correction_estimator_ff.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_multiply_by_tag_value_ff.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_add_tag_value_ff.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_clock_recovery_mm_xx.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_pll_refout_cc.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_same_burst_decoder.xml
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_symbol_sync_xx.xml
Given that your logs show gr-nwr being built and installed, this is either a PYTHONPATH problem, or a SWIG problem. I see that gnuradio is built and installed under /usr/lib, /usr/include, etc.I see that gr-nwr is built and installed under /usr/local/lib/, /usr/local/include, etc. See if adding /usr/local/lib/python2.7/dist-packages/ to your PYTHONPATH is a quick workaround. Otherwise you'll have to tell gr-nwr it's prefix is /usr when building and not /usr/local. If that all fails, there is a 'pll_refout_cc' block under the base gnuradio (in gr-analog, IIRC), but it is missing some of the diagnostic output ports the gr-nwr version of the block has.
On Fri, 2018-05-18 at 21:51 -0700, Dirk Gorissen wrote:
I have got this to work in the past, but now getting this on a fresh box.
self.nwr_pll_refout_cc_0 = nwr.pll_refout_cc(wnT,
math.pi/(pll_samp_rate/2.0)*fmax, math.pi/(pll_samp_rate/2.0)*fmin, zeta, -1.0, -1.0) AttributeError: 'module' object has no attribute 'pll_refout_cc'
Im on ubuntu artful and gnuradio 3.7.10.
Linux vagrant 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
GNU C++ version 6.2.0 20161027; Boost_106200; UHD_003.009.005-0- unknown
Full build log below. What am I missing?
vagrant@vagrant:~/gr-nwr$ mkdir build vagrant@vagrant:~/gr-nwr$ cd build/ vagrant@vagrant:~/gr-nwr/build$ cmake ../ -- The CXX compiler identification is GNU 7.2.0 -- The C compiler identification is GNU 7.2.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Build type not specified: defaulting to release. -- Boost version: 1.62.0 -- Found the following Boost libraries: -- filesystem -- system -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found UHD: /usr/lib/x86_64-linux-gnu/libuhd.so -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Checking for GNU Radio Module: RUNTIME
- INCLUDES=/usr/include
- LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so -- Found GNURADIO_RUNTIME: /usr/lib/x86_64-linux-gnu/libgnuradio- runtime.so GNURADIO_RUNTIME_FOUND = TRUE Checking for GNU Radio Module: BLOCKS
- INCLUDES=/usr/include
- LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-blocks.so -- Found GNURADIO_BLOCKS: /usr/lib/x86_64-linux-gnu/libgnuradio- blocks.so GNURADIO_BLOCKS_FOUND = TRUE Checking for GNU Radio Module: DIGITAL
- INCLUDES=/usr/include
- LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-digital.so -- Found GNURADIO_DIGITAL: /usr/lib/x86_64-linux-gnu/libgnuradio- digital.so GNURADIO_DIGITAL_FOUND = TRUE Checking for GNU Radio Module: FILTER
- INCLUDES=/usr/include
- LIBS=/usr/lib/x86_64-linux-gnu/libgnuradio-filter.so -- Found GNURADIO_FILTER: /usr/lib/x86_64-linux-gnu/libgnuradio- filter.so GNURADIO_FILTER_FOUND = TRUE Checking for GNU Radio Module: VOLK
- INCLUDES=/usr/include
- LIBS=/usr/lib/x86_64-linux-gnu/libvolk.so -- Found GNURADIO_VOLK: /usr/lib/x86_64-linux-gnu/libvolk.so GNURADIO_VOLK_FOUND = TRUE -- Found Git: /usr/bin/git -- Extracting version information from git describe... CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "test-nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): lib/CMakeLists.txt:85 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
-- Using install prefix: /usr/local -- Building for version: d9bbb3d3 / 1.0.0git
-- Checking for module SWIG -- Found SWIG version 3.0.10. -- Found SWIG: /usr/bin/swig3.0 -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.14", minimum required is "2") -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.14", minimum required is "2") -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of size_t -- Check size of size_t - done -- Check size of unsigned int -- Check size of unsigned int - done -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE -- Performing Test HAVE_WNO_UNUSED_BUT_SET_VARIABLE - Success CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:35 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:35 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_lms_da_equalizer_ff.py". Call Stack (most recent call first): python/CMakeLists.txt:35 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:36 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:36 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_burst_detect_and_tag.py". Call Stack (most recent call first): python/CMakeLists.txt:36 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:37 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:37 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_correction_estimator_ff.py". Call Stack (most recent call first): python/CMakeLists.txt:37 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:38 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:38 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_multiply_by_tag_value_ff.py". Call Stack (most recent call first): python/CMakeLists.txt:38 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:39 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:39 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_add_tag_value_ff.py". Call Stack (most recent call first): python/CMakeLists.txt:39 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:40 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:40 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_clock_recovery_mm.py". Call Stack (most recent call first): python/CMakeLists.txt:40 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:41 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:41 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_pll_refout_cc.py". Call Stack (most recent call first): python/CMakeLists.txt:41 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:42 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:42 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_symbol_sync.py". Call Stack (most recent call first): python/CMakeLists.txt:42 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
The LOCATION property should not be read from target "gnuradio- nwr". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate.
Call Stack (most recent call first): python/CMakeLists.txt:43 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/usr/bin/python2". Call Stack (most recent call first): python/CMakeLists.txt:43 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/Modules/GrTest.cmake:45 (get_target_property): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning.
get_target_property() called with non-existent target "/home/vagrant/gr-nwr/python/qa_same_burst_decoder.py". Call Stack (most recent call first): python/CMakeLists.txt:43 (GR_ADD_TEST) This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to: /home/vagrant/gr-nwr/build vagrant@vagrant:~/gr-nwr/build$ make Scanning dependencies of target gnuradio-nwr [ 3%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/clock_tracking_loop.cc.o [ 6%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/lms_da_equalizer_ff_impl.cc.o [ 9%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/burst_detect_and_tag_impl.cc.o [ 12%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/correction_estimator_ff_impl.cc.o [ 15%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/multiply_by_tag_value_ff_impl.cc.o [ 18%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/add_tag_value_ff_impl.cc.o [ 21%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/clock_recovery_mm_ff_impl.cc.o [ 24%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/clock_recovery_mm_cc_impl.cc.o [ 27%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/interpolating_resampler.cc.o [ 30%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/mmse_interp_differentiator_ff.cc.o [ 33%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/mmse_interp_differentiator_cc.cc.o [ 36%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/pll_refout_cc_impl.cc.o [ 39%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/same_burst_decoder_impl.cc.o [ 42%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/symbol_sync_ff_impl.cc.o [ 45%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/symbol_sync_cc_impl.cc.o [ 48%] Building CXX object lib/CMakeFiles/gnuradio- nwr.dir/timing_error_detector.cc.o [ 51%] Linking CXX shared library libgnuradio-nwr-1.0.0git.so [ 51%] Built target gnuradio-nwr Scanning dependencies of target test-nwr [ 54%] Building CXX object lib/CMakeFiles/test-nwr.dir/test_nwr.cc.o [ 57%] Building CXX object lib/CMakeFiles/test-nwr.dir/qa_nwr.cc.o [ 60%] Building CXX object lib/CMakeFiles/test- nwr.dir/qa_mmse_interp_differentiator_ff.cc.o [ 63%] Building CXX object lib/CMakeFiles/test- nwr.dir/qa_mmse_interp_differentiator_cc.cc.o [ 66%] Linking CXX executable test-nwr [ 66%] Built target test-nwr Scanning dependencies of target nwr_swig_swig_doc [ 66%] Built target nwr_swig_swig_doc Scanning dependencies of target _nwr_swig_swig_tag [ 69%] Building CXX object swig/CMakeFiles/_nwr_swig_swig_tag.dir/_nwr_swig_swig_tag.cpp.o [ 72%] Linking CXX executable _nwr_swig_swig_tag [ 72%] Built target _nwr_swig_swig_tag [ 75%] Generating nwr_swig.tag Scanning dependencies of target nwr_swig_swig_2d0df [ 78%] Building CXX object swig/CMakeFiles/nwr_swig_swig_2d0df.dir/nwr_swig_swig_2d0df.cpp.o [ 81%] Linking CXX executable nwr_swig_swig_2d0df Swig source [ 81%] Built target nwr_swig_swig_2d0df Scanning dependencies of target _nwr_swig [ 84%] Building CXX object swig/CMakeFiles/_nwr_swig.dir/nwr_swigPYTHON_wrap.cxx.o [ 87%] Linking CXX shared module _nwr_swig.so [ 87%] Built target _nwr_swig Scanning dependencies of target pygen_swig_776af [ 90%] Generating nwr_swig.pyc [ 93%] Generating nwr_swig.pyo [ 93%] Built target pygen_swig_776af Scanning dependencies of target pygen_python_3910f [ 96%] Generating init.pyc [100%] Generating init.pyo [100%] Built target pygen_python_3910f Scanning dependencies of target pygen_apps_9a6dd [100%] Built target pygen_apps_9a6dd
vagrant@vagrant:~/gr-nwr/build$ sudo make install [ 51%] Built target gnuradio-nwr [ 66%] Built target test-nwr [ 66%] Built target nwr_swig_swig_doc [ 72%] Built target _nwr_swig_swig_tag [ 81%] Built target nwr_swig_swig_2d0df [ 87%] Built target _nwr_swig [ 93%] Built target pygen_swig_776af [100%] Built target pygen_python_3910f [100%] Built target pygen_apps_9a6dd Install the project... -- Install configuration: "Release" -- Up-to-date: /usr/local/lib/cmake/nwr/nwrConfig.cmake -- Up-to-date: /usr/local/include/nwr/api.h -- Up-to-date: /usr/local/include/nwr/clock_tracking_loop.h -- Up-to-date: /usr/local/include/nwr/lms_da_equalizer_ff.h -- Up-to-date: /usr/local/include/nwr/burst_detect_and_tag.h -- Up-to-date: /usr/local/include/nwr/correction_estimator_ff.h -- Up-to-date: /usr/local/include/nwr/multiply_by_tag_value_ff.h -- Up-to-date: /usr/local/include/nwr/add_tag_value_ff.h -- Up-to-date: /usr/local/include/nwr/clock_recovery_mm_ff.h -- Up-to-date: /usr/local/include/nwr/clock_recovery_mm_cc.h -- Up-to-date: /usr/local/include/nwr/interp_differentiator_taps.h -- Up-to-date: /usr/local/include/nwr/interpolating_resampler.h -- Up-to-date: /usr/local/include/nwr/mmse_interp_differentiator_ff.h -- Up-to-date: /usr/local/include/nwr/mmse_interp_differentiator_cc.h -- Up-to-date: /usr/local/include/nwr/pll_refout_cc.h -- Up-to-date: /usr/local/include/nwr/same_burst_decoder.h -- Up-to-date: /usr/local/include/nwr/symbol_sync_ff.h -- Up-to-date: /usr/local/include/nwr/symbol_sync_cc.h -- Up-to-date: /usr/local/include/nwr/timing_error_detector.h -- Installing: /usr/local/lib/libgnuradio-nwr-1.0.0git.so.0.0.0 -- Up-to-date: /usr/local/lib/libgnuradio-nwr-1.0.0git.so -- Up-to-date: /usr/local/lib/libgnuradio-nwr.so -- Up-to-date: /usr/local/lib/libgnuradio-nwr-1.0.0git.so.0 -- Installing: /usr/local/lib/python2.7/dist- packages/nwr/_nwr_swig.so -- Set runtime path of "/usr/local/lib/python2.7/dist- packages/nwr/_nwr_swig.so" to "" -- Installing: /usr/local/lib/python2.7/dist-packages/nwr/nwr_swig.py -- Installing: /usr/local/lib/python2.7/dist- packages/nwr/nwr_swig.pyc -- Installing: /usr/local/lib/python2.7/dist- packages/nwr/nwr_swig.pyo -- Up-to-date: /usr/local/include/nwr/nwr/swig/nwr_swig.i -- Installing: /usr/local/include/nwr/nwr/swig/nwr_swig_doc.i -- Up-to-date: /usr/local/lib/python2.7/dist-packages/nwr/init.py -- Installing: /usr/local/lib/python2.7/dist- packages/nwr/init.pyc -- Installing: /usr/local/lib/python2.7/dist- packages/nwr/init.pyo -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_lms_da_equalizer_ff.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_burst_detect_and_tag.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_correction_estimator_ff.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_multiply_by_tag_value_ff.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_add_tag_value_ff.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_clock_recovery_mm_xx.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_pll_refout_cc.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_same_burst_decoder.xml -- Up-to-date: /usr/local/share/gnuradio/grc/blocks/nwr_symbol_sync_xx.xml
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread. {"@context":"http://schema.org","@type":"EmailMessage","potentialActi on":{"@type":"ViewAction","target":"https://github.com/awalls- cx18/gr-nwr/issues/2","url":"https://github.com/awalls-cx18/gr- nwr/issues/2","name":"View Issue"},"description":"View this Issue on GitHub","publisher":{"@type":"Organization","name":"GitHub","url":"ht tps://github.com"}} {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c5 5493e4bb","name":"GitHub"},"entity":{"external_key":"github/awalls- cx18/gr-nwr","title":"awalls-cx18/gr-nwr","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/ass ets/143418/17495839/a5054eac-5d88-11e6-95fc- 7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent .com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed- b52498112777.png","action":{"name":"Open in GitHub","url":"https://gi thub.com/awalls-cx18/gr- nwr"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Attrib uteError: 'module' object has no attribute 'pll_refout_cc' (#2)"}],"action":{"name":"View Issue","url":"https://github.com/awall s-cx18/gr-nwr/issues/2"}}} { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "37567f93-e2a7-4e2a-ad37-a9160fc62647", "title": "AttributeError: 'module' object has no attribute 'pll_refout_cc' (#2)", "sections": [ { "text": "", "activityTitle": "Dirk Gorissen", "activityImage": "https://cloud.githubusercontent.com/assets/143418/1 5842166/7c72db34-2c0b-11e6-9aed-b52498112777.png", "activitySubtitle": "@dgorissen", "facts": [ { "name": "Repository: ", "value": "awalls-cx18/gr-nwr" }, { "name": "Issue #: ", "value": 2 } ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueComment",\n"repositoryFullName": "awalls-cx18/gr- nwr",\n"issueId": 2,\n"IssueComment": "{{IssueComment.value}}"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueClose",\n"repositoryFullName": "awalls-cx18/gr-nwr",\n"issueId": 2\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/awalls-cx18/gr-nwr/issues/2" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "MuteNotification",\n"threadId": 337005705\n}" } ], "themeColor": "26292E" }