[srslte-users] srsENB command not found error

Ehsan Elahi eelahi at tssg.org
Fri May 17 17:33:44 UTC 2019


Hi guys,
Thank you very much for your replies. I tried to install Ettus UHD RF 
driver. I think it went well but I am not sure. However I couldn't 
install BladeRF. It does not have enough/clear build instructions. I 
build srsLTE again. Below is the log for cmake. But when I try to run 
srsENB or srsUE, I got the following error:



cmake output:
ubuntu at c2gran:~/srsLTE/srsLTE/build$ cmake ../
-- CMAKE_SYSTEM: Linux-4.15.0-48-generic
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- CMAKE_CXX_COMPILER: /usr/bin/c++
-- Build type not specified: defaulting to Release.
-- Could NOT find mkl (missing: MKL_LIBRARIES MKL_CORE MKL_ILP MKL_SEQ)
-- FFTW3F LIBRARIES: /usr/lib/x86_64-linux-gnu/libfftw3f.so
-- FFTW3F STATIC LIBRARIES: /usr/lib/x86_64-linux-gnu/libfftw3f.a
-- FFTW3F INCLUDE DIRS: /usr/include
-- FFT_LIBRARIES: /usr/lib/x86_64-linux-gnu/libfftw3f.so
-- Checking for module 'polarssl'
--   No package 'polarssl' found
-- POLARSSL LIBRARIES: POLARSSL_LIBRARIES-NOTFOUND
-- POLARSSL STATIC LIBRARIES: POLARSSL_STATIC_LIBRARIES-NOTFOUND
-- POLARSSL INCLUDE DIRS: POLARSSL_INCLUDE_DIRS-NOTFOUND
-- Could NOT find POLARSSL (missing: POLARSSL_LIBRARIES 
POLARSSL_INCLUDE_DIRS)
-- Checking for module 'mbedtls'
--   No package 'mbedtls' found
-- MBEDTLS LIBRARIES: /usr/lib/x86_64-linux-gnu/libmbedcrypto.so
-- MBEDTLS STATIC LIBRARIES: /usr/lib/x86_64-linux-gnu/libmbedcrypto.a
-- MBEDTLS INCLUDE DIRS: /usr/include
-- Checking for module 'libpcsclite'
--   No package 'libpcsclite' found
-- Could NOT find PCSCLITE (missing: PCSCLITE_LIBRARY PCSCLITE_INCLUDE_DIR)
-- PCSC LIBRARIES: PCSCLITE_LIBRARY-NOTFOUND
-- PCSC INCLUDE DIRS: PCSCLITE_INCLUDE_DIR-NOTFOUND
-- UHD LIBRARIES /usr/lib/x86_64-linux-gnu/libuhd.so
-- UHD INCLUDE DIRS /usr/include
-- Found UHD: /usr/lib/x86_64-linux-gnu/libuhd.so
-- Checking for module 'libbladeRF'
--   No package 'libbladeRF' found
-- libbladeRF not found.
-- FINDING SOAPY.
-- Checking for module 'SoapySDR'
--   No package 'SoapySDR' found
-- libSOAPYSDR not found.
-- FINDING ZEROMQ.
-- Checking for module 'ZeroMQ'
--   No package 'ZeroMQ' found
-- libZEROMQ not found.
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   program_options
-- SRSGUI LIBRARIES SRSGUI_LIBRARIES-NOTFOUND
-- SRSGUI INCLUDE DIRS SRSGUI_INCLUDE_DIRS-NOTFOUND
-- Could NOT find SRSGUI (missing: SRSGUI_LIBRARIES SRSGUI_INCLUDE_DIRS)
-- SSE4.1 is enabled - target CPU must support it
-- AVX is enabled - target CPU must support it
-- Using default glibc header for IPv6 support.
-- SSE4.1 is enabled - target CPU must support it
-- AVX is enabled - target CPU must support it
-- CMAKE_C_FLAGS is  -Wall -Wno-comment -Wno-write-strings -Winline 
-Wno-unused-result -Wformat -Wmissing-field-initializers -Wtype-limits 
-std=c99 -D_GNU_SOURCE -O3 -fno-trapping-math -fno-math-errno 
-DBUILD_TYPE_RELEASE -march=native -mfpmath=sse -mavx -DLV_HAVE_AVX 
-DLV_HAVE_SSE -Ofast -funroll-loops
-- CMAKE_CXX_FLAGS is  -Wall -Wno-comment -Wno-reorder 
-Wno-unused-but-set-variable -Wno-unused-variable -Wtype-limits 
-std=c++11 -march=native -mfpmath=sse -mavx -DLV_HAVE_AVX -DLV_HAVE_SSE 
-O3 -fno-trapping-math -fno-math-errno -DBUILD_TYPE_RELEASE -DUSE_GLIBC_IPV6
-- Using install prefix: /usr/local
-- Building for version: 19.3.0
-- SRSGUI LIBRARIES SRSGUI_LIBRARIES-NOTFOUND
-- SRSGUI INCLUDE DIRS SRSGUI_INCLUDE_DIRS-NOTFOUND
-- Could NOT find SRSGUI (missing: SRSGUI_LIBRARIES SRSGUI_INCLUDE_DIRS)
-- SRSGUI LIBRARIES SRSGUI_LIBRARIES-NOTFOUND
-- SRSGUI INCLUDE DIRS SRSGUI_INCLUDE_DIRS-NOTFOUND
-- Could NOT find SRSGUI (missing: SRSGUI_LIBRARIES SRSGUI_INCLUDE_DIRS)
--    examples will be installed.
-- No post-build command defined
-- Building with srsUE
-- No post-build-UE command defined
-- No post-build command defined
-- Building with srsENB
-- Found LibConfig++: /usr/lib/x86_64-linux-gnu/libconfig++.so
-- static LibConfig++ path: /usr/lib/x86_64-linux-gnu/libconfig++.a
-- Found LibConfig: /usr/lib/x86_64-linux-gnu/libconfig.so
-- static LibConfig path: /usr/lib/x86_64-linux-gnu/libconfig.a
-- Checking for module 'sctp'
--   No package 'sctp' found
-- SCTP LIBRARIES: /usr/lib/x86_64-linux-gnu/libsctp.so
-- SCTP INCLUDE DIRS: /usr/include
-- No post-build-ENB command defined
-- Building with srsEPC
-- Found LibConfig++: /usr/lib/x86_64-linux-gnu/libconfig++.so
-- static LibConfig++ path: /usr/lib/x86_64-linux-gnu/libconfig++.a
-- Found LibConfig: /usr/lib/x86_64-linux-gnu/libconfig.so
-- static LibConfig path: /usr/lib/x86_64-linux-gnu/libconfig.a
-- Checking for module 'sctp'
--   No package 'sctp' found
-- SCTP LIBRARIES: /usr/lib/x86_64-linux-gnu/libsctp.so
-- SCTP INCLUDE DIRS: /usr/include
-- No post-build-EPC command defined
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ubuntu/srsLTE/srsLTE/build

