Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 7, 2024 · 2 comments

Comments

@HaiderHaideri
Copy link

HaiderHaideri commented Apr 7, 2024

### 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
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants