srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.36k stars 1.1k forks source link

srsRAN 4G is not able to completely install after Installation of UHD 3.15 for USRP X310 and failed at 85% after execution of make command on linux ubuntu #1317

Open HaiderHaideri opened 2 months ago

HaiderHaideri commented 2 months ago

### Issue Description

I have successfully installed RF front end drivers such as UHD 3.15 for detection of USRP X310 on virtual machine having OS Ubuntu and after it, I want to install open source srsRAN 4G software suite but unfortunately it did not go well and failed to install it completely. I have tried several times but every time it failed exactly at 85% during execution of make command. Till cmake ../ the process went sucessfull but after running make command, this error occured on both VM's. I am attaching snapshot here for reference.

## Setup Details ##

OS : Ubuntu 20.04 RF Front end drivers : UHD 3.15 USRP : X310 ubuntu version

## Expected Behavior ##

When I am running make command in order to download and build srsRAN_4G, the below mentioned behavior is expected. [100%] Built target pyuhd_library expected behaviour

## Actual Behaviour ##

After make command, we need to install srsRAN_4G but this installation solely depends on successful execution of make command which ends at 100% but in my case, it failed at 85% with the below mentioned message. make[1]: [Cmakefiles/Makefile2:12787: srsenb/src/stack/mac/CmakeFiles/srsenb_mac.dir/all] Error 2 make: [Makefile:163: all] Error 2 make command

## Steps to reproduce the problem ##

git clone https://github.com/srsRAN/srsRAN_4G.git cd srsRAN_4G mkdir build cd build cmake ../ make

During make command, this error occurred when it comes to 85%

## Additional Information ##

I need to mention that on another VM, I have tried to install srsRAN 4G on another VM where I have not installed UHD 3.15 because no USRP is connected but surprisingly srsRAN 4G installed successfully there.

Alirezasf007 commented 2 months ago

Hi,

### Issue Description

I have successfully installed RF front end drivers such as UHD 3.15 for detection of USRP X310 on virtual machine having OS Ubuntu and after it, I want to install open source srsRAN 4G software suite but unfortunately it did not go well and failed to install it completely. I have tried several times but every time it failed exactly at 85% during execution of make command. Till cmake ../ the process went sucessfull but after running make command, this error occured on both VM's. I am attaching snapshot here for reference.

## Setup Details ##

OS : Ubuntu 22.04 RF Front end drivers : UHD 3.15 USRP : X310

## Expected Behavior ##

When I am running make command in order to download and build srsRAN_4G, the below mentioned behavior is expected. [100%] Built target pyuhd_library expected behaviour

## Actual Behaviour ##

After make command, we need to install srsRAN_4G but this installation solely depends on successful execution of make command which ends at 100% but in my case, it failed at 85% with the below mentioned message. make[1]: [Cmakefiles/Makefile2:12787: srsenb/src/stack/mac/CmakeFiles/srsenb_mac.dir/all] Error 2 make: [Makefile:163: all] Error 2 make command

## Steps to reproduce the problem ##

git clone https://github.com/srsRAN/srsRAN_4G.git cd srsRAN_4G mkdir build cd build cmake ../ make

During make command, this error occurred when it comes to 85%

## Additional Information ##

I need to mention that on another VM, I have tried to install srsRAN 4G on another VM where I have not installed UHD 3.15 because no USRP is connected but surprisingly srsRAN 4G installed successfully there.

Hi, how much your vm's resource? Specifically the number of core and ram?

HaiderHaideri commented 2 months ago

Hi,

### Issue Description I have successfully installed RF front end drivers such as UHD 3.15 for detection of USRP X310 on virtual machine having OS Ubuntu and after it, I want to install open source srsRAN 4G software suite but unfortunately it did not go well and failed to install it completely. I have tried several times but every time it failed exactly at 85% during execution of make command. Till cmake ../ the process went sucessfull but after running make command, this error occured on both VM's. I am attaching snapshot here for reference.

## Setup Details ##

OS : Ubuntu 22.04 RF Front end drivers : UHD 3.15 USRP : X310

## Expected Behavior ##

When I am running make command in order to download and build srsRAN_4G, the below mentioned behavior is expected. [100%] Built target pyuhd_library expected behaviour

## Actual Behaviour ##

After make command, we need to install srsRAN_4G but this installation solely depends on successful execution of make command which ends at 100% but in my case, it failed at 85% with the below mentioned message. make[1]: [Cmakefiles/Makefile2:12787: srsenb/src/stack/mac/CmakeFiles/srsenb_mac.dir/all] Error 2 make: [Makefile:163: all] Error 2 make command

## Steps to reproduce the problem ##

git clone https://github.com/srsRAN/srsRAN_4G.git cd srsRAN_4G mkdir build cd build cmake ../ make During make command, this error occurred when it comes to 85%

## Additional Information ##

I need to mention that on another VM, I have tried to install srsRAN 4G on another VM where I have not installed UHD 3.15 because no USRP is connected but surprisingly srsRAN 4G installed successfully there.

Hi, how much your vm's resource? Specifically the number of core and ram?

its 8GB RAM and 8 core, however, issue resolved after increasing RAM.