Kind regards
Ehsan

On 5/17/2019 12:26 PM, Pedro Alvarez wrote:
> Could you send the output of the cmake?
> srsEPC does not need any RF driver, so if you don't have any it might 
> install the EPC, but not the eNB or the UE.
>
> Cheers,
> Pedro
>
> On Fri, May 17, 2019 at 10:50 AM Xavier Arteaga 
> <xavier at softwareradiosystems.com 
> <mailto:xavier at softwareradiosystems.com>> wrote:
>
>     Hi Ehsan,
>     if you did not run sudo make install you need to run sudo
>     srsenb/src/srsenb enb.conf. Regarding the ctest failures, it is a
>     known issue for processors without AVX2. It will be fixed for next
>     release and it should not affect srsue/enb performance.
>
>     Kind regards,
>     Xavier
>
>     On Thu, 16 May 2019 at 17:08, Ehsan Elahi <eelahi at tssg.org
>     <mailto:eelahi at tssg.org>> wrote:
>
>         Hi,
>         I am new to srsLTE. I was just trying to install srsLTE on two
>         machines. I followed the instructions in readme file. The
>         installation went well except when I run "make test" command,
>         it says 2 tests failed as shown in screen capture below. On
>         one machine, I could be able to start srsEPC but when I run
>         command "sudo srsenb" on the same machine in another window,
>         it says "command not found". The same is the error with srsUE
>         on another machine. As I doing something wrong or missing
>         something during installation process?
>
>
>
>         Kind regards
>         Ehsan
>         _______________________________________________
>         srslte-users mailing list
>         srslte-users at lists.softwareradiosystems.com
>         <mailto:srslte-users at lists.softwareradiosystems.com>
>         http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>
>     _______________________________________________
>     srslte-users mailing list
>     srslte-users at lists.softwareradiosystems.com
>     <mailto:srslte-users at lists.softwareradiosystems.com>
>     http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190517/c25b3668/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: koppfebbliblanhg.png
Type: image/png
Size: 4623 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190517/c25b3668/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bmedkjjogifacmjn.png
Type: image/png
Size: 4496 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190517/c25b3668/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lhglpadlcgjlkoia.png
Type: image/png
Size: 18081 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20190517/c25b3668/attachment-0002.png>


More information about the srsran-users mailing list