06-20-2020, 08:38 PM
Trying to compile and install Anbox on Pinebook Pro (ARM) running Manjaro Arch Linux,
Kernel Version: 5.7.0-1-MANJARO-ARM
Upon attempting to compile the kernel modules ashmem and binder, get the error message:
kallsyms_lookup_name undefined
This is a function in a file: kallsyms.c , which ships with manjaro linux on the Pinebook pro, according to
https://gitlab.manjaro.org/tsys/linux-pi...kallsyms.c
Possible reason for the error is that the function kallsyms_lookup_name() is now unexported, according to:
https://gitlab.manjaro.org/tsys/linux-pi...ff61103281
Any ideas how to fix this or work around this? Were it not for this problem, I feel that I am pretty close to getting Anbox compiled with dependencies and up and running on the Pinebook Pro. I would love to be able to do that. It would enable me to run Zoom on my laptop, which I do a lot of these days.
Thanks,
Tsvi
Kernel Version: 5.7.0-1-MANJARO-ARM
Upon attempting to compile the kernel modules ashmem and binder, get the error message:
kallsyms_lookup_name undefined
This is a function in a file: kallsyms.c , which ships with manjaro linux on the Pinebook pro, according to
https://gitlab.manjaro.org/tsys/linux-pi...kallsyms.c
Possible reason for the error is that the function kallsyms_lookup_name() is now unexported, according to:
https://gitlab.manjaro.org/tsys/linux-pi...ff61103281
Any ideas how to fix this or work around this? Were it not for this problem, I feel that I am pretty close to getting Anbox compiled with dependencies and up and running on the Pinebook Pro. I would love to be able to do that. It would enable me to run Zoom on my laptop, which I do a lot of these days.
Thanks,
Tsvi