discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] VOLK, gnuradio does not compile


From: Philip Balister
Subject: Re: [Discuss-gnuradio] VOLK, gnuradio does not compile
Date: Wed, 22 May 2019 08:08:47 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Or use

 -DENABLE_INTERNAL_VOLK=OFF

when you run cmake.

Volk living in and out of the source tree is painful. Time to toss it
out and let it stand alone! Makes it easier for third party programs to
actually use it.

Philip

On 05/22/2019 07:37 AM, Ralph A. Schmid, dk5ras wrote:
> Hi Hans, 
> 
>  
> 
> Did you follow the recommendation from the error message, to check out and
> enable volk? Then again cmake, make...
> 
>  
> 
> With best regards
> 
> 
> Ralph.
> 
>  
> 
>  
> 
>  
> 
> --
> 
>  
> 
> Ralph A. Schmid
> 
> Mondstr. 10
> 
> 90762 Fürth
> 
> +49-171-3631223
> 
> +49-911-21650056
> 
> address@hidden
> 
> http://www.bclog.de/
> 
>  
> 
>  
> 
>  
> 
> From: Discuss-gnuradio
> [mailto:address@hidden On Behalf Of Hans
> Kurscheidt
> Sent: Wednesday, May 22, 2019 1:31 PM
> To: address@hidden
> Subject: [Discuss-gnuradio] VOLK, gnuradio does not compile
> 
>  
> 
> Hi,
> 
> I'm not so sure, if i'm duplicating another issue, but gnuradio does not
> compile from source. I have 
> 
> libvolk1-bin, libvolk1-dev and libvolk1.3 installed. I also executed <pip
> install mako>; -- no cure 
> 
> Here the log: 
> 
> address@hidden:~/Downloads/gnuradio/build$ cmake ../
> -- The CXX compiler identification is GNU 6.3.0
> -- The C compiler identification is GNU 6.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
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Build type not specified: defaulting to release.
> -- Build type set to Release.
> -- Found Git: /usr/bin/git
> -- Extracting version information from git describe...
> -- Performing Test HAVE_VISIBILITY_HIDDEN
> -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
> -- Performing Test HAVE_WARN_SIGN_COMPARE
> -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
> -- Performing Test HAVE_WARN_ALL
> -- Performing Test HAVE_WARN_ALL - Success
> -- Performing Test HAVE_WARN_NO_UNINITIALIZED
> -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
> -- Compiler Version: cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
> Copyright (C) 2016 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG  -fvisibility=hidden
> -Wsign-compare -Wall -Wno-uninitialized
> /usr/bin/c++:::-O3 -DNDEBUG  -fvisibility=hidden -Wsign-compare -Wall
> -Wno-uninitialized
> -- ADDING PERF COUNTERS
> -- Building Static Libraries: OFF
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - not found
> -- Looking for pthread_create in pthreads
> -- Looking for pthread_create in pthreads - not found
> -- Looking for pthread_create in pthread
> -- Looking for pthread_create in pthread - found
> -- Found Threads: TRUE
> -- Boost version: 1.62.0
> -- Found the following Boost libraries:
> --   date_time
> --   program_options
> --   filesystem
> --   system
> --   thread
> --   chrono
> --   atomic
> -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found
> suitable version "2.7.13", minimum required is "2")
> --
> -- Checking for module SWIG
> -- Found SWIG version 3.0.10.
> -- Found SWIG: /usr/bin/swig3.0
> --
> -- The build system will automatically enable all components.
> -- Use -DENABLE_DEFAULT=OFF to disable components by default.
> --
> -- Configuring python-support support...
> --   Dependency PYTHONLIBS_FOUND = TRUE
> --   Dependency SWIG_FOUND = TRUE
> --   Dependency SWIG_VERSION_CHECK = TRUE
> --   Enabling python-support support.
> --   Override with -DENABLE_PYTHON=ON/OFF
> -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
> -- Checking for module 'cppunit'
> --   Found cppunit, version 1.13.2
> -- Found CPPUNIT: /usr/lib/arm-linux-gnueabihf/libcppunit.so;dl
> --
> -- Configuring testing-support support...
> --   Dependency CPPUNIT_FOUND = TRUE
> --   Enabling testing-support support.
> --   Override with -DENABLE_TESTING=ON/OFF
> --
> -- Configuring VOLK support...
> --   VOLK submodule is not checked out.
> --   To check out the VOLK submodule, use:
> --     git pull --recurse-submodules=on
> --     git submodule update
> --   External VOLK disabled.
> --   Override with -DENABLE_INTERNAL_VOLK=ON/OFF
> --
> CMake Error at CMakeLists.txt:313 (message):
>   VOLK required but not found.
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/home/hk/Downloads/gnuradio/build/CMakeFiles/CMakeOutput.log".
> See also "/home/hk/Downloads/gnuradio/build/CMakeFiles/CMakeError.log".
> address@hidden:~/Downloads/gnuradio/build$ cd ..
> address@hidden:~/Downloads/gnuradio$ cd ..
> 
> address@hidden:~/Downloads/gnuradio$ git pull --recurse-submodules=on
> Already up-to-date.
> address@hidden:~/Downloads/gnuradio$
> 
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]