Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The C compiler identification is GNU 12.2.0
- -- The CXX compiler identification is GNU 12.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Enabling native optimizations
- CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FetchContent.cmake:1279 (message):
- The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
- not set. The policy's OLD behavior will be used. When using a URL
- download, the timestamps of extracted files should preferably be that of
- the time of extraction, otherwise code that depends on the extracted
- contents might not be rebuilt if the URL changes. The OLD behavior
- preserves the timestamps from the archive instead, but this is usually not
- what you want. Update your project to the NEW behavior or specify the
- DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
- robustness issue.
- Call Stack (most recent call first):
- external/CMakeLists.txt:11 (fetchcontent_declare)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Building KissFFT with datatype: float
- -- Building static library
- -- PKGINCLUDEDIR is include/kissfft
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
- -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
- -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
- -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
- -- Found libusb-1.0:
- -- - LIBUSB_1_INCLUDE_DIRS: /usr/include/libusb-1.0
- -- - LIBUSB_1_LIBRARIES: /usr/lib/aarch64-linux-gnu/libusb-1.0.so
- -- Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE)
- -- Found wxWidgets: -L/usr/lib/aarch64-linux-gnu;-pthread;;;-lwx_gtk3u_richtext-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2;-lwx_gtk3u_gl-3.2 (found version "3.2.2")
- -- wxWidgets_DEFINITIONS: _FILE_OFFSET_BITS=64;WXUSINGDLL;__WXGTK__
- -- wxWidgets_INCLUDE_DIRS: /usr/lib/aarch64-linux-gnu/wx/include/gtk3-unicode-3.2;/usr/include/wx-3.2
- -- wxWidgets_LIBRARIES: -L/usr/lib/aarch64-linux-gnu;-pthread;;;-lwx_gtk3u_richtext-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2;-lwx_gtk3u_gl-3.2
- -- Found OpenGL: /usr/lib/aarch64-linux-gnu/libOpenGL.so
- -- OPENGL_INCLUDE_DIR: /usr/include
- -- OPENGL_LIBRARIES: /usr/lib/aarch64-linux-gnu/libOpenGL.so;/usr/lib/aarch64-linux-gnu/libGLX.so;/usr/lib/aarch64-linux-gnu/libGLU.so
- -- Enabling native optimizations
- -- Found Git: /usr/bin/git (found version "2.39.2")
- -- Module Soapy_limesuiteng configured with version: 0.2.0-4854fa4c
- -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
- -- Checking for module 'gmp'
- -- Found gmp, version 6.2.1
- -- Found GMP: /usr/lib/aarch64-linux-gnu/libgmpxx.so
- -- Using GMP.
- -- User set python executable /usr/bin/python3
- -- Found PythonInterp: /usr/bin/python3 (found version "3.11.2")
- -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so (found suitable exact version "3.11.2")
- -- Using GMP.
- -- Found MPLIB: /usr/lib/aarch64-linux-gnu/libgmpxx.so
- -- Found Boost: /usr/lib/aarch64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.74.0") found components: date_time program_options system regex thread unit_test_framework
- -- Found Volk: Volk::volk
- -- Found Git: /usr/bin/git
- -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
- -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.11.2", minimum required is "3.6")
- -- Found PythonLibs: /usr/lib/aarch64-linux-gnu/libpython3.11.so
- -- Performing Test HAS_FLTO
- -- Performing Test HAS_FLTO - Success
- -- Found pybind11: /usr/include (found version "2.10.3")
- -- Using install prefix: /usr/local
- -- Building for version: v1.0-compat-xxx-xunknown / 1.0.0git
- -- No C++ unit tests... skipping
- -- PYTHON and GRC components are enabled
- -- Python checking for pygccxml - found
- GNU Radio module name identified: limesdr
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.h:795:9: note: in instantiation of member function 'std::basic_string<char>::_M_dispose' requested here
- { _M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.h:4020:12: note: in instantiation of member function 'std::basic_string<char>::~basic_string' requested here
- string __str(__neg + __len, '-');
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<wchar_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<wchar_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_construct(wchar_t *, wchar_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:756:4: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::_M_construct<wchar_t *>' requested here
- _M_construct(__beg, __end, std::__iterator_category(__beg));
- ^
- /usr/include/c++/12/ext/string_conversions.h:115:14: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::basic_string<wchar_t *, void>' requested here
- return _String(__s, __s + __len);
- ^
- /usr/include/c++/12/bits/basic_string.h:4155:23: note: in instantiation of function template specialization '__gnu_cxx::__to_xstring<std::basic_string<wchar_t>, wchar_t>' requested here
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char16_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char16_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char16_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char16_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char16_t>::_M_construct(const char16_t *, const char16_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char16_t>::_M_construct<const char16_t *>' requested here
- _M_construct(__s, __s + __n, std::forward_iterator_tag());
- ^
- /usr/include/c++/12/bits/basic_string.h:4347:14: note: in instantiation of member function 'std::basic_string<char16_t>::basic_string' requested here
- { return basic_string<char16_t>{__str, __len}; }
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char32_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char32_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char32_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char32_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char32_t>::_M_construct(const char32_t *, const char32_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char32_t>::_M_construct<const char32_t *>' requested here
- _M_construct(__s, __s + __n, std::forward_iterator_tag());
- ^
- /usr/include/c++/12/bits/basic_string.h:4352:14: note: in instantiation of member function 'std::basic_string<char32_t>::basic_string' requested here
- { return basic_string<char32_t>{__str, __len}; }
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_put_node' requested here
- _M_put_node(__p);
- ^
- /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_drop_node' requested here
- _M_drop_node(__x);
- ^
- /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_erase' requested here
- { _M_erase(_M_begin()); }
- ^
- /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::~_Rb_tree' requested here
- map() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::pair<boost::condition_variable *, boost::mutex *>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<boost::shared_ptr<boost::detail::shared_state_base>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_put_node' requested here
- _M_put_node(__p);
- ^
- /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_drop_node' requested here
- _M_drop_node(__x);
- ^
- /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_erase' requested here
- { _M_erase(_M_begin()); }
- ^
- /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::~_Rb_tree' requested here
- map() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_List_node<boost::thread *>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_list.h:522:29: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_List_node<boost::thread *>>>::deallocate' requested here
- { _Node_alloc_traits::deallocate(_M_impl, __p, 1); }
- ^
- /usr/include/c++/12/bits/list.tcc:81:4: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_put_node' requested here
- _M_put_node(__tmp);
- ^
- /usr/include/c++/12/bits/stl_list.h:575:9: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_clear' requested here
- { _M_clear(); }
- ^
- /usr/include/c++/12/bits/stl_list.h:749:7: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::~_List_base' requested here
- list() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpdpf4zpj6.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/source.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<long>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<long>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- Error occurred while running CASTXML xml file does not exist
- GNU Radio module name identified: limesdr
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.h:795:9: note: in instantiation of member function 'std::basic_string<char>::_M_dispose' requested here
- { _M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.h:4020:12: note: in instantiation of member function 'std::basic_string<char>::~basic_string' requested here
- string __str(__neg + __len, '-');
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<wchar_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<wchar_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<wchar_t>::_M_construct(wchar_t *, wchar_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:756:4: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::_M_construct<wchar_t *>' requested here
- _M_construct(__beg, __end, std::__iterator_category(__beg));
- ^
- /usr/include/c++/12/ext/string_conversions.h:115:14: note: in instantiation of function template specialization 'std::basic_string<wchar_t>::basic_string<wchar_t *, void>' requested here
- return _String(__s, __s + __len);
- ^
- /usr/include/c++/12/bits/basic_string.h:4155:23: note: in instantiation of function template specialization '__gnu_cxx::__to_xstring<std::basic_string<wchar_t>, wchar_t>' requested here
- { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int),
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char16_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char16_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char16_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char16_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char16_t>::_M_construct(const char16_t *, const char16_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char16_t>::_M_construct<const char16_t *>' requested here
- _M_construct(__s, __s + __n, std::forward_iterator_tag());
- ^
- /usr/include/c++/12/bits/basic_string.h:4347:14: note: in instantiation of member function 'std::basic_string<char16_t>::basic_string' requested here
- { return basic_string<char16_t>{__str, __len}; }
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<char32_t>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/basic_string.h:292:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<char32_t>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_allocator(), _M_data(), __size + 1); }
- ^
- /usr/include/c++/12/bits/basic_string.h:286:4: note: in instantiation of member function 'std::basic_string<char32_t>::_M_destroy' requested here
- _M_destroy(_M_allocated_capacity);
- ^
- /usr/include/c++/12/bits/basic_string.tcc:238:44: note: in instantiation of member function 'std::basic_string<char32_t>::_M_dispose' requested here
- ~_Guard() { if (_M_guarded) _M_guarded->_M_dispose(); }
- ^
- /usr/include/c++/12/bits/basic_string.tcc:232:9: note: in instantiation of member function 'std::basic_string<char32_t>::_M_construct(const char32_t *, const char32_t *, std::forward_iterator_tag)::_Guard::~_Guard' requested here
- struct _Guard
- ^
- /usr/include/c++/12/bits/basic_string.h:620:2: note: in instantiation of function template specialization 'std::basic_string<char32_t>::_M_construct<const char32_t *>' requested here
- _M_construct(__s, __s + __n, std::forward_iterator_tag());
- ^
- /usr/include/c++/12/bits/basic_string.h:4352:14: note: in instantiation of member function 'std::basic_string<char32_t>::basic_string' requested here
- { return basic_string<char32_t>{__str, __len}; }
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_put_node' requested here
- _M_put_node(__p);
- ^
- /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_drop_node' requested here
- _M_drop_node(__x);
- ^
- /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::_M_erase' requested here
- { _M_erase(_M_begin()); }
- ^
- /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const boost::system::error_category *, std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>, std::_Select1st<std::pair<const boost::system::error_category *const, std::unique_ptr<boost::system::detail::std_category>>>, boost::system::detail::cat_ptr_less>::~_Rb_tree' requested here
- map() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::pair<boost::condition_variable *, boost::mutex *>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<std::pair<boost::condition_variable *, boost::mutex *>, std::allocator<std::pair<boost::condition_variable *, boost::mutex *>>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<boost::shared_ptr<boost::detail::shared_state_base>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<boost::shared_ptr<boost::detail::shared_state_base>, std::allocator<boost::shared_ptr<boost::detail::shared_state_base>>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:565:24: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_Rb_tree_node<std::pair<const void *const, boost::detail::tss_data_node>>>>::deallocate' requested here
- { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
- ^
- /usr/include/c++/12/bits/stl_tree.h:632:2: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_put_node' requested here
- _M_put_node(__p);
- ^
- /usr/include/c++/12/bits/stl_tree.h:1937:4: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_drop_node' requested here
- _M_drop_node(__x);
- ^
- /usr/include/c++/12/bits/stl_tree.h:984:9: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::_M_erase' requested here
- { _M_erase(_M_begin()); }
- ^
- /usr/include/c++/12/bits/stl_map.h:195:7: note: in instantiation of member function 'std::_Rb_tree<const void *, std::pair<const void *const, boost::detail::tss_data_node>, std::_Select1st<std::pair<const void *const, boost::detail::tss_data_node>>, std::less<const void *>>::~_Rb_tree' requested here
- map() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<std::_List_node<boost::thread *>>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_list.h:522:29: note: in instantiation of member function 'std::allocator_traits<std::allocator<std::_List_node<boost::thread *>>>::deallocate' requested here
- { _Node_alloc_traits::deallocate(_M_impl, __p, 1); }
- ^
- /usr/include/c++/12/bits/list.tcc:81:4: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_put_node' requested here
- _M_put_node(__tmp);
- ^
- /usr/include/c++/12/bits/stl_list.h:575:9: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::_M_clear' requested here
- { _M_clear(); }
- ^
- /usr/include/c++/12/bits/stl_list.h:749:7: note: in instantiation of member function 'std::_List_base<boost::thread *, std::allocator<boost::thread *>>::~_List_base' requested here
- list() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:158:2: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n));
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/new:135:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t) _GLIBCXX_USE_NOEXCEPT
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /tmp/tmpkw2k20yc.h:1:
- In file included from /home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/include/limesdr/sink.h:24:
- In file included from /usr/include/gnuradio/sync_block.h:15:
- In file included from /usr/include/gnuradio/block.h:14:
- In file included from /usr/include/c++/12/memory:64:
- In file included from /usr/include/c++/12/bits/allocator.h:46:
- In file included from /usr/include/aarch64-linux-gnu/c++/12/bits/c++allocator.h:33:
- /usr/include/c++/12/bits/new_allocator.h:153:6: error: call to '__builtin_operator_delete' selects non-usual deallocation function
- _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n),
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/12/bits/new_allocator.h:103:35: note: expanded from macro '_GLIBCXX_OPERATOR_DELETE'
- # define _GLIBCXX_OPERATOR_DELETE __builtin_operator_delete
- ^
- /usr/include/c++/12/bits/alloc_traits.h:496:13: note: in instantiation of member function 'std::__new_allocator<long>::deallocate' requested here
- { __a.deallocate(__p, __n); }
- ^
- /usr/include/c++/12/bits/stl_vector.h:387:9: note: in instantiation of member function 'std::allocator_traits<std::allocator<long>>::deallocate' requested here
- _Tr::deallocate(_M_impl, __p, __n);
- ^
- /usr/include/c++/12/bits/stl_vector.h:366:2: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::_M_deallocate' requested here
- _M_deallocate(_M_impl._M_start,
- ^
- /usr/include/c++/12/bits/stl_vector.h:526:7: note: in instantiation of member function 'std::_Vector_base<long, std::allocator<long>>::~_Vector_base' requested here
- vector() = default;
- ^
- /usr/include/c++/12/new:166:6: note: non-usual 'operator delete' declared here
- void operator delete(void*, std::size_t, std::align_val_t)
- ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- Error occurred while running CASTXML xml file does not exist
- Traceback (most recent call last):
- File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 67, in <module>
- pbhp = PybindHeaderParser(args.pathname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 9, in __init__
- with open(pathname,'r') as f:
- ^^^^^^^^^^^^^^^^^^
- FileNotFoundError: [Errno 2] No such file or directory: '/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/sink_python.cc'
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:211 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:212 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:213 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:214 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- Traceback (most recent call last):
- File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 67, in <module>
- pbhp = PybindHeaderParser(args.pathname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/header_utils.py", line 9, in __init__
- with open(pathname,'r') as f:
- ^^^^^^^^^^^^^^^^^^
- FileNotFoundError: [Errno 2] No such file or directory: '/home/lab/Downloads/LimeSuiteNG/plugins/gr-limesdr/python/bindings/source_python.cc'
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:211 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:212 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:213 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- CMake Error at /usr/lib/aarch64-linux-gnu/cmake/gnuradio/GrPybind.cmake:214 (list):
- list GET given empty list
- Call Stack (most recent call first):
- plugins/gr-limesdr/python/bindings/CMakeLists.txt:40 (gr_pybind_make_oot)
- -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
- --
- -- ######################################################
- -- Packages found:
- * libusb-1.0
- Adds USB communication support for FT601 chip
- Adds USB communication support for Cypress FX3 chip
- * wxWidgets
- * OpenGL
- * SoapySDR
- Adds LimeSuiteNG bindings for SoapySDR
- * PythonLibs (required version == 3.11)
- * Threads
- * PkgConfig
- * GMP
- * boost_headers (required version == 1.74.0)
- * boost_date_time (required version == 1.74.0)
- * boost_program_options (required version == 1.74.0)
- * boost_system (required version == 1.74.0)
- * boost_regex (required version == 1.74.0)
- * boost_thread (required version == 1.74.0)
- * boost_unit_test_framework (required version == 1.74.0)
- * Boost (required version >= 1.74.0)
- * Gnuradio (required version >= 3.9)
- * Git
- * PythonInterp (required version >= 3.6)
- * PythonLibsNew
- * pybind11
- -- ######################################################
- -- Missing required packages:
- * LinuxKernelHeaders
- -- ######################################################
- -- Missing recommended packages:
- -- ######################################################
- -- Missing optional packages:
- * Gnuplot
- * Doxygen
- -- ######################################################
- -- ## LimeSuiteNG enabled features
- -- ######################################################
- --
- * HEADERS, The limesuiteng headers
- * LIBRARY, The limesuiteng library
- * USB_FTDI, USB support for FTDI
- * USB_FX3, USB support for Cypress FX3
- * LIMEPCIE, PCIe support
- * LIMEPCIE_KERNEL_MODULE, Build Linux LimePCIe kernel module
- * EXAMPLES, LimeSuite library API examples
- * CLI, LimeSuite command line interface tools
- * GUI, GUI Application for LimeSuite
- * AMARISOFT_PLUGIN, LimeSuite Amarisoft integration plugin
- * DESKTOP, LimeSuiteNG freedesktop integration
- * SOAPYSDR, SoapySDR bindings for LimeSuiteNG
- * GNURADIO, GNU Radio 3.9+ Plug-in
- * UDEV_RULES, Install Linux udev rules
- -- ######################################################
- -- ## LimeSuiteNG disabled features
- -- ######################################################
- --
- * DKMS, DKMS support for lime PCIe kernel module
- * DOXYGEN, Build Doxygen documentation
- -- Install prefix: /usr/local
- -- Build timestamp: 2024-07-29
- -- Lime Suite version: 0.2.0-g4854fa4c
- -- ABI/so version: 0.2-1
- -- Configuring incomplete, errors occurred!
- See also "/home/lab/Downloads/LimeSuiteNG/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement