-
I am trying to compile a custom Linux kernel to be used by QEMU in Termux. But compilation fails. Here are the steps I follow: pkg install build-essential ncurses bison flex openssl libelf clang this fails with: error: call to undeclared library function 'bcmp' with type 'int (const void *, const void *, unsigned long)' it seems 'bcmp' is not supported in Termux as well as other functions. So my question is if it is possible to compile a custom Linux kernel under Termux. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Compile it in |
Beta Was this translation helpful? Give feedback.
Compile it in
proot
. Linux kernel source has a lot of helper tools which were never tested on Android OS as compilation host.