Compiling the kernel for Android 14 takes a long time and cannot be completed (running in a Docker on the Synology system) #24811
dongfengweixiao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, Everyone, I have a hacker's Synology device. I installed Docker in the system and used
ak1pe/android-aosp-build: android-13-ubunt-18.04
to compile the Android system.I have tested this container image and source code on another device with Arch Linux installed, and it can compile normally.
However, in DSM 7.2.2, the process of compiling the kernel will last for countless hours without a visible endpoint.
The kernel source code currently used for DSM 7.2.2, Please help confirm if some kernel features need to be enabled.
After setting
CONFIG_USER_NS=y
, the sandbox switches fromprocesswrapper-sandbox
tolinux-sandbox
, which I think is a good thing.command.log
Beta Was this translation helpful? Give feedback.
All reactions