[srsran-users] is CentOS supported for building srsran?

alexander.serkin at gmail.com alexander.serkin at gmail.com
Wed Apr 20 11:23:37 UTC 2022


Hello, Manoj
You have to update cmake to version 3.6.2 or higher on CentOS. This is what
I did to build srsRAN:

CentOS 7 ##
yum -y install epel-release
yum install fftw3-devel mbedtls-devel lksctp-tools-devel libconfig
libconfig-devel oost-devel libtool
yum group install "Development Tools"

wget https://cmake.org/files/v3.6/cmake-3.6.2.tar.gz
tar -zxvf cmake-3.6.2.tar.gz
sudo ./bootstrap --prefix=/usr/local
sudo make
sudo make install
nano ~/.bash_profile
PATH=/usr/local/bin:$PATH:$HOME/bin
CentOS 7 ##

Follow the srsRAN build instructions after that and the process goes well.

Cheers,
Alex

-----Original Message-----
From: srsran-users <srsran-users-bounces at lists.srsran.com> On Behalf Of
Punamia, Manoj
Sent: Wednesday, April 13, 2022 3:06 AM
To: Andre Puschmann <andre.puschmann at srs.io>; srsran-users at lists.srsran.com
Subject: Re: [srsran-users] is CentOS supported for building srsran?

CentOS version 7,  3.10.0-1127.19.1.rt56.1116.el7.x86_64 
gcc version 4.8.5 20150623

cmake output - build
rwxr-xr-x 10 root root  4096 Apr 12 17:00 .
drwxr-xr-x 13 root root  4096 Apr  8 18:12 ..
-rw-r--r--  1 root root 45515 Apr  8 18:18 CMakeCache.txt
drwxr-xr-x  4 root root   132 Apr  8 18:18 CMakeFiles
-rw-r--r--  1 root root  1110 Apr  8 18:18 cmake_uninstall.cmake
-rw-r--r--  1 root root  3108 Apr  8 18:18 CPackConfig.cmake
-rw-r--r--  1 root root  3520 Apr  8 18:18 CPackSourceConfig.cmake
-rw-r--r--  1 root root    88 Apr  8 18:18 CTestCustom.cmake
-rw-r--r--  1 root root  2420 Apr  8 18:18 DartConfiguration.tcl
drwxr-xr-x  7 root root   102 Apr  8 18:18 lib
drwxr-xr-x  5 root root    63 Apr  8 18:18 srsenb
drwxr-xr-x  4 root root    47 Apr  8 18:18 srsepc
-rw-r--r--  1 root root   558 Apr  8 18:18 SRSRANbuildinfo.cmake
-rwxr-xr-x  1 root root  3116 Apr  8 18:18 srsran_install_configs.sh
drwxr-xr-x  4 root root    35 Apr  8 18:18 srsue
drwxr-xr-x  2 root root   127 Apr 12 17:00 temp
drwxr-xr-x  4 root root    47 Apr  8 18:18 test
drwxr-xr-x  3 root root    31 Apr  8 18:18 Testingd directory

make output - running make after cmake ../
make: *** No targets specified and no makefile found.  Stop.




-----Original Message-----
From: Andre Puschmann <andre.puschmann at srs.io> 
Sent: Monday, April 11, 2022 2:33 AM
To: Punamia, Manoj; srsran-users at lists.srsran.com
Subject: Re: [srsran-users] is CentOS supported for building srsran?


[EXTERNAL EMAIL] 

We support Centos in general, not sure which version you're referring to.
You need to provide more details. Os? gcc version? cmake output? 
make output?


On 9/4/22 1:35, Punamia, Manoj wrote:
> make does not have target install
> 
> unable to build target srsran
> 
> any thoughts?
> 
> 
> _______________________________________________
> srsran-users mailing list
> srsran-users at lists.srsran.com
>
https://urldefense.com/v3/__https://lists.srsran.com/mailman/listinfo/srsran
-users__;!!LpKI!1neNkz-OiB7tQM0PncR5WRcurMSoYVEQRXPDIqxjnxruzEh4JPXBn9Wrvi2q
0AzP0A$ [lists[.]srsran[.]com]
_______________________________________________
srsran-users mailing list
srsran-users at lists.srsran.com
https://lists.srsran.com/mailman/listinfo/srsran-users



More information about the srsran-users mailing list