-
Notifications
You must be signed in to change notification settings - Fork 78
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 errors #64
Comments
Hi, I have similars problem's but I can't resolve as you. can you help me please? I attach de Cmake error's files. The error is: lucas@lucas:~/Bloques/gr-baz/build$ cmake .. -- Configuring incomplete, errors occurred! This "GnuRadio Core required to compile baz" is extremly rare. GnuRadios it's install correctly. |
I have installed GnuRadio companion - 3.8.1.0 in Ubuntu 20.04.1 LTS focal with core 5.4.0-52-generic |
In Cmake file there is commented line find(gnuradiolive) , uncommenting that worked for me but during make it gives error , no such module doxyxml |
I encountered some error w cmake as it complained about the cmakelist.txt reference to the next cmakelist.txt. I just renamed the CMakeLists-3.8.txt to CMakeLists.txt to workaround that one. Then the next popped up when that 3.8 txt file expects GNU radio v3.9 (line 78 "find_package(Gnuradio "3.9" REQUIRED)"). I just altered that to 3.8.
Rest seems to work fine.
Mine is a Kubuntu 18.04 LTS system.
All the best, Peter
The text was updated successfully, but these errors were encountered: