discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] RTTY receiver


From: Ron Economos
Subject: Re: [Discuss-gnuradio] RTTY receiver
Date: Wed, 12 Jun 2019 17:34:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

How did you install GNU Radio itself? If you used apt-get, then you need to install in /usr, not /usr/local. You can test where GNU Radio is installed with:

which gnuradio-companion

To install in /usr, use this cmake invocation:

cmake -DCMAKE_INSTALL_PREFIX=/usr ../

Ron

On 6/12/19 17:26, Barry Duggan wrote:
Here is my current status.

I performed the following commands in the /home/pi/gr-radioteletype/build directory:

pi@raspberrypi:~/gr-radioteletype/build $ make clean
pi@raspberrypi:~/gr-radioteletype/build $ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.62.0
-- Found the following Boost libraries:
--   filesystem
--   system
Checking for GNU Radio Module: RUNTIME
 * INCLUDES=/usr/include
 * LIBS=/usr/lib/arm-linux-gnueabihf/libgnuradio-runtime.so;/usr/lib/arm-linux-gnueabihf/libgnuradio-pmt.so
GNURADIO_RUNTIME_FOUND = TRUE
-- Extracting version information from git describe...
-- Using install prefix: /usr/local
-- Building for version: 3a00e28a / 1.0.0git



reply via email to

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