libtecla
Posted: Thu Aug 29, 2013 8:09 am
Just got my BladeRF and I've been working on installing using the directions on the forum (http://nuand.com/forums/viewtopic.php?f=9&t=2992).
However when I attempt to do a cmake, I get the following error. I do not have libtecla installed so it makes sense that I would get this error:
robert@robert-S400CA:~/bladeRF/host/cmake$ cmake -DCMAKE_BUILD_TYPE=debug -DINSTALL_UDEV_RULES=ON -DCMAKE_INSTALL_PREFIX=/opt/bladeRF/ ../
-- In libraries /home/robert/bladeRF/host/common/src
-- libbladeRF version: 0.3.0-git-4d8312b-dirty
-- nuand bladeRF udev rules will be installed upon running 'make install'
-- checking for module 'libtecla'
-- package 'libtecla' not found
-- libtecla not found.
CMake Error at utilities/bladeRF-cli/CMakeLists.txt:94 (message):
ENABLE_INTERACTIVE_TECLA set, but libtecla could not be found
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBTECLA_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/robert/bladeRF/host/utilities/bladeRF-cli
-- Configuring incomplete, errors occurred!
However, I have made every attempt that I can to download and install libtecla with no success. I wonder if there is someone who may be able to assist.
I have downloaded libtecla, I have done a "./config" with success, a "make" with success, but "make install" does not work. I get an error stating that there is no "install" file.
Eventually I was able to do an "apt-get install libtecla1" (not libtecla), but libtecla1 != libtecla. I am very new to linux and so I don't have any ability to deviate from what I see on forums etc. Please help.
However when I attempt to do a cmake, I get the following error. I do not have libtecla installed so it makes sense that I would get this error:
robert@robert-S400CA:~/bladeRF/host/cmake$ cmake -DCMAKE_BUILD_TYPE=debug -DINSTALL_UDEV_RULES=ON -DCMAKE_INSTALL_PREFIX=/opt/bladeRF/ ../
-- In libraries /home/robert/bladeRF/host/common/src
-- libbladeRF version: 0.3.0-git-4d8312b-dirty
-- nuand bladeRF udev rules will be installed upon running 'make install'
-- checking for module 'libtecla'
-- package 'libtecla' not found
-- libtecla not found.
CMake Error at utilities/bladeRF-cli/CMakeLists.txt:94 (message):
ENABLE_INTERACTIVE_TECLA set, but libtecla could not be found
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBTECLA_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/robert/bladeRF/host/utilities/bladeRF-cli
-- Configuring incomplete, errors occurred!
However, I have made every attempt that I can to download and install libtecla with no success. I wonder if there is someone who may be able to assist.
I have downloaded libtecla, I have done a "./config" with success, a "make" with success, but "make install" does not work. I get an error stating that there is no "install" file.
Eventually I was able to do an "apt-get install libtecla1" (not libtecla), but libtecla1 != libtecla. I am very new to linux and so I don't have any ability to deviate from what I see on forums etc. Please help.