-
Notifications
You must be signed in to change notification settings - Fork 8
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
RAN compilation fails for ue_ip #1
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: