Christian Hoff
Christian Hoff
Hello all, I just came across the same problem. After some research on this topic, I found out that the build fails because "kallsyms_lookup_name()" is now no longer exported by...
Essentially, this is a duplicate of issue #49 , though the error message you see is slightly different. Please check my last commit in that issue if you really need...
Hello @SoulInfernoDE , first of all, as soon as you build something into the kernel, it's not a module anymore. Modules are just dynamically loadable "plugins" for the kernel. So,...
Hello @SoulInfernoDE , all right, then you know the root cause at the very least :-) I think you are using some Ubuntu-based distributon. Ubuntu applies its own patches to...
Hello @tommytran732 , unfortunately, I cannot invest the time to install Fedora 34 on my machine to duplicate this error... The only kind of help I can offer is to...
Hello @enz0nun3s15 and @Catiks , to me it looks like you are trying to compile anbox-modules even though binder and ashmem are already compiled with your kernel. But anbox-modules are...
Hello @enz0nun3s15 , binder and ashmem are not compiled as kernel modules anymore. Instead, they are built into the main kernel (vmlinux). Therefore, you cannot find binder and ashmem under...