You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Hi ,
I am trying to dockerize RAN.
I am using docker desktop. I used ubuntu 18.04 image and over that I m trying to compile oai using command ./build_oai -I -w SIMU --eNB --UE.
But compilation of ue_ip module is getting failed.
Below are the logs.
Scanning dependencies of target ue_ip
/openairinterface5g/openair2/NETWORK_DRIVER/UE_IP/netlink.c
make[4]: *** /lib/modules/4.19.76-linuxkit/build: No such file or directory. Stop.
CMakeFiles/ue_ip.dir/build.make:60: recipe for target 'ue_ip.ko' failed
make[3]: *** [ue_ip.ko] Error 2
CMakeFiles/Makefile2:1670: recipe for target 'CMakeFiles/ue_ip.dir/all' failed
make[2]: *** [CMakeFiles/ue_ip.dir/all] Error 2
CMakeFiles/Makefile2:1677: recipe for target 'CMakeFiles/ue_ip.dir/rule' failed
make[1]: *** [CMakeFiles/ue_ip.dir/rule] Error 2
Makefile:671: recipe for target 'ue_ip' failed
make: *** [ue_ip] Error 2