ptrkrysik / gr-gsm

Gnuradio blocks and tools for receiving GSM transmissions
Other
1.33k stars 428 forks source link

Gnuradio could not be found because dependency Volk could not be found. #525

Open sahilc556 opened 4 years ago

sahilc556 commented 4 years ago

root@kali:~/gnuradio/src/gr-gsm/build# cmake .. -- The CXX compiler identification is GNU 9.3.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 -- Extracting version information from git describe... -- Found Boost: /usr/include (found suitable version "1.67.0", minimum required is "1.35") found components: filesystem system thread chrono date_time atomic -- -- Checking for module SWIG -- Found SWIG version 4.0.1. -- Checking for module 'mpir >= 3.0' -- No package 'mpir' found -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_INCLUDE_DIR) -- Found Boost: /usr/include (found suitable version "1.67.0", minimum required is "1.67.0") found components: date_time program_options filesystem system regex thread unit_test_framework chrono atomic CMake Warning at CMakeLists.txt:135 (find_package): Found package configuration file:

/root/gnuradio/lib/cmake/gnuradio/GnuradioConfig.cmake

but it set Gnuradio_FOUND to FALSE so package "Gnuradio" is considered to be NOT FOUND. Reason given by package:

Gnuradio could not be found because dependency Volk could not be found.

CMake Error at CMakeLists.txt:150 (message): GnuRadio Runtime required to compile gr-gsm

-- Configuring incomplete, errors occurred! See also "/root/gnuradio/src/gr-gsm/build/CMakeFiles/CMakeOutput.log". See also "/root/gnuradio/src/gr-gsm/build/CMakeFiles/CMakeError.log". root@kali:~/gnuradio/src/gr-gsm/build#

velichkov commented 4 years ago

CMake Warning at CMakeLists.txt:135 (find_package): Found package configuration file:

/root/gnuradio/lib/cmake/gnuradio/GnuradioConfig.cmake

but it set Gnuradio_FOUND to FALSE so package "Gnuradio" is considered to be NOT FOUND. Reason given by package:

Gnuradio could not be found because dependency Volk could not be found.

See https://github.com/ptrkrysik/gr-gsm/issues/480#issuecomment-532195846 and https://github.com/ptrkrysik/gr-gsm/issues/475 and please read all messages in the linked issues.