aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
758 stars 316 forks source link

Fatal Error while building #386

Open Sabbir89 opened 3 years ago

Sabbir89 commented 3 years ago

Hi,

I am facing an abnormal error while building the UERANSIM. I haven't faced this issue before using UERANSIM. After running the command make (or make -j), at the end of the building procedures these errors are appearing (screenshot attached). Could you please check and let me know whats wrong going on here?

With Thanks, Sabbir fatalErrorInBuilding

aligungr commented 3 years ago

I think it might be a memory problem. Try increasing the RAM of the machine, or perhaps run the make command without -j flag.

Sabbir89 commented 3 years ago

Hi @aligungr, As I said, i tried both with -j flag and without that. My VM has 4GB of RAM and OS is Focal Fossa. Any hint about minimum requirement?

Thanks a lot bro, Sabbir

aligungr commented 3 years ago

@Sabbir89

Sadly I have no idea about minimum memory requirement for the building process. But perhaps some other programs in the environment might be consuming the memory, because normally 4GB should be sufficient for this operation.

Sabbir89 commented 3 years ago

@aligungr, Thanks a lot for your prompt response. Actually, this VM is dedicated for UERANSIM only. Anyway, I am trying to find a solution, but not yet.

Best Regards, Sabbir