[srslte-users] srslte_linuxVersion_vs_windowsVersion

Fateme Rezaee fateme.rezaee1368 at gmail.com
Tue Nov 7 07:54:16 UTC 2017


Dear all
I'm trying to compile srslte with cmake and visual studio in windows
to have .dll and .lib instead of .so and .a suitable for Linux.
I have successfully generate the .sln file through cmake and due to
the cmakeList.txt some packages like fftw3f.h (.dll and .lib files
with headers suitable for windows) is added to the project. But when I
compiled in visual studio some meaningless errors happens. srslte
project has problem with fftw3.h, the errors are related to the
following lines;
FFTW_DEFINE_API(FFTW_MANGLE_DOUBLE, double, fftw_complex)
FFTW_DEFINE_API(FFTW_MANGLE_FLOAT, float,  fftwf_complex)
FFTW_DEFINE_API(FFTW_MANGLE_LONG_DOUBLE, long double,  fftwl_complex)
 however the fftw3.h is used in other projects except srslte and there
is no error with it.

Does anyone have any idea...
Thanks.


-- 
*******************************************************************************


Best regards,

Fatemeh.Rezaei

Ph.D. Student in Communication Systems Engineering

Department of Electrical and Computer Engineering, Yazd University

Yazd, Iran

*******************************************************************************



More information about the srsran-users mailing list