-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake not working for gr-iio #113
Comments
Can you provide the full output of the cmake command from a clean build folder? -Travis |
/mnt/c/Projects/adi/gr-iio$ cmake . Could not find a package configuration file provided by "spdlog" with any
Add the installation prefix of "spdlog" to CMAKE_PREFIX_PATH or set CMake Warning at CMakeLists.txt:90 (find_package):
but it set Gnuradio_FOUND to FALSE so package "Gnuradio" is considered to Gnuradio could not be found because dependency spdlog could not be found. CMake Warning at /usr/share/cmake-3.16/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): Could not find a package configuration file provided by "spdlog" with any
Add the installation prefix of "spdlog" to CMAKE_PREFIX_PATH or set CMake Warning at CMakeLists.txt:92 (find_package):
but it set Gnuradio_FOUND to FALSE so package "Gnuradio" is considered to Gnuradio could not be found because dependency spdlog could not be found. CMake Error at CMakeLists.txt:94 (message): -- Configuring incomplete, errors occurred! |
What version of gnuradio do you have installed? How did you install it? -Travis |
sudo apt install gnuradio. also tried using installing with source. this is using windows 10, WSL2 |
You are likely missing the development packages. These are required for all OOT modules:
|
on WSL2 after installing and building libad9361-iio and libiio as instructed on https://wiki.analog.com/resources/tools-software/linux-software/gnuradio
gr-iio give error when commanded "cmake ."
here is the error:
CMake Error at /usr/share/cmake-3.16/Modules/CMakeFindDependencyMacro.cmake:47 (find_package):
By not providing "Findspdlog.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "spdlog", but
CMake did not find one.
Could not find a package configuration file provided by "spdlog" with any
of the following names:
Add the installation prefix of "spdlog" to CMAKE_PREFIX_PATH or set
"spdlog_DIR" to a directory containing one of the above files. If "spdlog"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:13 (find_dependency)
CMakeLists.txt:123 (find_package)
The text was updated successfully, but these errors were encountered: