我是編碼Gnuradio的初學者。 我必須在GNURadio中創建一個等於原始接收器塊的新接收器塊。 我試圖創建一個新的文件夾「GR-安全」,並複製了在GR-UHD文件夾,但運行cmake的../這發生的一切文件/文件夾內:接收塊gnuradio
CMake Error at CMakeLists.txt:23 (include):
include could not find load file:
GrBoost
CMake Error at CMakeLists.txt:30 (include):
include could not find load file:
GrComponent
CMake Error at CMakeLists.txt:31 (GR_REGISTER_COMPONENT):
Unknown CMake command "GR_REGISTER_COMPONENT".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/home/testbed/gnuradio3.6.5.1/gnuradio-3.6.5/gr-secure/build CMakeFiles/CMakeOutput.log".