[srslte-users] new issue with srsLTE
Paul Sutton
paul at softwareradiosystems.com
Mon Feb 15 13:58:20 UTC 2016
Hi Altaf,
The UHD include files are not being found on your system.
Can you check that uhd.h is available? The default paths which get
checked are /usr/local/include and /usr/include.
You can also set an environment variable UHD_DIR and UHD_DIR/include
will also be checked.
To see how cmake attempts to find UHD, see
srslte/cmake/modules/FindUHD.cmake.
Regards,
Paul
On 15/02/16 10:42, altaf sk wrote:
> Hi,
>
> Here is the cmake output
>
> -- The C compiler identification is GNU
> -- The CXX compiler identification is GNU
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- 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
> -- Could NOT find Octave (missing: OCTAVE_INCLUDE_DIR
> OCTAVE_OCTAVE_LIBRARY)
> -- Build type not specified: defaulting to Release.
> -- Performing Test HAVE_SSE
> -- Performing Test HAVE_SSE - Success
> -- SSE4.1 is enabled - target CPU must support it
> -- Performing Test HAVE_AVX
> -- Performing Test HAVE_AVX - Success
> -- AVX is enabled - target CPU must support it
> -- Performing Test HAVE_VISIBILITY_HIDDEN
> -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
> -- Using install prefix: /usr/local
> -- Building for version: 001.001.000
> -- UHD LIBRARIES /usr/local/lib/libuhd.so
> -- UHD INCLUDE DIRS UHD_INCLUDE_DIRS-NOTFOUND
> -- Could NOT find UHD (missing: UHD_INCLUDE_DIRS)
> -- checking for module 'libbladeRF'
> -- found libbladeRF, version 1.2.0-git-4e78b05
> -- Found libbladeRF: /usr/local/include, /usr/local/lib/libbladeRF.so
> -- SRSGUI LIBRARIES SRSGUI_LIBRARIES-NOTFOUND
> -- SRSGUI INCLUDE DIRS SRSGUI_INCLUDE_DIRS-NOTFOUND
> -- Could NOT find SRSGUI (missing: SRSGUI_LIBRARIES SRSGUI_INCLUDE_DIRS)
> -- checking for module 'fftw3f >= 3.0'
> -- found fftw3f , version 3.3
> -- Found fftw3f: /usr/lib/libfftw3f.so
> -- Looking for volk_32f_index_max_16u
> -- Looking for volk_32f_index_max_16u - found
> -- Looking for volk_32f_accumulator_s32f
> -- Looking for volk_32f_accumulator_s32f - found
> -- Looking for volk_32fc_s32fc_multiply_32fc
> -- Looking for volk_32fc_s32fc_multiply_32fc - found
> -- Looking for volk_32fc_conjugate_32fc
> -- Looking for volk_32fc_conjugate_32fc - found
> -- Looking for volk_32fc_x2_multiply_32fc
> -- Looking for volk_32fc_x2_multiply_32fc - found
> -- Looking for volk_32fc_x2_multiply_conjugate_32fc
> -- Looking for volk_32fc_x2_multiply_conjugate_32fc - found
> -- Looking for volk_32fc_32f_multiply_32fc
> -- Looking for volk_32fc_32f_multiply_32fc - found
> -- Looking for volk_32f_s32f_multiply_32f
> -- Looking for volk_32f_s32f_multiply_32f - found
> -- Looking for volk_32f_x2_multiply_32f
> -- Looking for volk_32f_x2_multiply_32f - found
> -- Looking for volk_32fc_magnitude_32f
> -- Looking for volk_32fc_magnitude_32f - found
> -- Looking for volk_32f_x2_divide_32f
> -- Looking for volk_32f_x2_divide_32f - found
> -- Looking for volk_32fc_32f_dot_prod_32fc
> -- Looking for volk_32fc_32f_dot_prod_32fc - found
> -- Looking for volk_32fc_x2_conjugate_dot_prod_32fc
> -- Looking for volk_32fc_x2_conjugate_dot_prod_32fc - found
> -- Looking for volk_32f_x2_dot_prod_32f
> -- Looking for volk_32f_x2_dot_prod_32f - found
> -- Looking for volk_32fc_s32f_atan2_32f
> -- Looking for volk_32fc_s32f_atan2_32f - found
> -- Looking for volk_32f_s32f_convert_16i
> -- Looking for volk_32f_s32f_convert_16i - found
> -- Looking for volk_32fc_deinterleave_32f_x2
> -- Looking for volk_32fc_deinterleave_32f_x2 - found
> -- Looking for volk_32f_x2_subtract_32f
> -- Looking for volk_32f_x2_subtract_32f - found
> -- Looking for volk_32fc_x2_square_dist_32f
> -- Looking for volk_32fc_x2_square_dist_32f - found
> -- Looking for volk_32fc_index_max_16u
> -- Looking for volk_32fc_index_max_16u - found
> -- Looking for volk_16i_s32f_convert_32f
> -- Looking for volk_16i_s32f_convert_32f - found
> -- Found VOLK: /usr/local/lib/libvolk.so
> -- Looking for volk_32f_x2_max_32f
> -- Looking for volk_32f_x2_max_32f - found
> -- Looking for volk_32fc_magnitude_squared_32f
> -- Looking for volk_32fc_magnitude_squared_32f - found
> -- Looking for volk_32fc_32f_dot_prod_32fc
> -- Looking for volk_32fc_32f_dot_prod_32fc - found
> -- Looking for volk_32f_x2_interleave_32fc
> -- Looking for volk_32f_x2_interleave_32fc - found
> -- Looking for volk_32f_x2_add_32f
> -- Looking for volk_32f_x2_add_32f - found
> -- Compiling with VOLK SIMD library.
> -- 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.
> -- Configuring done
> -- Generating done
> -- Build files have been written to:
> /home/altaf/Documents/lte_ue/srsLTE/build
>
>
> On Mon, Feb 15, 2016 at 11:18 AM, Paul Sutton
> <paul at softwareradiosystems.com <mailto:paul at softwareradiosystems.com>>
> wrote:
>
> Hi Altaf,
>
> Can you provide the cmake output? This type of error may occur if
> libraries are not detected correctly on your system.
> Also, please use the srslte-users list as others may experience
> the same
> issues.
>
> Thanks,
> Paul
>
> On 14/02/16 11:49, altaf sk wrote:
> > Hi Paul,
> >
> > Checking into srsLTE history I found that you have generalized
> UHD to RF.
> >
> > When executing pdsch_ue i found the following error
> >
> > Opening RF device...
> > Opening bladeRF...
> > Unable to open device: No devices available
> > No compatible RF frontend found
> > Error opening rf
> >
> >
> > By default it tries to open blade rf. But I have a UHD device is
> > connected to host.
> >
> > Could you please check if this is a issue in the code to change or a
> > problem on my side.
> >
> > Regards,
> >
> > Altaf
>
> --
> ________________________________________________________________
> Paul Sutton Ph.D.
>
> Software Radio Systems (SRS)
> http://www.softwareradiosystems.com
>
> +353-87-9813473 <tel:%2B353-87-9813473> |
> paul at softwareradiosystems.com <mailto:paul at softwareradiosystems.com>
>
> PGP Key ID: 3B4A5292
> Fingerprint: B0AC 19C9 B228 A6EB 86E1 82B2 90C7 EC95 3B4A 5292
> ________________________________________________________________
>
>
--
________________________________________________________________
Paul Sutton Ph.D.
Software Radio Systems (SRS)
http://www.softwareradiosystems.com
+353-87-9813473 | paul at softwareradiosystems.com
PGP Key ID: 3B4A5292
Fingerprint: B0AC 19C9 B228 A6EB 86E1 82B2 90C7 EC95 3B4A 5292
________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20160215/f5fee8c5/attachment.htm>
More information about the srsran-users
mailing list