package 'gnuradio-fft' not found

General discussions
Post Reply
Koyel
Posts: 1
Joined: Tue Jan 09, 2018 6:23 am

package 'gnuradio-fft' not found

Post by Koyel » Tue Jan 09, 2018 6:30 am

Hi,

I am setting up the development environment for RFNoC by following the link https://kb.ettus.com/Getting_Started_wi ... evelopment

I am using the "Create the development environment manually". When I clone the following

git clone -b master https://github.com/EttusResearch/gr-ettus.git

then enter into "gr-ettus", create "build" directory and inside build run the command "cmake ../"

I get the following errors

Checking for GNU Radio Module: FFT
-- checking for module 'gnuradio-fft'
-- package 'gnuradio-fft' not found
* INCLUDES=GNURADIO_FFT_INCLUDE_DIRS-NOTFOUND
* LIBS=GNURADIO_FFT_LIBRARIES_gnuradio-fft-NOTFOUND
-- Could NOT find GNURADIO_FFT (missing: GNURADIO_FFT_LIBRARIES GNURADIO_FFT_INCLUDE_DIRS)
GNURADIO_FFT_FOUND = FALSE
CMake Error at /usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:114 (message):
Required GNU Radio Component: FFT missing!
Call Stack (most recent call first):
/usr/local/lib/cmake/gnuradio/GnuradioConfig.cmake:130 (GR_MODULE)
CMakeLists.txt:169 (find_package)


-- Configuring incomplete, errors occurred!


Please help. How to solve it.

Regards,
Koyel
Last edited by Koyel on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Tech_Support
Posts: 499
Joined: Mon Jun 01, 2015 7:00 pm

Re: package 'gnuradio-fft' not found

Post by Tech_Support » Tue Jan 09, 2018 7:46 am

Hello Koyel,
Your question appears to be gnuradio specific as opposed to RSP related. Hopefully someone will be able to help you, but you might get more focussed help via gnuradio.org

Sincerely

SDRplay Tech_Support

Reason: No reason

Post Reply