CMake找不到cm256cc,虽然它安装在根目录

时间:2016-12-30 04:29:24

标签: cmake

请查看下面的代码。请告诉我我做错了什么。我在哪里需要安装cm256cc?

我在根文件夹中通过git clone安装了cm256cc。还有git在root中克隆了sdrdaemon。非常感谢任何帮助。

root@beaglebone:~# ls
Desktop  cm256cc  sdrdaemon
root@beaglebone:~# cd sdrdaemon/
root@beaglebone:~/sdrdaemon# cd build/
root@beaglebone:~/sdrdaemon/build# cmake ..
-- Architecture: armv7l
-- Use g++ NEON SIMD instructions
-- Boost version: 1.55.0
-- checking for module 'libcm256cc'
--   package 'libcm256cc' not found
-- CM256cc not found
-- Could NOT find CM256CC (missing:  CM256CC_LIBRARIES CM256CC_INCLUDE_DIR)
-- checking for module 'libairspy'
--   package 'libairspy' not found
-- libairspy not found
-- checking for module 'libbladerf'
--   package 'libbladerf' not found
-- libbladerf not found
-- checking for module 'libhackrf'
--   package 'libhackrf' not found
-- libhackrf not found
-- Found librtlsdr: /usr/include, /usr/lib/arm-linux-gnueabihf/librtlsdr.so
-- Found libusb: /usr/include/libusb-1.0, /usr/lib/arm-linux-gnueabihf/libusb-1.0.so
-- Found libnanomsg: /usr/include, /usr/lib/arm-linux-gnueabihf/libnanomsg.so
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CM256CC_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /root/sdrdaemon
   used as include directory in directory /root/sdrdaemon
   used as include directory in directory /root/sdrdaemon
   used as include directory in directory /root/sdrdaemon
   used as include directory in directory /root/sdrdaemon

-- Configuring incomplete, errors occurred!
See also "/root/sdrdaemon/build/CMakeFiles/CMakeOutput.log".
See also "/root/sdrdaemon/build/CMakeFiles/CMakeError.log".

0 个答案:

没有答案