discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: R: Funcube Dongle Pro Plus


From: Marcus Müller
Subject: Re: R: Funcube Dongle Pro Plus
Date: Fri, 24 Apr 2020 19:16:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

As said, the cmake line is wrong. Not your fault – it's a formatting problem of the README.md [1]

Best regards

Marcus

[1] https://raw.githubusercontent.com/dl1ksv/gr-fcdproplus/master/README.md

On 4/24/20 5:57 PM, Vincenzo Mone wrote:
Hi Marcus,
I am not so clever on Linux System just trying to make all together to work
on Satellites
as I am an amateur radio.
I got these instructions on  this web:

https://github.com/dl1ksv/gr-fcdproplus
and in the readme file says:

Installation:
get the latest code from https://github.com/dl1ksv/gr-fcdproplus

The build process is cmake based. So change to code directory. There $mkdir
build $cd build $cmake -DCMAKE_INSTALL_PREFIX= ../ $make $su $make install

Any help?

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




       *********************************
       ******   GSM  +39 328 7110193  ******
       *****     SMS  +39 328 7110193    *****
       *********************************

-----Messaggio originale-----
Da: Marcus Müller <address@hidden>
Inviato: venerdì 24 aprile 2020 16:39
A: Vincenzo Mone <address@hidden>; Gnuradio Mailing List <discuss-
address@hidden>
Oggetto: Re: Funcube Dongle Pro Plus

Hi Vincenco,

cmake -DCMAKE_INSTALL_PREFIX= ../


is almost certainly wrong.


it should be something like


cmake -DCMAKE_INSTALL_PREFIX=/usr ..


(assuming you want to install to /usr)

But that will only become a problem later on :)

Right now, the output tells you what's wrong: you're missing JACK!
Wild guess, didn't check (a good way to figure out would be using "apt
search
JACK" and looking for -dev packages):

sudo apt install libjack-dev

Best regards,
Marcus

On 4/24/20 4:22 PM, Vincenzo Mone wrote:
Hello

Please I am trying to install the FCDPROPLUS which is the Funcube
Dongle Pro Plus.

This is what I’ve done:

git clone https://github.com/dl1ksv/gr-fcdproplus

cd gr-fcdproplus/

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX= ../

After done the last command I get the following :

-- The C compiler identification is GNU 9.2.1

-- 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.

-- Found LOG4CPP: /usr/lib/x86_64-linux-gnu/liblog4cpp.so

-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")

-- Checking for module 'gmp'

--   No package 'gmp' found

-- Found GMP: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- Checking for module 'mpir >= 3.0'

--   No package 'mpir' found

-- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY
MPIR_INCLUDE_DIR)

-- Found MPLIB: /usr/lib/x86_64-linux-gnu/libgmpxx.so

-- 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.67.0

-- Found the following Boost libraries:

--   date_time

--   program_options

--   filesystem

--   system

--   regex

--   thread

--   unit_test_framework

--   chrono

--   atomic

-- Found VOLK: Volk::volk

-- User set python executable /usr/bin/python3

-- Found PythonInterp: /usr/bin/python3 (found version "3.7.5")

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.7m.so (found
suitable exact version "3.7.5")

-- Checking for module 'alsa'

--   Found alsa, version 1.1.9

-- Found ALSA 1.1.9

-- Checking for module 'jack'

--   No package 'jack' found

CMake Error at
/usr/lib/x86_64-linux-gnu/cmake/gnuradio/FindJACK.cmake:73 (message):

   Could not find JACK

Call Stack (most recent call first):

/usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48
(find_package)

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/gnuradio-
audioConfig.cmake:24
(find_dependency)

/usr/lib/x86_64-linux-gnu/cmake/gnuradio/GnuradioConfig.cmake:116
(include)

   CMakeLists.txt:76 (find_package)

-- Configuring incomplete, errors occurred!

See also "/home/enzo/gr-
fcdproplus/build/CMakeFiles/CMakeOutput.log".
See also "/home/enzo/gr-fcdproplus/build/CMakeFiles/CMakeError.log".

Please any help?

Thanks a lot for your help

73 de Enzo IK8OZV
EasyLog 5 BetaTester
EasyLog PDA BetaTester
WinBollet BetaTester
D.C.I. CheckPoint Regione Campania
Skype: ik8ozv8520




*********************************

****** GSM  +39 328 7110193  ******

       *****     SMS  +39 328 7110193 *****

       *********************************




reply via email to

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