I'd also like to point out that you should **not** clone into
/usr/local/bin; that's the directory where the executables should/will
be installed, but no place for source code!
If you don't do that but instead clone to, let's say /home/richard/,
then the only operation you need to do as root ("sudo") is "make
install"; that's much better.

Best regards,
Marcus

On 06/10/2015 09:24 PM, Tom Rondeau wrote:
> On Wed, Jun 10, 2015 at 3:20 PM, Richard Bell <richard.be...@gmail.com
> <mailto:richard.be...@gmail.com>> wrote:
>
>     Hi all,
>
>     Ubuntu 14.04
>
>     I have installed uhd from source to /usr/local/bin without a
>     problem. I then do the following:
>
>     1) cd /usr/local/bin
>     2) sudo git clone https://github.com/gnuradio/gnuradio.git
>     3) cd gnuradio
>     4) sudo mkdir build && cd build
>     5) sudo cmake ../
>
>     I get the following error:
>
>     *-- 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:309 (message):
>       VOLK required but not found.*
>
>     I've run the two git commands it asks me to run, deleted the build
>     directory and re-ran cmake but I get the same error. I see a volk
>     directory in the gnuradio directory.
>
>     What is causing this problem?
>
>     v/r,
>     Rich
>
>
> Try following the download page:
>
> http://gnuradio.org/redmine/projects/gnuradio/wiki/Download
>
> Specifically, delete your gnuradio directory and run the git clone
> this way:
>
> git clone --recursive http://git.gnuradio.org/git/gnuradio.git
>
> That should make sure you've properly pulled the volk submodule as well.
>
> Tom
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to